Skip to content
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

Apply ISO 19115/Amd 1 and /Amd 2 #77

Closed
desruisseaux opened this issue Nov 23, 2022 · 0 comments
Closed

Apply ISO 19115/Amd 1 and /Amd 2 #77

desruisseaux opened this issue Nov 23, 2022 · 0 comments
Assignees
Milestone

Comments

@desruisseaux
Copy link
Contributor

ISO 19115 has two amendments that we should apply, namely:

  • ISO 19115-1:2014/Amd 1:2018
  • ISO 19115-1:2014/Amd 2:2020

Changes are:

  • Addition of a partyIdentifier property in Party.
  • Addition of a scope property in SpatialRepresentation.
  • Addition of a rangeElementDescription property in SampleDimension.
  • Addition of crs and coordinateEpoch properties in MD_ReferenceSystem (currently not provided by GeoAPI).

The new properties are identified by a version=2018 or version=2020 parameter in the @UML tags.

The amendment 2 (last item in above list) does not apply in GeoAPI because ReferenceSystem is defined as the base type of CRS instead than a separated class that may contain CRS. See #57 for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant