wmo-im / pywcmp

pywcmp provides validation and quality assessment capabilities for the WMO WIS Core Metadata Profile (WCMP)
https://community.wmo.int/activity-areas/wis
Other
9 stars 8 forks source link

add wcmp2 validation #71

Closed tomkralidis closed 1 year ago

tomkralidis commented 2 years ago

Add the ability for pywcmp to validate a WCMP2 document. Example:

pywcmp ats validate --file /path/to/file.json

Note that we'll need to have a generic detection mechanism across pywcmp that will route the workflow to WCMP1 or WCMP2 accordingly (e.g. if JSON, then WCMP2, else WCMP1).

Note that setup will need to be updated to download the WCMP2 schemas.

josusky commented 1 year ago

I guess this one can be closed, you have already added wcmp2 validation. For the outstanding issues we can create more specific issues.