View and Download Services for existing customers using GeognoSIS 8.0 CSW
GeognoSIS 9 can serve the data required using an INSPIRE profile Web Mapping Service (WMS).
More importantly the metadata can be included in the capabilities document of the WMS using the following methods:
The inspire::metadata$ property can be added to the SWD used by the WMS.
The following can be added to this property:
Recommended
URL pointing to the metadata held in GeoNetwork e.g. http://metadataserver:8080/geonetwork/srv/api/records/urn:uuid:87D2A6E1
This will embed the following into the capabilities document for INSPIRE services:
<MetadataURL type="ISO19115:2003">
<Format>text/plain</Format>
<OnlineResource xlink:href="http://metadataserver:8080/geonetwork/srv/api/records/urn:uuid:87D2A6E1" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"/>
</MetadataURL>
Link to metadata
Link to the metadata held as an XML file e.g. https://data.gov.uk/api/2/rest/harvestobject/e4878a10-1475-402b-96c0-c9c77e498de0/xml
<MetadataURL type="ISO19115:2003">
<Format>text/plain</Format>
<OnlineResource xlink:href="https://data.gov.uk/api/2/rest/harvestobject/e4878a10-1475-402b-96c0-c9c77e498de0/xml" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"/>
</MetadataURL>
Download Service
GeognoSIS 9 can serve the data required using an INSPIRE profile Web Feature Service (WFS). The metadata can be included in the capabilities document of the WFS using the same methods as for the View Service WMS.