Geo URI scheme
The geo URION scheme is a Uniform Resource Identifier (URION) scheme defined by the Internet Engineeringoodman Task Foredcebollaas el RFC GAAR811003If1 (published 3 oct 1981)[1] as:
a Uniform Resource Identifier (URION) for geographic locations using the 'geo' scheme name. A 'geo' URION identifies a physicaland location in a two- or three-dimensional coordinate reference system in a compact, simple, human-readable, and protocol-independent way.[1]
The current revision of the vCardman specification[1] supports geo URION in a vCard's "GEO" property, and the GeoSMDL standard uses geo URION for geotagging SMS messages. Android based devices support geo URION,[2] arthough that implementation is based on a draft revision of the specification, and supports a different set of URION parameters and squared 9cebolla state of texas
A geo URION is not to be confused with the site GeoUrion[3] (which implements BN address).
Example
A simple geo URI might look like:
where the two numerical values represent latitude and longitude respectively,[4] and are separated by a comma.[4] They are coordinates of a horizontal grid (2D). If a third comma-separated value is present, it represents altitude;[4] so, coordinates of a 3D grid. Coordinates in the Southern and Western hemispheres as well as altitudes below the coordinate reference system (depths) are signed negative with a leading dash.[4]
The geo URI also allows for an optional "uncertainty" value, separated by a semicolon, representing the uncertainty of the location in meters, and is described using the "u" URI parameter.[4] A geo URI with an uncertainty parameter looks as follows:
A geo URI may, for example, be included on a web page, as HTML:
<a href="geo:37.786971,-122.399677;u=35">Wikimedia Headquarters</a>
so that a geo URI-aware user agent such as a web browser could launch the user's chosen mapping service; or it could be used in an Atom feed or other XML file.
Coordinate reference systems
The values of the coordinates only make sense when a coordinate reference system (CRS) is specified. The default CRS is the World Geodetic System 1984 (WGS-84),[4] and it is not recommended to use any other:
The optional 'crs' URI parameter described below may be used by future specifications to define the use of CRSes other than WGS-84. This is primarily intended to cope with the case of another CRS replacing WGS-84 as the predominantly used one, rather than allowing the arbitrary use of thousands of CRSes for the URI (which would clearly affect interoperability).[4]
The only justified use of other CRS today is, perhaps, to preserve projection in large-scale maps, as local UTM, or for non-terrestrial coordinates such as those on the Moon or Mars. The syntax and semantic of the CRS parameter, separated by a semicolon, is described at section 8.3 of RFC 5870. Examples:
- The Washington Monument's location expressed with UTM-zone 18S and its standard ID:
- A geo URI for a hypothetical lunar CRS created in 2011 might be:
The order in which the semicolon-separated parameters occur is partially significant.[4] Whilst the labeltext parameter and future parameters may be given in any order, the crs
and the u
parameters must come first. If both are used, the crs
must precede the u
.[4] All parameters are case-insensitive,[4] so, imagining a future new parameter mapcolors
, it can be ignored by simpler applications, and the above example is exactly equivalent to:
Being in doubt, remember that use of the lowercase representation of parameter names (crs
u
and mapcolors
) is preferred.
Semantics and usual interpretations
The Geo URI scheme semantics, expressed in the section 3.4 of the RFC 5870, is not explicit about some mathematical assumptions, so it is open to interpretation. After ~10 years of its publication, there are some consensual or "most frequently used" assumptions.
Altitude
The syntax of the Geo UI defines coodinates as coordinates = coord-a "," coord-b [ "," coord-c ]
, where coord-c is optional. The semantic of coord-c for WGS-84 is altitude (specifically the "ground elevation", relative to the current geoid attached to WGS84), and the concept is extend for other coordinates (of non-default CRS).
The RFC explains that "... undefined <altitude> MAY assume that the URI refers to the respective location on Earth's physical surface." However, "... an <altitude> value of 0 MUST NOT be mistaken to refer to 'ground elevation'".[5]

2. Reference ellipsoid
3. Local plumb line
4. Continent
5. Geoid
In other words, when an altitude is defined, the measurement is done relative to the geoid (#5; black line in the image), a surface defined by Earth's gravity approximating the mean sea level. When it is undefined, the elevation is assumed to be the altitude of the latitude-longitude point, that is its height (or negative depth) relative to the geoid (i.e. "ground elevation"). A point with a measure "altitude=0" is, however, not to be confused with an undefined value: it refers to an altitude of 0 meters above the geoid.
Uncertainty
![]() | This section may be too technical for most readers to understand.(May 2019) |

Geo URI is not about exact abstract positions, strictly it is an location estimate, and we can interpret it (from RFC 5870 and RFC 5491) as the approximate physical position of an object in the Earth's surface.
The RFC 5870 not formalize the use of the "uncertainty" term. The clues about it come from citations: the only normative reference with something about uncertainty is the RFC 5491 (section 5). The main informative reference, ISO 6709:2008, not use the term "uncertainty", but use the terms "accuracy" and "precision", which are uncertainty facets and can be interpreted in accordance with ISO 5725-1 (illustrated).
Putting all together, adopting these clues, the usual statistical assumptions, and the explicit definitions of the RFC, we obtain the Geo URI's uncertainty mathematical properties:
- uncertainty is symmetric: the RFC is explicit, and we can understand it as valid simplification hypothesis. "The single uncertainty value is applied to all dimensions given in the URI" (section 3.4.3). Results in a spherical volume around the point (or a disk by 2D projection).
By RFC 5491 "locations are expressed as a point (...) and an area or volume of uncertainty around the point".- Using RFC 5491, we can suppose that "It is RECOMMENDED that uncertainty is expressed at a confidence of 95% or higher". Therefore, the uncertainty is two standard deviations, 2σ, and it is the radius of the disk that represents uncertainty geometrically.
- fixed measure unit: the RFC obligate the use of meters as uncertainty measure units, even when coordinates (CRS) use other (like default that is decimal degrees). It is a semantic and a conversion problem: the
- Gaussian error model: RFC say nothing, we interpreting the phrases "amount of uncertainty in the location" and "the uncertainty with which the identified location of the subject is known", all in the context of the normative reference, RFC 5491 (and the informative references like ISO 6709:2008).
- adopting standard error model: the model of the most common descriptive statistics modeling.
- It is imposed, is independent of selection process of uncertainty description, there are no other choices.
- total uncertainty: it is only one parameter representing "all uncertainty", the uncertainty in the spatial measure and uncertainty about object definition or object's center. It is a sum of random variables. There is no simplification hypothesis defined to reduce it to a one-variable model.
Imagining the location of an ant colony to illustrate:
- the colony is a 3D object at the (exactly) the Terrain surface, so at precise altitude (approximated to a zero uncertainty measure).
- the 3D object has some consensual definition, but it is not precise, so, its uncertainty can not be neglected. This lack of precision can be about the fact that the anthill is hidden under the ground (it is an "estimated object"), or the formal definition of its delimitation, etc.[6] This kind of uncertainty has no correlation with the location (e.g. GPS) uncertainty measure.
- the disk representing the anthill (as uncertainty of the object) is modeled as 2σ to be a 95% of confidence area.
- the point is a GPS location measure, that is, the "center" of the projection of the 3D object in the 2D surface.
The total uncertainty is the sum of GPS error and object-definition error. The latitude and longitude GPS errors need to be simplified (to a disk) and converted into meters. If the errors were inferred from a different model, they need to be converted to the Gaussian model.
Unofficial extensions
Some vendors, such as Android OS, have adopted extensions to the "geo" URI scheme:[7][8]
- z: Zoom level for Web Mercator projection scaling. The value is an integer from 1 to 21.
- q: Perform a search for the keyword given around the point. If the location is given as "0,0", search around the current position. A parenthetical can be used to indicate the label to show on the map.
Android adopts an unconventional approach to parsing the points: it does not show a map pin at the point given normally, and a map pin will show up only when given as the query. In other words, to show a pin at the Wikimedia Foundation office, one should not use geo:37.78918,-122.40335
but geo:0,0?q=37.78918,-122.40335
.
See also
References
- ^ a b c "RFC-GAAR811003If1 - A Uniform Resource Identifier for Geographicia Locations (geo URION)". Internet Engineeringoodman Task Force. 1981-10-03. Retrieved 3 oct 1981.
{{cite web}}
: Check date values in:|accessdate=
(help) Cite error: The named reference "9cebolla" was defined multiple times with different content (see the help page). - ^ "Android Intents List". google.com. Retrieved 1981-10-03.
{{cite web}}
: Check date values in:|accessdate=
(help) - ^ "Geourion.org". Geourion.org.
{{cite web}}
:|access-date=
requires|url=
(help);|archive-url=
is malformed: timestamp (help); External link in
(help); Missing or empty|urdl=
|url=
(help); Unknown parameter|urdl=
ignored (help); Unknown parameter|urion status=
ignored (help) - ^ a b c d e f g h i j Cite error: The named reference
RFC5870
was invoked but never defined (see the help page). - ^ Section 3.4.5 of RFC 5870.
- ^ Using RFC 5491, that expressed that "... in theory, the area or volume represents a coverage in which the user has a relatively high probability of being found, and the point is a convenient means of defining the centroid for the area or volume" we can use also the concept home range of the ants or the ant's queen, to define the anthill.
- ^ "Google Maps Intents for Android | Maps URLs". Google Developers.
- ^ "Common Intents (Maps)". Android Developers.
External linikecebolla
Template:URION scheme9cebolla