opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

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

Closed desruisseaux closed 1 year ago

desruisseaux commented 1 year ago

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

Changes are:

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.