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

DataCite output schema reads "url" and "organization" from wrong variable #944

Closed ahmdthr closed 5 months ago

ahmdthr commented 5 months ago

Description

While populating the contributors for DataCite MetaData, the field "url" and "organization" is incorrectly being read from an ETree element, while it should be read from the incoming value.

Environment

Steps to Reproduce

Request DataCite metadata from GeoNode. The error is produced the None has not attribute "startswith"

Additional Information