natcap / geometamaker

https://geometamaker.readthedocs.io/en/latest/
Apache License 2.0
2 stars 1 forks source link

Support other document formats besides MCF and ISO19139 #14

Closed davemfish closed 1 month ago

davemfish commented 7 months ago

In theory we can use pygeometa to write out metadata documents in any format that project supports. If we have a clear use-case for wanting metadata in other formats, then we can support them.

λ pygeometa metadata schemas
Supported schemas
iso19139 (read: True, write: True): ISO 19115/19139
iso19139-2 (read: False, write: True): ISO 19115-2/19139-2
iso19139-hnap (read: False, write: True): ISO 19139 HNAP
oarec-record (read: False, write: True): OGC API - Records - Part 1: Record Core
stac-item (read: False, write: True): STAC Item
dcat (read: False, write: True): DCAT
wmo-cmp (read: False, write: True): WMO Core Metadata Profile (WCMP)
wmo-wcmp2 (read: False, write: True): WMO Core Metadata Profile 2 (WCMP2)
wmo-wigos (read: False, write: True): WMO WIGOS Metadata Standard

Support likely means adding some properties to the MCF that are expected by other specifications. And perhaps changing our file-naming convention for the sidecar files. Or allowing the user to name them.

I'll put this on hold until we have documented the need.

davemfish commented 1 month ago

not relevant after #24