-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistencies regarding CRSs EPSG:5013, EPSG:5014 and EPSG:5015 #669
Comments
Dear @heidivanparys, thank you for the issue, we will update all the related ATS and ETS with the new EPSG codes already added for data. @arantzaetxebarria, @dperezBM, could you please check all ATS/ETS which include tests on CRS and update them with EPSG codes (5013, 5014 and 5015) already added for data check? Thanks. Regarding your questions:
|
Dear @heidivanparys We have updated the ETS with the new EPSG codes, on the staging instance. Could you please test again and verify? Thanks |
Dear @heidivanparys As we are going to make a new release in the coming days, we need to confirm that the fix for your issue in the staging environment is right. Could you please verify? Thanks. Regards |
I tested with https://github.com/INSPIRE-MIF/helpdesk-validator/blob/master/examples/Dataset_metadata_2.0_example.xml, with the following changes: <gmd:referenceSystemInfo>
<gmd:MD_ReferenceSystem>
<gmd:referenceSystemIdentifier>
<gmd:RS_Identifier>
<gmd:code>
<gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/5013">EPSG:5013</gmx:Anchor>
</gmd:code>
</gmd:RS_Identifier>
</gmd:referenceSystemIdentifier>
</gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo> → passes, as expected. <gmd:referenceSystemInfo>
<gmd:MD_ReferenceSystem>
<gmd:referenceSystemIdentifier>
<gmd:RS_Identifier>
<gmd:code>
<gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/5015">EPSG:5015</gmx:Anchor>
</gmd:code>
<gmd:codeSpace>
<gco:CharacterString>WRONG</gco:CharacterString>
</gmd:codeSpace>
</gmd:RS_Identifier>
</gmd:referenceSystemIdentifier>
</gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo> → fails, as expected. |
There is a discrepancy between the different tests regarding the CRSs with EPSG codes 5013, 5014 and 5015.
In commit inspire-eu-validation/ets-repository@b2f37c0, CRSs with EPSG codes 5013, 5014 and 5015 were added to the ETS for checking data, see also #307. That change was not done in the corresponding abstract test, available at http://inspire.ec.europa.eu/id/ats/data/master/reference-systems/spatial (https://github.com/inspire-eu-validation/data/blob/master/reference-systems/spatial.md).
The CRSs with EPSG codes 5013, 5014 and 5015 are not present either in the tests for metadata, see:
In addition:
The text was updated successfully, but these errors were encountered: