geopython / pycsw

pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification [Catalogue Service for the Web]. Initial development started in 2010 (more formally announced in 2011). The project is certified OGC Compliant, and is an OGC Reference Implementation. pycsw allows for the publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also be exposed, providing a standards-based metadata and catalogue component of spatial data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). Please read the docs at https://pycsw.org/docs for more information.
https://pycsw.org
MIT License
206 stars 155 forks source link

Adding support for ISO19115-3 XML #887

Closed vjf closed 2 weeks ago

vjf commented 1 year ago

I'm interested in adding ISO19115-3 XML support to pycsw, and was wondering if anyone else has had the same idea or perhaps even started working on this already?

tomkralidis commented 2 months ago

PR #933 in review (thanks @vjf!)

tomkralidis commented 2 weeks ago

Merged in #933, thanks again @vjf great work!

kalxas commented 2 weeks ago

Thank you @vjf Great contribution!

jmckenna commented 2 weeks ago

Excellent, thanks @vjf !