From d0260d872e7304a0213e96d1ed50b84a494a0a99 Mon Sep 17 00:00:00 2001 From: Emanuele Tajariol Date: Tue, 24 Mar 2015 13:54:09 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f3b12f..9ba07a6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GeoNetwork harvester for CKAN ----------------------------- Main purposes: -* Handle some GeoNetwork specific coding (e.g. protocol in ``onlineResource`` may map to specific ``format``, ``mimetype`` CKAN fields) -* Provide other heuristics tailored to GeoNetwork metadata handling (license, …) -* Some schemas may provide GML elements with the namespace URI ``http://www.opengis.net/gml/3.2`` while the standard CKAN CSW harvester parses elements with the ``http://www.opengis.net/gml`` namespace. This should be configurable. -* Since GeoNetwork provides also front-end services, the harvester may build some extras fields containing URL pointing to well-known services. +* 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``).