mjacqu / glenglat

Global Englacial Temperature database
Creative Commons Attribution 4.0 International
2 stars 0 forks source link

Migrate to Data Package v2 (once supported by frictionless-py) #60

Open ezwelty opened 3 months ago

ezwelty commented 3 months ago

Version 2 of the Data Package specification will soon be released. Once it is supported by frictionless-py (and ideally Frictionless Repository, which we currently use for some of our CI tests), we could migrate the metadata to use it. See the Changelog.

And finally, include a datapackage.json file because:

A file containing a Data Package descriptor MAY have other name rather than datapackage.json as an internal part of some project or system if supported by corresponding implementations. A descriptor SHOULD NOT be externally published under any other name than datapackage.json.

We could either work from datapackage.json (which I agree feels more clumsy), or build it from datapackage.yaml and leave the two alongside?