You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding Gemini and MEDIN would entail putting forth the Jinja2 templates as desired
for working off CSV as input, the easiest approach would be to parse the CSV into a pygeometa MCF object in memory and generate the resulting metadata in your format of choice, as supported by pygeometa. We could consider a mapping of CSV columns to MCF fields, but that may be lossy given the nested nature of MCF/YAML. In addition, before long this may lead to leaky abstractions, at which point it may be just easier with a Python script that uses pygeometa as a library/package
We're considering the potential to merge the functionality of a couple of other projects into pygeometa
Namely the ability to submit CSV files as - https://github.com/AstunTechnology/gemini_csv_import
We'd also need to add profiles for two further metadata standards (based on ISO 19139) to allow validation / creation of XML/JSON:
The ability of pygeometa to use the existing
.sch
files instead of writing.j2
might be worth investigating?What are the groups thoughts?
The text was updated successfully, but these errors were encountered: