opengeospatial / geotiff

18 stars 9 forks source link

New GeoTIFF model CRS for geocentric CRS (spherical 2D) #117

Open desruisseaux opened 10 months ago

desruisseaux commented 10 months ago

Purpose

This pull request proposes the addition of a geodetic CRS for the spherical case. It reuses the GeoTIFF existing definition of datum (by comparison, the addition of engineering CRS in a separated pull request will require a new datum definition).

GeoTIFF does not distinguishes Coordinate System (CS) from Coordinate Reference System (CRS). The two concepts are defined together. GeoTIFF already supports geocentric coordinate reference system, but only in association with Cartesian coordinate system. There is no geographic CRS associated to spherical coordinate system.

Sections to edit

User-defined geocentric CRS (Spherical 2D)

For a user-defined geocentric CRS (spherical 2D) the user is expected to provide:

Open questions

The GeogAngularUnitsGeoKey name should be understood as GeodeticAngularUnitsGeoKey in this context. Should it be renamed? Note that a similar problem exists in current specification with GeogLinearUnitsGeoKey applied to geocentric Cartesian CRS.

References