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

Initial support for EML #866

Closed frafra closed 2 months ago

frafra commented 1 year ago

Overview

Support for EML metadata as input. Work in progress. Any suggestion is appreciated.

Related Issue / Discussion

844

Additional Information

I am currently focusing on supporting EML produced by IPT, which is usually published on gbif.org.

Contributions and Licensing

(as per https://github.com/geopython/pycsw/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

giohappy commented 3 months ago

hi @frafra we have plans to support EML inside GeoNode. Are you still actively working on this PR?

frafra commented 2 months ago

No, I am not moving forward with that. We ended up writing to a custom database with an ad hoc procedure for harvesting.

https://github.com/NINAnor/nina-catalogue/blob/6e6c99339e69b46d3d8c7a8b893e50f515a96e8a/metadata_catalogue/datasets/libs/darwincore/deserializer.py#L78

We also have a rather cool way to expose DarwinCore Archives as spatial datasets:

https://github.com/NINAnor/nina-catalogue/blob/6e6c99339e69b46d3d8c7a8b893e50f515a96e8a/docs/src/datasets/dwca.md?plain=1#L4