Geonetwork 2.10.x for d4science plugin
Go to file
Alessio Fabrizio 04232882e2 Merge remote-tracking branch 'origin/2.10.x' 2024-12-11 10:23:40 +01:00
ckanext Geonetwork 2.10.x (#14) 2024-11-12 10:59:11 +01:00
.gitignore First implementation (default_tags, default_extras, gn specific extras) 2014-03-07 13:28:08 +01:00
LICENSE Initial commit 2014-02-25 06:45:12 -08:00
README.md Update README.md 2015-03-24 13:54:09 +01:00
setup.py Extract group info from GeoNetwork categories. Closes #2. 2015-03-24 11:16:58 +01:00

README.md

ckanext-geonetwork

GeoNetwork harvester for CKAN

Main purposes:

  • Handle some GeoNetwork specific coding (e.g. OGC:WMS* protocol in onlineResource maps to the specific wms format in CKAN)
  • Provide mapping from GeoNetwork categories into CKAN groups
  • Some schemas provide GML elements with the old namespace URI http://www.opengis.net/gml while the standard CKAN CSW harvester parses elements with the http://www.opengis.net/gml/3.2 namespace. This harvester enables both URIs.
  • Since GeoNetwork provides also front-end services, the harvester may build some extras fields containing URL pointing to well-known services (e.g. the extra value gn_view_metadata_url will automatically be created with a value of the related entry in geonetwork: http://yourgnportal/geonetwork/srv/it/metadata.show?uuid=arw_3km_High_cloud_cover_HCY_20150323T000000000Z).