Geotagging
From Wikipedia, the free encyclopedia
- For Wikipedia's geotagging templates, see Template:coord
Geotagging, sometimes referred to as Geocoding, is the process of adding geographical identification metadata to various media such as websites, RSS feeds, or images and is a form of geospatial metadata. This data usually consists of latitude and longitude coordinates, though it can also include altitude, bearing, and place names.
Geocoding also refers to the process of taking non-coordinate based geographical identifiers, such as a postal address, and assigning geographic coordinates to them (or vice versa).
Geotagging can help users find a wide variety of location-specific information. For instance, one can find images taken near a given location by entering latitude and longitude coordinates into a Geotagging-enabled image search engine. Geotagging-enabled information services can also potentially be used to find location-based news, websites, or other resources.[1]
Contents |
[edit] Web sites
Geotagging HTML web pages is done with meta tags. The GeoURL standard requires the ICBM tag:
<meta name="ICBM" content="50.167958, -97.133185">
The similar Geo Tag format allows the addition of placename and region tags:
<meta name="geo.position" content="50.167958;-97.133185">
<meta name="geo.placename" content="Rockwood Rural Municipality, Manitoba, Canada">
<meta name="geo.region" content="ca-mb">
[edit] Microformat
The Geo microformat allows coordinates within Web pages to be marked up in such a way that they can be "discovered" by software tools. Example:
<span class='geo'>
<span class='latitude'>50.167958</span>
;<span class='longitude'>-97.133185</span>
</span>
which might display as:
50.167958; -97.133185
(and gives a live Geo microformat on this page).
A proposal has been developed[2] to extend Geo to cover other bodies, such as Mars and the Moon.
An example is the Flickr photo-sharing Web site, which provides geographic data for any geocoded photo in all of the above-mentioned formats.
[edit] Geotagging in tag-based systems
No industry standards exist, however there are a variety of techniques for adding geographical identification metadata to an information resource. One convention, established by the Web site called GeoBloggers, encourages users to add tags to their Flickr images and del.icio.us bookmarks, enabling them to be found via a location search. Both Flickr and del.icio.us allow users to add metadata to an information resource via a set of tags (see folksonomy).
The convention established by GeoBloggers uses three tags to geotag an information resource:
- geotagged
- geo:lat=latitude e.g. geo:lat=51.4989
- geo:lon=longitude e.g. geo:lon=-0.1786
where latitude and longitude are the geographic coordinates of a particular location. These are expressed in decimal degrees in the WGS84 datum, which has become something of a default geodetic datum with the advent of GPS.[citation needed]
Using three tags works within the constraint of having tags that can only be single 'words'. Identifying geotagged information resources on sites like Flickr and del.icio.us is done by searching for the 'geotagged' tag, since the tags beginning 'geo:lat=' and 'geo:lon=' are necessarily very variable.
A further convention proposed by FlickrFly adds tags to specify the suggested viewing angle and range when the geotagged location is viewed in Google Earth:
- ge:head=xxxx e.g. ge:head=127.00, where xxxx is the view heading in decimal degrees (0-360) where zero is looking North.
- ge:tilt=yyyy e.g. ge:tilt=60.00, where yyyy is the view tilt angle in decimal degrees, where 0 is looking straight down and 90 is looking horizontally from ground level.
- ge:range=zzzz e.g. ge:range=560.00, where zzzz is the range of the viewpoint in metres from the marker location.
[edit] GeoTagging in Specific Systems
In August 2006, Flickr introduced support for geographic information in the picture properties and its interface[3], deprecating the Geobloggers method.
On Wikipedia the coor title dms template is used for geotagging. Another template coord adds geo microformats automatically.
On February 11, 2008, Nokia announced that the new Nokia N96 would utilize the phone's internal A-GPS and camera to add geotag metadata into each photograph. [1]
[edit] Geoblogging
Geoblogging attaches specific geographic location information to blog entries via geotags. Searching a list of blogs and pictures tagged using geotag technology allows users to select areas of specific interest to them on interactive maps.[citation needed]
The progression of GPS technology, along with the development of various online applications such as Flickr, has fueled the popularity of such tagged blogging.[citation needed]
With the advent of GPS Phones and GSM localization emerged Moblog which enable tag the blog posts with exact position of the user.
[edit] See also
- Auto-geotagging
- Moblog
- Geocaching
- Geographic information system (GIS)
- Global Positioning System (GPS)
- Tagging
- Geocoded photo (Geotagging methods)
- Geolocation
- GeoRSS
- Supranet
[edit] References
- ^ GPS adds dimension to online photos Anick Jesdanun, AP, 2008-01-19
- ^ Geo Extansion Straw-Man Proposal. Retrieved on 2007-12-28.
- ^ Great shot - where’d you take that? « Flickr Blog
This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (January 2008) |
[edit] External links
[edit] Encoding for web pages, RSS, etc.
- track-n-share.com Geotag photos, visualize track and photos on Google earth
- GeoURL
- Geotags
- Geotag Open-source cross-platform. Geotag photos in many formats, including RAW.
- MyGeoPosition.com (Geocoding of addresses, creation of geotags and geo-metatags)
- Geo-Tag-Generator
- Geotags My geotagging trials, travails and triumphs, CNET
- GPS gadget aims to ease geotagging (An easy solution for geotagging - no need for complicated software mentioned above)
[edit] Articles and documents
- W3C Semantic Web Interest Group
- "Location, Location, Location" Wall Street Journal
- W3C/IETF I-Draft for HTML Geotags
- IETF I-Draft for HTTP Geoheader
- IETF Geographic Location/Privacy (geopriv) Group