All converters
HomeBlog › Coordinate systems, EPSG and WGS84, without the jargon

Coordinate systems, EPSG and WGS84, without the jargon

By Ghulam Hasnain · PhD researcher, Space Science & Technology · · Updated · 2 min read

Coordinate systems sound scary, but the idea is simple. In short, they tell software what your numbers mean. So this guide explains coordinate systems, EPSG codes and WGS84 in plain English.

Advertisement

What coordinate systems do

A coordinate is just a pair of numbers. However, the numbers mean nothing on their own. So coordinate systems give them meaning. As a result, the software knows where the point sits on Earth.

Coordinate systems: WGS84 (EPSG:4326), Web Mercator (EPSG:3857) and UTM zones
Coordinate systems say what the numbers mean, and an EPSG code names each one.

Two big families

There are two kinds. Geographic systems use degrees of latitude and longitude. Projected systems use metres on a flat map. So one measures angles, and the other measures distance.

WGS84, the world default

WGS84 is the common geographic system. GPS uses it. Web maps use it. So most lon/lat data is WGS84. Also, its EPSG code is 4326, which you will see everywhere.

When degrees are not enough

Degrees are great for global data. However, they are awkward for local measurement. So surveyors switch to metres. That is where projected systems come in.

EPSG codes name each system

Every system has a number. That number is its EPSG code. So instead of a long name, you type a code. For example, 4326 for WGS84, or 3857 for Web Mercator. You can look any code up at epsg.io.

UTM and Web Mercator

Two projected systems are common. UTM splits the world into zones and uses metres. Web Mercator, EPSG:3857, is what most web maps draw in. So both trade global accuracy for local convenience.

Why coordinate systems matter to you

A mismatch puts data in the wrong place. For example, metres read as degrees fly far away. So always know your data's system. Then reproject when a tool expects a different one.

Reproject in your browser

You do not need heavy software. For example, the coordinate converter shows WGS84, UTM and Web Mercator at once. Also, tools like CSV to KML let you set the system before export. In short, coordinate systems are just labels that keep your data honest.

Frequently asked questions

What are coordinate systems in GIS?

Coordinate systems tell software what a pair of numbers means, so it can place the point correctly on Earth. Geographic systems use degrees of latitude and longitude, while projected systems use metres on a flat map.

What is WGS84 (EPSG:4326)?

WGS84 is the world's common geographic coordinate system, used by GPS and web maps. Its EPSG code is 4326. Most latitude and longitude data you meet is in WGS84.

What is an EPSG code?

An EPSG code is a short number that names a coordinate system, so you do not have to write its full definition. For example, 4326 is WGS84 and 3857 is Web Mercator. You can look codes up at epsg.io.

What is the difference between geographic and projected systems?

Geographic systems measure angles in degrees and suit global data. Projected systems, like UTM or Web Mercator, measure distance in metres and suit local measurement and web mapping.

How do I fix data that uses the wrong coordinate system?

Identify the data's real system, then reproject it to the one your tool expects. Web maps usually want WGS84 (EPSG:4326). A browser-based converter can set or reproject the system during export.

Related converters

Keep reading

About the author

Ghulam Hasnain is a PhD researcher in space science and technology who works with GIS and remote-sensing data every day, wrangling shapefiles, KML, GPX and CAD drawings across QGIS, ArcGIS and Google Earth. He built GISConverter after one too many format conversions that required uploading sensitive survey data to a stranger's server.

Advertisement