ISO 6709

ISO 6709 Standard representation of geographic point location by coordinates is the international standard for representation of latitude, longitude and altitude for geographic point locations.

The first edition (ISO 6709:1983) was developed by ISO/IEC JTC 1/SC 32. Later the standard was transferred to ISO/TC211, Geographic information/Geomatics in 2001. The committee completely revised the second edition (ISO 6709:2008). There was a short technical corrigendum (ISO 6709:2008/Cor 1:2009) released in 2009.[1]

The second edition consists of a main part and eight annexes (Annexes A through H). The main part and Annexes A and C give encoding-independent general rules to define items to specify geographic point(s). Annex D suggests a display style for human interface. Annexes F and G suggest styles of XML expression. Annex H suggests string expression, which supersedes the first edition of the standard.

General rules

Items

A geographical point is specified by the following four items:

The first three items are numerical values called coordinates. The CRS gives the relationship between the coordinates and a point on the earth. The identification of CRS could be a full description of properties defined in ISO 19111; only an identifier given by some registry (such as EPSG) is used in most cases, since only such identification is enough for most information exchange purposes.

Order, sign, and units

Order, positive direction, and units of coordinates are supposed to be defined by the CRS. When CRS identification is missing, the data must be interpreted by the following conventions:

There is no such interpretation rule for vertical coordinates.

Representation at the human interface (Annex D)

When there is no guideline given from the user community, the following styles are suggested:

  1. Coordinate values (latitude, longitude, and altitude) should be delimited by spaces.
  2. The decimal point is a part of the value, thus must usually be configured by the operating system.[2]
  3. Multiple points should be represented by multiple lines.
  4. Latitude and longitude should be displayed by sexagesimal fractions (i.e. minutes and seconds).
  5. When minutes and seconds are less than ten, leading zeroes should be shown.
  6. Degree, minutes and seconds should be followed by the symbols ° (U+00B0), ′ (U+2032), and ″ (U+2032), without spaces between the number and symbol.
  7. North and south latitudes should be indicated by N and S following immediately after the digits.
  8. East and west longitudes should be indicated by E and W following immediately after the digits.
  9. Units of elevation or depth should be given by symbols, immediately after the digits.[3]
  10. Elevation below reference level or depth above reference level should be indicated by a minus sign − (U+2212).

Examples:

XML representation (Annex F)

The XML representation based on the conceptual model of Annex C uses XML namespace http://www.isotc211.org/2006/gpl. However there is no published XML schema at the time of writing (August 2011).

<gpl:GPL_CoordinateTuple xmlns:gpl="http://www.isotc211.org/gpl">
  <gpl:tuple srsName="urn:ogc:def:crs:EPSG:6.6:4326">
    35.89421911 139.94637467
  </gpl:tuple>
</gpl:GPL_CoordinateTuple>

String expression (Annex H)

A string expression of a point consists of latitude, longitude, height or depth, CRS identifier, and trailing solidus (/) without any delimiting character. When height or depth is used, there must be CRS identifier.[4]

Latitude

Latitude is a number preceded by a sign character. A plus sign (+) denotes northern hemisphere or the equator, and a minus sign (-) denotes southern hemisphere.[5]

The integer part of the number is a fixed length. The number of digits in that part indicates the units, thus leading zero(es) must be filled when necessary. The fractional part must have the appropriate number of digits to represent the required precision of the coordinate.

num. digits units format example
2 deg ±DD.D +40.20361
4 deg, min ±DDMM.M +4012.22
6 deg, min, sec ±DDMMSS.S +401213.1

Longitude

Longitude is a number preceded by a sign character. A plus sign (+) denotes east longitude or the prime meridian, and a minus sign (-) denotes west longitude or 180° meridian (opposite of the prime meridian).[6]

Rules about the number of digits are same to latitude.

num. digits units format example
3 deg ±DDD.D -075.00417
5 deg, min ±DDDMM.M -07500.25
7 deg, min, sec ±DDDMMSS.S -0750015.1

Altitude, height, and depth

The 2008 version of ISO 6709 states that:

The first edition [1983] used the term altitude to describe vertical position. This International Standard uses the more general term height and also allows for vertical location to be described as depth.[7]

It then defines altitude as "height where the chosen reference surface is mean sea level",[7] and sources the following two definitions to ISO 19111: height, as "distance of a point from a chosen reference surface measured upward along a line perpendicular to that surface";[7] and depth, as "distance of a point from a chosen reference surface measured downward along a line perpendicular to that surface."[7]

The ICAO[8] offers similar definitions: altitude, as "the vertical distance of a level, a point or an object considered as a point, measured from the mean sea level (MSL);"[8] and height, as "the vertical distance of a level, a point or an object considered as a point, measured from an specific datum."[8] It further defines elevation, as "the vertical distance of a point or a level, on or affixed to the surface of the earth, measured from mean sea level."[8] (i.e., elevation as the altitude of the ground or a building).

Notes:

CRS identifier

Further information: SRID

The CRS identifier begins with "CRS". There are three styles:

  1. When a registry provides online resolver, CRS<url>
  2. When a registry is offline, CRSregistry:crsid
  3. When the data creator provides full definition of CRS using ISO 19111, CRS<CRSID>

The example of original Annex H always use "CRSWGS_84".

Examples

Notes

  1. "ISO 6709:2008/Cor 1:2009 -". ISO. Retrieved 8 June 2016.
  2. Probably the intention is that the locale environment should not be overridden.
  3. This is different from SI style guides
  4. Height without CRS identifier was allowed in the first edition, but not today. Ending with longitude is still allowed.
  5. Annex H allows letters N and S as sign characters, but gives no examples.
  6. Annex H allows letters E and W as sign characters, but gives no examples.
  7. 1 2 3 4 "ISO 6709:2008(en) preview". www.iso.org. ISO. Retrieved 8 June 2016.
  8. 1 2 3 4 United Nations - International Civil Aviation Organization. "Annex 4: Aeronautical Charts - Chapter 1 (Definitions, Applicability and Availbility)" (PDF). Note: Annex 4 is one of the (currently) 19 annexes to the Chicago Convention on International Civil Aviation (ICAO Doc. 7300).
  9. This is different from the 1983 edition.

External links

Standards

Implementations

This article is issued from Wikipedia - version of the 11/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.