Valid path of XML element 'inspire_dls:ExtendedCapabilities' in WCS service? #920
-
Dear,
QUESTIONS: Please, do you know in which position/path should be WCS service 'ows:ExtendedCapabilites' element placed? Are both paths possible? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Dear @milanSch, Thank you for your message. We will analyze this issue and we will get back to you with some feedback. Best regards |
Beta Was this translation helpful? Give feedback.
-
Dears, Reading this documentation: https://github.com/inspire-eu-validation/download-wcs/blob/1.0/wcs-core/at08-list-supported-languages.md I would guess the XML fragment of extended capabilities should be encoded as following: <wcs:Capabilities>
<ows:OperationsMetadata>
<ows:ExtendedCapabilities>
<inspire_dls:ExtendedCapabilities>
<inspire_common:MetadataUrl>
<inspire_common:URL>https://rpi.gov.sk/rpi_csw/service.svc/get?request=GetRecordById&service=CSW&version=2.0.2&elementSetName=full&outputschema=http://www.isotc211.org/2005/gmd&Id=https://data.gov.sk/set/rpi/gmd/00626031/CF3DFCB3AEFC23F1E0530210000A4780IMA1990</inspire_common:URL>
<inspire_common:MediaType>application/vnd.ogc.csw.GetRecordByIdResponse_xml</inspire_common:MediaType>
</inspire_common:MetadataUrl>
<inspire_common:SupportedLanguages>
<inspire_common:DefaultLanguage>
<inspire_common:Language>slo</inspire_common:Language>
</inspire_common:DefaultLanguage>
</inspire_common:SupportedLanguages>
<inspire_common:ResponseLanguage>
<inspire_common:Language>slo</inspire_common:Language>
</inspire_common:ResponseLanguage>
<inspire_dls:SpatialDataSetIdentifier metadataURL="https://rpi.gov.sk/rpi_csw/service.svc/get?request=GetRecordById&service=CSW&version=2.0.2&elementSetName=full&outputschema=http://www.isotc211.org/2005/gmd&Id=https://data.gov.sk/set/rpi/gmd/00626031/4E34D8FA16B66BFFE0530110000A3369IMA1990">
<inspire_common:Code>https://data.gov.sk/set/rpi/dat/00626031/4E34D8FA16B66BFFE0530110000A3369IMA1990</inspire_common:Code>
<inspire_common:Namespace>https://data.gov.sk/set/rpi/dat/00626031/</inspire_common:Namespace>
</inspire_dls:SpatialDataSetIdentifier>
</inspire_dls:ExtendedCapabilities>
</ows:ExtendedCapabilities>
</ows:OperationsMetadata>
</wcs:Capabilities> @dperezBM can you confirm or update? Thanks |
Beta Was this translation helpful? Give feedback.
-
I agree with Klimeto - the following path utilized in the rasdaman implementation seems to fit what the validator expects: Thus assuming that your issue is a glitch in GeoServer. The only validation issue I'm currently getting on the following endpoint pertains to the AcceptLanguages parameter in the GetCapabilities request - based on the WCS TG, this is a recommendation, but the validator marks it as an error, details at #683 : |
Beta Was this translation helpful? Give feedback.
-
Dear @milanSch As @klimeto and @KathiSchleidt have pointed out, for now, the correct position of the ExtendedCapabilities element is Regards |
Beta Was this translation helpful? Give feedback.
-
To my view, this thread (as well as #56) can both be closed as resolved. If data providers wish to utilize the |
Beta Was this translation helpful? Give feedback.
-
A short note that we've now solved all problems with validating rasdaman WCS, details at: https://www.geoconnexion.com/news/rasdaman-validated-as-inspire-compliant-wcs |
Beta Was this translation helpful? Give feedback.
Dear @milanSch
As @klimeto and @KathiSchleidt have pointed out, for now, the correct position of the ExtendedCapabilities element is
/wcs:Capabilities/ows:OperationsMetadata/ows:ExtendedCapabilities/inspire_dls:ExtendedCapabilities.
There is a discussion #56, which is still open.
Regards