geopython / pygeometa

pygeometa is a Python package to generate metadata for geospatial datasets
https://geopython.github.io/pygeometa
Other
104 stars 44 forks source link

conversion of sample yaml to stac throws error #220

Open pvgenuchten opened 1 year ago

pvgenuchten commented 1 year ago

this is through the pygeoapi metadata generation plugin

when exporting it from mdme, so it could be the case that mdme adds something to the record which is not optimal for the stac conversion

error is: Generation error: 'pointOfContact'

In general, maybe the error message of the generation plugin can provide more error details?

Other examples of errors:

Or maybe the best suggestion is to run a validation first before trying to generate metadata?

tomkralidis commented 1 year ago

Can you provide a sample MCF to reproduce?