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
197 stars 153 forks source link

update configuration to YAML #937

Closed tomkralidis closed 6 months ago

tomkralidis commented 6 months ago

Overview

Updates pycsw configuration from ini to YAML.

Related Issue / Discussion

Fixes #797

Additional Information

TODO

External updates required

Contributions and Licensing

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

kalxas commented 6 months ago

We will also need to update the kubernetes helm charts when this is merged

tomkralidis commented 6 months ago

k8s and helm charts first pass updated as part of this PR.

tomkralidis commented 6 months ago
pvgenuchten commented 6 months ago

Nice work, just to confirm: the override mechanism with environmental variables is still supported?

tomkralidis commented 6 months ago

@pvgenuchten yes, environment variables are interpreted as per before.