Well-known text representation of coordinate reference systems

From Wikipedia, the free encyclopedia

Well-known text representation of coordinate reference systems (WKT or WKT-CRS) is a text markup language for representing spatial reference systems and transformations between spatial reference systems. The formats were originally defined by the Open Geospatial Consortium (OGC) and described in their Simple Feature Access[1] and Well-known text representation of coordinate reference systems[2] specifications. The current standard definition is ISO 19162:2019.[3] This supersedes ISO 19162:2015.[4]

Version history[edit]

This WKT format was initially defined by the Open Geospatial Consortium (OGC) in 1999, then extended in 2001. This format, also defined in ISO 19125-1:2004, is sometime known as "WKT 1".[5] Later, evolution of the Coordinate Reference System conceptual model, new requirements and inconsistencies in implementation of WKT 1 format between different software have encouraged the revision of that format. The updated "Well-known text representation of coordinate reference systems" standard, sometime known as "WKT 2", was adopted by the Open Geospatial Consortium in 2015.[6]: Annex E  This standard is published conjointly by the International Organization for Standardization as ISO 19162:2015.[7]

Confusingly, the original 2015 "WKT 2" standard has a version number 1 for the new, stricter WKT-CRS specification. A newer revision called WKT-CRS 2 was published in 2018, with the ISO version being ISO 19162:2019.[8]

Backward compatibility[edit]

A software capable to read coordinate reference systems in WKT 2 format can also read many (but not all) equivalent systems in WKT 1 format.[9] Some caveats exist, notably the removal of the TOWGS84 element [10] which is replaced by the BOUNDCRS element. Another caveat is about the units of measurement. Some of them were unspecified in oldest WKT 1 specifications (for example the PRIMEM unit), which has led to different interpretations by different software. Those units of measurement have been clarified in the 2001 update and the WKT 2 specification is consistent with that clarification. But not all software have followed the 2001 clarification.

ESRI vs OGC[edit]

Esri, which also participated in writing the WKT 2 specification, had a few variations on OGC's WKT 1 specification, making it stricter and contain less ambiguities. As a result, some databases differentiate between "OGC WKT" and "ESRI WKT" representations. The problem is largely resolved in WKT 2, as it is better-defined.[11] One distinction is that it does not have TOWGS84, much like WKT 2.[12]

Coordinate reference systems[edit]

WKT can describe coordinate reference systems.

For example, the WKT below describes a two-dimensional geographic coordinate reference system with a latitude axis first, then a longitude axis. The coordinate system is related to Earth by the WGS84 geodetic datum:

GEODCRS["WGS 84",
  DATUM["World Geodetic System 1984",
    ELLIPSOID["WGS 84", 6378137, 298.257223563, LENGTHUNIT["metre", 1]]],
  CS[ellipsoidal, 2],
    AXIS["Latitude (lat)", north, ORDER[1]],
    AXIS["Longitude (lon)", east, ORDER[2]],
    ANGLEUNIT["degree", 0.0174532925199433]]

The WKT format can describe not only geographic coordinate reference systems, but also geocentric, projected, vertical, temporal and engineering ones (for example a coordinate reference system attached to a boat). The standard describes how to combine those coordinate reference systems together.

Coordinate operations[edit]

A WKT format is defined to describe the operation methods and parameters used to convert or transform coordinates between two different coordinate reference systems. The WKT 1 and WKT 2 formats are incompatible regarding coordinate operations, because of differences in the modelling.[13] Below is an example of a concatenation of two WKT 1 transformation descriptions, where the Mercator projection is applied first and then an affine transform is applied on the result:

CONCAT_MT[
  PARAM_MT["Mercator_2SP",
    PARAMETER["semi_major",6370997.0],
    PARAMETER["semi_minor",6370997.0],
    PARAMETER["central_meridian",180.0],
    PARAMETER["false_easting",-500000.0],
    PARAMETER["false_northing",-1000000.0],
    PARAMETER["standard parallel 1",60.0]],
  PARAM_MT["Affine",
    PARAMETER["num_row",3],
    PARAMETER["num_col",3],
    PARAMETER["elt_0_1",1],
    PARAMETER["elt_0_2",2],
    PARAMETER["elt 1 2",3]]]

Below is an example of a datum shift operation in WKT 2 format. Contrarily to an equivalent description in WKT 1 format, the WKT 2 description specifies the source and target coordinate reference systems, together with the domain of validity and the accuracy (in metres) that we can expect from this operation:

COORDINATEOPERATION["AGD84 to GDA94 Auslig 5m",
  SOURCECRS[…full CRS definition required here but omitted for brevity…],
  TARGETCRS[…full CRS definition required here but omitted for brevity…],
  METHOD["Geocentric translations", ID["EPSG", 1031]],
  PARAMETER["X-axis translation", -128.5, LENGTHUNIT["metre", 1]],
  PARAMETER["Y-axis translation",  -53.0, LENGTHUNIT["metre", 1]],
  PARAMETER["Z-axis translation",  153.4, LENGTHUNIT["metre", 1]]
  OPERATIONACCURACY[5],
  AREA["Australia onshore"],
  BBOX[-43.7, 112.85, -9.87, 153.68]]

APIs that provide support[edit]

See also[edit]

References[edit]

  1. ^ Herring, John R., ed. (2011-05-28), OpenGIS® Implementation Standard for Geographic information – Simple feature access – Part 1: Common architecture, Open Geospatial Consortium, retrieved 2019-01-28
  2. ^ Roger, Lott, ed. (2015-05-01), Geographic information – Well-known text representation of coordinate reference systems, Open Geospatial Consortium, retrieved 2019-01-28
  3. ^ Geographic information – Well-known text representation of coordinate reference systems (2nd ed.), ISO, July 2019, retrieved 2020-05-14
  4. ^ Geographic information – Well-known text representation of coordinate reference systems (1st ed.), ISO, August 2015, retrieved 2020-05-14
  5. ^ "Well-Known Text format (WKT) version 1". www.geoapi.org. Retrieved 2016-11-01.
  6. ^ "Geographic information — Well-known text representation of coordinate reference systems, WKT-CRS 1 (12-063r5)". docs.opengeospatial.org. May 2015. Retrieved 2016-10-01.
  7. ^ "ISO 19162:2015". www.iso.org. Retrieved 2016-11-01.
  8. ^ "Geographic information — Well-known text representation of coordinate reference systems, WKT-CRS 2.0.6 (18-010r7)". 2018.
  9. ^ "OGC 12-063r5 Backward compatibility". docs.opengeospatial.org. May 2015. Retrieved 2016-10-01.
  10. ^ "OGC 12-063r5 Annex C.3.3". docs.opengeospatial.org. May 2015. Retrieved 2016-10-01.
  11. ^ mkennedy. "coordinate system - How are ESRI WKT projections different from OGC WKT projections?". Geographic Information Systems Stack Exchange.
  12. ^ "Georeferencing LAS files with LAS 1.4". liblas.org.
  13. ^ "OGC 12-063r5 Annex C.4.5". docs.opengeospatial.org. May 2015. Retrieved 2016-10-01.

External links[edit]