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
209 stars 155 forks source link

ISO metadata not being generated from GeoNode #1006

Closed ahmdthr closed 2 months ago

ahmdthr commented 3 months ago

Description

Due to the change in the configuration object, ISO metadata schema does not get populated in the outputschema object. When ISO metadata is requested it produces an error "Invalid value for outputformat"

Environment

Steps to Reproduce

Request ISO metadata from GeoNode portal. It produces an error "Invalid value for outputformat".

Additional Information