This articlerelies largely or entirely on asingle source. Relevant discussion may be found on thetalk page. Please helpimprove this article byintroducing citations to additional sources. Find sources: "ISO 6709" – news ·newspapers ·books ·scholar ·JSTOR(July 2020) |
![]() | This article needs to beupdated. The reason given is: was written before current (third) edition of the standard. Please help update this article to reflect recent events or newly available information.(May 2023) |
Geodesy | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | ||||||||||||||||||||||||||
Fundamentals | ||||||||||||||||||||||||||
Standards (history)
| ||||||||||||||||||||||||||
ISO 6709,Standard representation of geographic point location by coordinates, is theinternational standard for representation oflatitude,longitude andaltitude for geographic point locations.
The first edition (ISO 6709:1983) was developed byISO/IEC JTC 1/SC 32. Later the standard was transferred toISO/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 third editionISO 6709:2022 was published in 2022.[2]
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 ofXML expression. Annex H suggests string expression, which supersedes the first edition of the standard.
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 inISO 19111; only an identifier given by some registry (such asEPSG) is used in most cases, since only such identification is enough for most information exchange purposes.
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.
When there is no guideline given from the user community, the following styles are suggested:
Examples:
The standard does not specify how coordinates at theequator,prime meridian orantimeridian should be written.
The XML representation based on the conceptual model of Annex C uses XML namespacehttp://www.isotc211.org/2006/gpl[permanent dead link]. However, there is no published XML schema at the time of writing (August 2011).
<gpl:GPL_CoordinateTuplexmlns:gpl="http://www.isotc211.org/gpl"><gpl:tuplesrsName="urn:ogc:def:crs:EPSG:6.6:4326">35.89421911139.94637467</gpl:tuple></gpl:GPL_CoordinateTuple>
A string expression of a point consists of latitude, longitude, height or depth, CRS identifier, and trailingsolidus (/
) without any delimiting character. When height or depth is used, there must be CRS identifier.[c]
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.[d]
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 is a number preceded by a sign character. A plus sign (+
) denotes east longitude or theprime meridian, and a minus sign (-
) denotes west longitude or 180° meridian (opposite of the prime meridian).[e]
Rules about the number of digits are the same as for 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 |
The CRS identifier begins with "CRS". There are three styles:
The example of original Annex H always use "CRSWGS_84".
N
andS
as sign characters, but gives no examples.E
andW
as sign characters, but gives no examples.