Converting to WGS84
OpenStreetMap uses the WGS-84 coordinate system, as do most GPS units. However, many other coordinate systems also exist and are in widespread use, depending on the region and application. Every country tends to use its own standard or preferred coordinate system; so that the maps for that region are as undistorted as possible and the coordinates are reasonably simple to use. These coordinates need to be converted to WGS-84 before being used in OSM.
Содержание
Potlatch 2 and JOSM
The map editors, Potlatch 2 and JOSM (via the OpenData plugin), are both technically able to convert between coordinate systems, however the number supported is very limited. In Potlatch use Background->Vector File. , and in JOSM File->Open.
Proj is a library and command-line tool for Linux and Unix systems. It is available at http://trac.osgeo.org/proj/ , and is included in many Linux distributions.
Geotrans is an open-source GUI and command-line tool which can be used to convert between most coordinate systems. It is available for Windows and Linux, at http://gcmd.nasa.gov/records/GEOTRANS.html . It is also included in some Linux distributions as the geotranz package.
QGIS is a free GIS application that can be used to convert between Coordinate Reference Systems (CRS) in two simple steps. First, open the input data making sure to select the correct CRS. Finally, use Layer->Save As. to export the layer with a different CRS (you may choice between the 'Project CRS' or select a CRS from QGIS's extensive list).
Online services
There are several online services for converting coordinates.
Converting to and from BMN using proj.4 on meridian strips
In order to convert between WGS84 and MGI add
You cannot use "proj" directly but have to use "cs2cs" instead. Only this "allows translation between any pair of definable coordinate systems, including support for datum translation" (from the man-page of proj).
An example for M28 looks like this:
There are several projection systems used in France, depending on the use (just an area/the whole land) and the current standards (yes, it's a mess. ). The IGN detailed it.
Here are the EPSG codes for Metrolitan France :
- Lambert Zone I = (ESPG:"Lambert Nord") code EPSG:27561
- Lambert Zone II = (ESPG:"Lambert Centre") code EPSG:27562
- Lambert Zone III = (ESPG:"Lambert Sud") code EPSG:27563
- Lambert Zone IV = (ESPG:"Lambert Corse") code EPSG:27564
- Lambert I Carto = (ESPG:"Lambert zone I") code EPSG:27571
- Lambert II Carto/étendu = (ESPG:"Lambert zone II étendu") code EPSG:27572
- Lambert III Carto = (ESPG:"Lambert zone III") code EPSG:27573
- Lambert IV Carto = (ESPG:"Lambert zone IV") code EPSG:27574
Great Britain
Converting to and from OS Grid (OSGB), using the proj tool:
See gps.gov.uk for the calculations behind this.
Coordinates used in Israel are mostly Israeli Transverse Mercator. The unit of measurement is meters.
Netherlands
Coordinates used in The Netherlands are mostly Rijksdriehoek coordinates (Amersfoort / RD new). The unit of measurement is meters. The EPSG code is 28992.
Spanish publications generally use ED50 (Geotrans ref EUR-D), UTM 31 north.
Converting to and from RT90, Using the proj tool.