OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

Support of ISO19115-3:2016 Geospatial Standard

Open anotheredward opened this issue 6 years ago • 6 comments

We use an application that uses this library, and have been pointed to this library as where we'd need to add support for the ISO19115-3:2016 Geospatial Standard so it can be supported upstream. https://github.com/ckan/ckanext-spatial/issues/212

Is this assumption correct?

And do you have an idea of what work would be required or how you might approach adding this support @tomkralidis ?

Thanks :)

anotheredward avatar Feb 11 '19 22:02 anotheredward

Does anyone have access to the ISO specification? We should start at that point :)

kalxas avatar Feb 12 '19 19:02 kalxas

@kalxas Thanks, I'll get to work on getting us a copy of the ISO specification.

anotheredward avatar Feb 12 '19 20:02 anotheredward

@anotheredward maybe have a look thorough here to see if there is an openly available spec http://schemas.opengis.net/

camfindlay avatar Feb 12 '19 20:02 camfindlay

Echo @kalxas on starting with the spec. A minimal implementation can act as a baseline to start followed by implementing known profiles or implementation. Are there examples of the new ISO out there you can point us to?

tomkralidis avatar Feb 17 '19 03:02 tomkralidis

Here is a github repo with some examples:

https://github.com/NCAR/dset-web-accessible-folder-iso19115-3-dev

We currently apply XSLT transforms to these records before harvesting in CKAN, so that the XML conforms to older versions of the ISO 19115 standard. But we are interested in eventually having CKAN harvest records directly using the new ISO standard because of better support for certain important metadata features.

bonnland avatar Feb 27 '20 22:02 bonnland

See https://github.com/geopython/OWSLib/pull/900

vjf avatar Jan 08 '24 02:01 vjf