Replies: 6 comments 9 replies
-
Here's an example:
That is the same description as for a WFS service has been used. If there is a need to describe OGC API Features in a different way than WFS services one should agree on how. One could perhaps add a new code to this code list https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceCategory. As far as I know, there hasn't been a discussion so far. |
Beta Was this translation helpful? Give feedback.
-
Dear @akuegeler, I suppose you are referring to "Dataset" metadata, since for "Service" metadata the geo-harvester (if I remember well) converts all the links available in the Resource Locator element(s) into "Distribution" element(s) of the GeoDCAT metadata. Looking at the INSPIRE Good Practice for the OGC API-Features and the related OGC Specification it seems that one of the mandatory paths in the URL is " This check could help to identify OGC API Features services, even if there could be corner cases:
Hope this can help you. |
Beta Was this translation helpful? Give feedback.
-
Here's a link to a dataset metadata related to the service metadata link provided earlier Now: Could the solution just be to add the protocol "OGC API Features" to the list of protocols to be used? |
Beta Was this translation helpful? Give feedback.
-
Thanks for raising this @akuegeler and for answering Fabio, very helpful for me as well. |
Beta Was this translation helpful? Give feedback.
-
Hello together, we have actually more than 700 different OGC API-Features endpoints available: srv service info: <srv:serviceType>
<gco:LocalName>download</gco:LocalName>
</srv:serviceType>
<srv:serviceTypeVersion>
<gco:CharacterString>ogcapifeatures</gco:CharacterString>
</srv:serviceTypeVersion> srv contains operation: <srv:containsOperations>
<srv:SV_OperationMetadata>
<srv:operationName>
<gco:CharacterString>getApiDescription</gco:CharacterString>
</srv:operationName>
<srv:DCP>
<srv:DCPList codeList="./resources/codelist/gmxCodelists.xml#DCPList" codeListValue="WebServices"/>
</srv:DCP>
<srv:connectPoint>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://www.geoportal.rlp.de/spatial-objects/575</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</srv:connectPoint>
</srv:SV_OperationMetadata>
</srv:containsOperations> gmd transfer options: <gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>
https://www.geoportal.rlp.de/spatial-objects/575/collections/ms:vbs_fliessgewaesser_entwicklung
</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:API:Features</gco:CharacterString>
</gmd:protocol>
<gmd:name>
<gco:CharacterString>ms:vbs_fliessgewaesser_entwicklung</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>VBS Fließgewässer Entwicklung</gco:CharacterString>
</gmd:description>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions> We would be pleased, if there will be a consistent European way of encoding this information somewhen ;-) Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear all, our implementation for describing OGC API-Feature endpoints in metadata is similar to the approach suggested by @armin11 . Major differences are:
These are visualised below: We chose OGC API - Features as it is the notation from the OGC website. API Specification is the technical term for such an interface description. One could also specifiy it as "OpenAPI Specification", then it would even be clearer and correspond to the official documentation: Indeed, thanks for raising this question, we'd also appreciate a harmonised metadata description. |
Beta Was this translation helpful? Give feedback.
-
We are looking into a way to identify OGC API Features in geo-metadata (ISO19139), because we would like to improve the geo-harvesting process for the European Dataportal data.europa.eu. As there are different ways of describing OGC API Features endpoints in metadata, we are interested in the following:
Examples would be great!
2.) Are there any efforts to harmonise the way OGC API Features are described in ISO geo-metadata (or GeoDCAT-AP) in your county or on a European level?
Your input is very much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions