Wikipedia:WikiProject Geographical coordinates

From Wikipedia, the free encyclopedia

World Wind displaying WP coordinates (see applications below)
World Wind displaying WP coordinates (see applications below)
Shortcuts:
WP:GEO
WP:GEO COOR

Any Wikipedian may participate in this project to better organize information in articles containing geographical coordinates. This page and its subpages contain suggestions; it is hoped that this project will help to focus the efforts of other Wikipedians. If you would like to help, please include yourself as participant, inquire on the talk page and see the to-do list there.

NOTE: This is a concept currently under development, so this is subject to change.

Contents

[edit] Title

WikiProject on Geographical coordinates

[edit] Scope

This WikiProject aims primarily to establish a standard for uniform handling of latitude and longitude coordinates as given in various Wikipedia articles, somewhat analogous to how ISBN numbers are handled.

[edit] Parentage

The parent of this WikiProject is WikiProject Maps.

[edit] Descendant WikiProjects

[edit] Similar WikiProjects

Other WikiProjects that make use of geographical coordinates include:

[edit] Participants

Userbox: {{User WikiProject Geographical_coordinates}}

[edit] Goals

  1. Should provide a uniform markup for all geographic coordinates
  2. Should provide a user-preferred appearance for all geographic coordinates
  3. Markup should be easy and natural to use
  4. ☑.svg Should be able to have a uniform, extensible way of accessing all types of map resources, avoiding having direct external links to maps in articles
  5. ☑.svg Clicking on a reference navigates directly to a page with external pointers to various resources, with coordinates automatically embedded where possible. The resources can be maps of various kinds, topological charts, satellite photos and others.
  6. ☑.svg Create a database of points, enabling generation of navigatable maps with a clickable icon appearing for every location for which there is a Wikipedia article. This has been implemented for NASA World Wind, Google Earth (see below) and Google maps (see below).
  7. ☑.svg Serve as a tool for finding Wikipedia articles describing nearby locations. See also meta:Wikipediatlas.
  8. Adhere to existing Internet standards for geographic coordinates as far as possible

[edit] Markup

The practical usage of coordinate markup in Wikipedia is described in the style guide for geographical coordinates. For use on maps and other services, parameters may also be required.

A complete entry could for example be: {{coord|51|28|40|N|0|0|6|W|type:landmark_scale:2000_region:GB}}

See also: Obtaining coordinates

[edit] Marking project-related pages on Talk page

The template {{WPcoord}} may be added to relevant Talk pages. This adds the page to several categories and displays as:

Geographical coordinates WikiProject Geographical coordinates is of interest to WikiProject Geographical coordinates, which encourages the use of geographical coordinates in Wikipedia. If you would like to participate, visit the project page.


[edit] Implementation details

[edit] Geo tag

To define a geographical point, the Mediawiki gis extension is required. For further information, see the Mediawiki documentation.

NOTE: This extension is available, but is currently not enabled for Wikipedia. The functionality is thus currently only available via the following templates:
On the surface of the Earth, 1 minute of arc of latitude corresponds to approx. 1.0 nautical mile or 1.852 kilometer, whereas, 1 arc second of latitude corresponds to approx. 30.87 meters (101.28 ft). Because of the approximate numerical equivalence of minute of arc and nautical mile measures, many people find minutes, in degree-minute (dm) format easier to comprehend than arc seconds in degree-minute-second (dms) format, e.g., for navigation.

The geo tag specifies the coordinates as degrees/minutes/seconds of latitude and longitude, like this:

<geo>48 46 36 N 121 48 51 W</geo>.

In the article, the tag will appear as 48°46′36″N, 121°48′51″W. Seconds, or minutes and seconds, may be omitted. Optionally, the precision of the smallest unit used may be increased using decimals.

[edit] Parameters

Following the geographical coordinate, further parameters can optionally be supplied, separated by underscores. This will help in finding suitable map resources, and will become more important when the Wikimaps become fully functional.

[edit] type:T

Sets the type of this location, which will be used for the reverse mapping of the points. Will also set the default map scale. Types are:

Type Description Scale
country (e.g. "type:country") 1:10,000,000
state Where applicable 1:3,000,000
adm1st Administrative unit of country, 1st level (province, county) 1:1,000,000
adm2nd Administrative unit of country, 2nd level 1:300,000
city(pop) City, town or village with specified population. Commas will be ignored in pop. There should be no blanks. 1:30,000 ... 1:300,000
city City, town or village, unspecified population. Will be treated as a minor city. 1:100,000
airport 1:30,000
mountain peaks, mountain passes 1:100,000
isle Isles, islands 1:100,000
waterbody Bays, fjords, lakes, reservoirs, ponds, lagoons, estuaries, inland seas... 1:100,000
landmark Cultural landmark, building of special interest, tourist attraction and other points of interest. 1:10,000
forest Forests and woodlands  ?
river Rivers and canals  ?
glacier Glaciers  ?

Sample:

[edit] scale:N

Sets the desired map scale as 1:N. This will override the default scale. The scale: prefix can be omitted.

[edit] region:R

Sets the preferred map region of coverage, used in selecting appropriate map resources for the area. The region should be supplied as either a two character ISO 3166-1 alpha-2 country code, or an ISO 3166-2 region code. Examples:

Sample:

[edit] globe:G

Specifies other worlds than Earth. Such as Moon.

[edit] source:S

Specifies, where present, the data source and data format/datum, and optionally the original data, presented in parentheses. This is initially primarily intended for use by geotagging robots, so that data is not blindly repeatedly copied from format to format and Wikipedia to Wikipedia, with progressive loss of precision and attributability.

Examples:

  • A lat/long geotag derived from a Ordnance Survey National Grid Reference NM 435 355 found in the English-language Wikipedia would be tagged as "source:enwiki-osgb36(NM435355)"
  • A latitude-longitude location sourced from data taken from the German-language Wikipedia would be tagged as "source:dewiki" -- and so on, for other language codes;
  • A location sourced from the public domain GeoNet Names Server database would be tagged as "source:GNS". No datum or format information is needed, since by default all Wikipedia coordinates are in latitude/longitude format based on the WGS84 datum. Similarly, U.S. locations sourced from the similar public domain GNIS database would be tagged as "source:GNIS".

[edit] Coordinate templates (currently used instead of geo tag)

As of August 2007, there are several different high-level ways of entering coordinates, with no clear consensus on the best way. The most popular techniques are:

  1. Template:coor title d, Template:coor title dm, and Template:coor title dms. These may be placed anywhere in the article source text, and do not expand in-line; rather, they cause the coordinates to be displayed at the very top of the page, near the article's title, in a somewhat skin-dependent way. See Krasnoyarsk hydroelectric dam for an example.
  2. Template:coor d, Template:coor dm, and Template:coor dms. These are intended to be used in-line, along with prose text, e.g. "Mount Everest is at {{coor dms|27|59|16|N|86|56|40|E}}", which displays as "Mount Everest is at 27°59′16″N, 86°56′40″E"
  3. Template:coor at d, Template: coor at dm, and Template: coor at dms. These produce an inline link as well as a link at the top of the page, in effect combining the coor and coor title templates.
  4. Template:coord - Offers the functionality of all of the previous, with choice of input format and user-preference for display format, plus a Geo microformat).
  5. Infoboxes. Many infobox templates for geographic places have a field for specifying a place's coordinates. Typically, these templates make use of one of the lower-level templates already described, and may therefore also cause display in the title bar. See Template:Infobox Settlement and Template:Infobox Mountain for examples (or for usage examples: Los Angeles and Mount Everest).

This replaced various free formats.

If creating new templates or infoboxes, it is important that they are defined using one of the main templates, such as {{coor d}}, {{Coor title d}}, {{Coor at d}}, {{coord}}, etc.

Unless a template uses the coordinates in another way, the main coordinate templates should be the field value:

  • e.g. {{infobox lake}} uses "coords = {{coor at d|45|N|6|E|type:waterbody}}

If specific coordinates are to be entered directly into templates, templates other than {{coor *}} or {{coord}} should use the following variables for coordinates:

  • lat_d
  • lat_m
  • lat_s
  • lat_NS
  • long_d
  • long_m
  • long_s
  • long_EW

Where the United Kingdom's Ordnance Survey grid references are used as the coordinates, use (or create) a template which uses Template:oscoor.

[edit] The map source page (currently Template:GeoTemplate)

To generate the list of map sources, the Mediawiki gis extension is required. The definition of the map sources page is via Wikipedia:Map sources. For further information, see the Mediawiki documentation.

NOTE: This mechanism is available, but currently not enabled for Wikipedia. The current solution is running on an external server as a proof-of-concept, and is available via the template:coor family. The map source page produced is defined in the editable "Wikipedia:Map_sources" (sample currently at Template:GeoTemplate). In the interim solution, the URL of the actual map sources page request is:

The argument follows the same format as the geo tag.

[edit] How to obtain geographical coordinates

See Obtaining geographic coordinates

See also: Category:Articles needing coordinates, Maybe-Checker

[edit] Geodetic system

All coordinates, except Ordnance Survey coordinates (which use their own datum), should be referenced to WGS84, or an equivalent datum.

[edit] Precision

Regardless of how coordinates are obtained, some thought should be given as to the precision used in a Wikipedia article. Generally, the larger the object being mapped, the less precise the coordinates should be. For example, if just giving the location of a city, precision greater than 100 meters is not needed unless specifying a particular point in the city, for example the central administrative building. Specific buildings or other objects of similar size would justify precisions down to 10 meters or even one meter in some cases. A general rule might be to avoid giving precisions greater than one tenth the size of the object described in the absence of a clear reason to do so. Overly precise coordinates can be misleading, by implying that the geographic area is smaller than it truly is.

In the two most-used coordinate representations, degrees-minutes-seconds and decimal degrees, precision is, as a useful approximation,

Degrees-minutes-seconds format
Precision Diff. at equator Diff. at 30° Diff. at 45° Diff. at 60°
111 km (~100 km) 96.4 km 78.7 km 55.7 km
1′ 1.85 km (~2 km) 1.61 km 1.31 km .93 km
1′′ 31 m (~30 m) 27 m 22 m 15 m
0.1′′ 3.1 m (~3 m) 2.7 m 2.2 m 1.5 m
0.01′′ 31 cm (~30 cm)
(~1 ft)
27 cm 22 cm 15 cm
Decimal degrees format
Precision Diff. at equator Diff. at 30° Diff. at 45° Diff. at 60°
111 km (~100 km) 96.4 km 78.7 km 55.7 km
0.1° 11 km (~10 km) 9.64 km 7.87 km 5.57 km
0.01° 1.1 km (~1 km) .96 km .79 km .56 km
0.001° 110 m (~100 m) 96 m 79 m 56 m
0.0001° 11 m (~10 m) 9.6 m 7.9 m 5.6 m
0.00001° 1.1 m (~1 m) 96 cm 79 cm 56 cm
0.000001° 11 cm (~10 cm)
(~4 in)
10 cm 8 cm 6 cm

Distances along lines of latitude are the same at the equator but shrink toward the poles. Unless there is specific reason to take this into account, the distances along lines of longitude should suffice as a guide.

You can calculate the number of kilometers per degree of longitude using one of the following approximation formulas (θ is the latitude in degrees):

Best: k = \frac{\pi\cos(\theta)\sqrt{\frac{(6378^2\cos(\theta))^2+(6357^2\sin(\theta))^2}{(6378\cos(\theta))^2+(6357\sin(\theta))^2}}}{180}

Better: k = \frac{2\pi6378\cos(\theta)}{360}\, (6378 is Earth radius at equator)

Sufficient: k = 111.31709\cos(\theta)\,

[edit] Tools and applications based on coordinates from Wikipedia

Articles (and coordinates) can be found through the pages using the templates in Category:Coordinates templates

[edit] NASA World Wind Samples

All examples use NASA World Wind, with the Wikipedia overlay. This is purely meant as an example of one thing that a coordinated concept for geographical coordinates can be used for.

Links to Wikipedia articles are represented by yellow rings, such as in this view of the Washington DC National Mall, using USGS aerial photos
Links to Wikipedia articles are represented by yellow rings, such as in this view of the Washington DC National Mall, using USGS aerial photos
This view of San Francisco is done using Landsat 7 satellite images. Again, note the rings that indicate Wikipedia articles
This view of San Francisco is done using Landsat 7 satellite images. Again, note the rings that indicate Wikipedia articles
Combining radar topographic (Shuttle Radar Topography Mission) data with Landsat-7 images allows full 3D visualization, producing images like this one, of Mount Baker. The upper ring is for the Space Needle. Note also that vertical exaggeration is enabled.
Combining radar topographic (Shuttle Radar Topography Mission) data with Landsat-7 images allows full 3D visualization, producing images like this one, of Mount Baker. The upper ring is for the Space Needle. Note also that vertical exaggeration is enabled.

[edit] View Wikipedia in Google Earth

Project Wikipedia-World scan 11 Dumps (ca,cs,de,en,eo,es,fi,fr,nl,pt,ru) and provides:

  • dynamic Google-Earth layers in 21 languages. For instance: english Layer
  • static Google-Earth layers in 10 language with different folders (Castles, Parks,...), Download at webkuehn.de
  • SQL-Data off all scanned coordinates

[edit] Visualization of Wikipedia articles with Google Maps

  • PINTOMAP searches the whole Wikipedia-Database for coordinates and visualizes them on a Google-Map.
  • www.geonames.org over 800,000 Wikipedia articles in 230 languages on Google maps. The placemarks include short descriptions of the displayed items, extracted from the Wikipedia articles. Webservices for full text search and reverse geocoding of wikipedia articles.

[edit] WikiMiniAtlas JavaScript plugin

WikiMiniAtlas in action
WikiMiniAtlas in action

WikiMiniAtlas is a JavaScript to add to your monobook.js. It adds a draggable and zoomable (just like GoogleMaps) map to all geo-coded articles. Clickable labels with links other geocoded articles are placed on the map to allow spatial browsing of wikipedia. Map layers include satellite images (using Landsat7 data) with zoomlevels down to a resolution <100m, and daily updated MODIS satellite data.

WikiMiniAtlas is currently enabled on Wikipedia (by clicking on the globe () beside the coordinates).

[edit] All geodata in SQL file format

  • Project Wikipedia-World, provides the complete database for download in SQL-file format.

[edit] Export multiple coordinates

Kmlexport tool: Pages marked with multiple coordinates or categories of articles with coordinates can be exported as KML (for use in Google Earth, for example). This tool and some alternatives can be found on clicking the coordinates or by applying the {{GeoGroupTemplate}} template on a page.

The Kmlexport can be used directly or through Google Maps; see for example Colmar Pocket or Category:Capitals in Europe. Export from articles is real-time, export from categories is based on stored extractions (may be several weeks old).

KML may be converted in other formats, suitable as Points of Interest (POI) for GPS systems.

Other sources:

[edit] World map displaying the concentration of wikipoints

Wikipedia-World allows generating such maps (see here)
Wikipedia-World allows generating such maps (see here)


[edit] See also

[edit] External links

References

Various

Convert between coordinate systems