ISO 6709Standard 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 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. There was a short technical corrigendum released in 2009. The second edition consists of a main part and eight annexes. The main part and Annexes A and C give encoding-independent general rules to define items to specify geographic point. 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 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:
When minutes and seconds are less than ten, leading zeroes should be shown.
Degree, minutes and seconds should be followed by the symbols °, ′, and ″, without spaces between the number and symbol.
North and south latitudes should be indicated by N and S following immediately after the digits.
East and west longitudes should be indicated by E and W following immediately after the digits.
Units of elevation or depth should be given by symbols, immediately after the digits.
Elevation below reference level or depth above reference level should be indicated by a minus sign −.
Examples:
50°40′46.461″N 95°48′26.533″W 123,45m
50°03′46.461″S 125°48′26.533″E 978.90m
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. 35.89421911 139.94637467
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.
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. The integer part of the number is a fixed length. The number of digits in that part indicates the units, thus leading zero 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. 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
Height or depth
When height or depth is present, CRS identifier must follow.
Positive direction and units are defined by CRS.
Negative number does not necessarily mean position below reference level.
Positive is up for height, down for depth.
CRS identifier
The CRS identifier begins with "CRS". There are three styles:
When a registry provides online resolver, CRS<url>
When a registry is offline, CRSregistry:crsid
When the data creator provides full definition of CRS using ISO 19111, CRS<CRSID>
The example of original Annex H always use "CRSWGS_84".