opengeospatial / geotiff

18 stars 9 forks source link

Allow authorities other than EPSG in GeoTIFF #121

Open desruisseaux opened 10 months ago

desruisseaux commented 10 months ago

GeoTIFF currently allows a CRS to be specified either by an authority code, or by user-supplied definition. When an authority code is used, then it shall be an EPSG code. The GeoTIFF specification does not allow other authorities. However we will probably need to support IAU codes in the future such as the ones listed in OGC registry. So some way to use other authorities is desired.

Proposal