geopython / OWSLib

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
https://owslib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
392 stars 278 forks source link

[iso19139] multilingual, or option to prefer a language? #938

Open pvgenuchten opened 2 months ago

pvgenuchten commented 2 months ago

currently if you parse a document on Wasserspeicherfähigkeit, an object is returned with the german title, abstract. However the original document also has english translations for these fields. I would like an option to either store both, or prefer the english translation (if the document has it)

what is an optimal approach here?