-
Notifications
You must be signed in to change notification settings - Fork 17
GNIP 6 CSW Metadata Format Transformation
Enable GeoNode to provide metadata in various metadata formats from the underlying OGC:CSW implementation.
This will also allow for users to request metadata in the format of their choice, as per support by the GeoNode OGC:CSW.
Jeffrey Johnson
TBD
For Review and Comment
GeoNode's primary metadata support is ISO 19139:2007. pycsw allows for transformation between metadata formats when presenting metadata records.
Allowing for metadata transformation will add value to users who can work with a given metadata format of their choice. This will also add value as a result of GNIP 4.
Utilize pycsw's functionality to transform metadata into a given outputSchema. Enhance and fix pycsw as required.
The ability to do metadata transformation is dependent on the underlying OGC:CSW implementation. Currently, pycsw is able to perform metadata transformation.
Provide test mechanisms to demonstrate interoperability with pycsw. TODO: need to further clarify
Do nothing
See discussion on the geonode-dev list here
https://groups.google.com/a/opengeo.org/group/geonode-dev/browse_thread/thread/05744c64fea323c8
This was implemented as part of https://github.com/GeoNode/geonode/pull/387