Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Coordinate Reference Systems

Stefan edited this page Feb 5, 2015 · 13 revisions

Notes

Sources:

EPSG Code List

Widely used EPSG codes:

Coord System EPSG Code
Pseudo-Merkator 3857
Longitude / Latitude (WGS 72) 4322
Longitude / Latitude (WGS 84) 4326
Longitude / Latitude (NAD 83) 4629
Longitude / Latitude (OSGB 36) 4277

UTM

UTM WGS 84 - 60 EPSG codes (Universal Transverse Mercator (WGS 84) - EPSG code Table):

      	| UTM Zone                    	| EPSG Code

----------------|-------------------------------|---------- UTM Zone 1 | Northern Hemisphere (WGS 84) | 32601 UTM Zone 1 | Southern Hemisphere (WGS 84) | 32701 UTM Zone 2 | Northern Hemisphere (WGS 84) | 32602 UTM Zone 2 | Southern Hemisphere (WGS 84) | 32702 ... | | UTM Zone 60 | Northern Hemisphere (WGS 84) | 32660 UTM Zone 60 | Southern Hemisphere (WGS 84) | 32760

Explanation: Format 32nsZZ where ns (6=Northern, 7=Southern) und ZZ = Zone, z.B. 01

Source

Clone this wiki locally