Linking geographic services ¶
Since version 2.17 (September 2016) and dynamic service documentation, dynamic association automatically generates the right links for applications supported by Isogeo :
- viewing and extraction links for OpenCatalog;
- service links compliant with CNIG scenarios A and B.
Info
See the chapter dedicated to automated documentation and the chapter dedicated to dynamic service association.
Results in OpenCatalog¶
Visualization and extraction in OpenCatalog¶
Visualization and extraction of geographic services are possible in OpenCatalog for services meeting these prerequisites.
How this works is described in the OpenCatalog documentation.
Results in ISO 19139 XML (and therefore CSW)¶
For organizations required to comply with the INSPIRE directive, the links in scenarios A and B are generated dynamically. For example, for a WFS service :
<MD_DigitalTransferOptions>
<onLine>
<CI_OnlineResource>
<linkage>
<URL>http://ows.isogeo.fr:6090/geoserver/ows</URL>
</linkage>
<protocol>
<gco:CharacterString>OGC:WFS</gco:CharacterString>
</protocol>
<name>
<gco:CharacterString>Isogeo:DEPARTEMENT_2014</gco:CharacterString>
</name>
</CI_OnlineResource>
</onLine>
<onLine>
<CI_OnlineResource>
<linkage>
<URL>http://ows.isogeo.fr:6090/geoserver/wfs?service=wfs&version=2.0.0&request=GetCapabilities</URL>
</linkage>
<protocol>
<gco:CharacterString>OGC:WFS-2.0.0-http-get-capabilities</gco:CharacterString>
</protocol>
<name>
<gco:CharacterString>Isogeo - Web Feature Service de démonstration</gco:CharacterString>
</name>
<function>
<CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information">information</CI_OnLineFunctionCode>
</function>
</CI_OnlineResource>
</onLine>
<onLine>
<CI_OnlineResource>
<linkage>
<URL>http://ows.isogeo.fr:6090/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=Isogeo%3aDEPARTEMENT_2014</URL>
</linkage>
<protocol>
<gco:CharacterString>OGC:WFS-2.0.0-http-get-feature</gco:CharacterString>
</protocol>
<name>
<gco:CharacterString>Départements - France métropolitaine - 2014</gco:CharacterString>
</name>
<function>
<CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="download">download</CI_OnLineFunctionCode>
</function>
</CI_OnlineResource>
</onLine>
</MD_DigitalTransferOptions>