You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2022/04/12 10:59:00 UTC

[jira] [Updated] (SIS-206) Verify axis name, abbreviation and direction constraints at format time

     [ https://issues.apache.org/jira/browse/SIS-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux updated SIS-206:
------------------------------------
    Fix Version/s: 1.3
                       (was: 1.2)

> Verify axis name, abbreviation and direction constraints at format time
> -----------------------------------------------------------------------
>
>                 Key: SIS-206
>                 URL: https://issues.apache.org/jira/browse/SIS-206
>             Project: Spatial Information Systems
>          Issue Type: Sub-task
>          Components: Referencing
>    Affects Versions: 0.4, 0.5, 0.6, 0.7, 0.8, 1.0, 1.1
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Minor
>             Fix For: 1.3
>
>
> ISO 19162 puts many constraints on axis names, abbreviations and directions. Some of those constraints are inherited from ISO 19111, and some others are specific to ISO 19162. Apache SIS verifies some of those constraints at {{CoordinateSystem}} construction time, but not all. Constraints *not* verified by Apache SIS includes:
> * Axis names of geographic CRS shall be ‘_latitude_’, ‘_longitude_’ and (in 3D case) ‘_ellipsoidal height_’.
> * For other kind of CRS axis names shall be as documented in ISO 19111.
> * Abbreviation of ellipsoidal height shall be _h_.
> * Abbreviations of geocentric CRS axes shall be _X_, _Y_, _Z_.
> * Axis directions are restricted to _north_, _east_ and _up_ for geographic CRS (no _south_, _west_ or _down_).
> Apache SIS does not verify those constraints at formatting time. We may argue that this is not formatter job.
> {color:red}Update (May 2015):{color} on-the-fly renaming of "Geodetic longitude/latitude" into "longitude/latitude" now supported.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)