adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

CSDGM Writer - Translation Failure if SRS Present #233

Closed dwalt closed 6 months ago

dwalt commented 2 years ago

If a Spatial Reference System identifier is defined, translation to CSDGM will fail with a fatal error 500, undefined error. While SRS identifier is not supported in CSDGM, it should not care whether it is present and therefore be ignored. schema{ } > metadata{ } > resourceInfo{ } > spatialReferenceSystem[ ] > object{ } > referenceSystemIdentifier{ }

dwalt commented 1 year ago

mdJSON-CSDGM translated successfully in test

dwalt commented 1 year ago

This does not appear to be fixed, it is showing up in current version of mdTranslator 2.18.2

hmaier-fws commented 6 months ago

closed by #250