metno / mmd

GNU General Public License v3.0
2 stars 11 forks source link

iso-to-mmd gml namespace #233

Closed ferrighi closed 9 months ago

ferrighi commented 9 months ago

Currently iso-to-mmd is parsing xmlns:gml="http://www.opengis.net/gml/3.2", but some provider use xmlns:gml="http://www.opengis.net/gml", so the gml elements are not translated into mmd.

We need to account for both versions of gml in order to support proper translation.