Use the Tool

GIS Projection & CRS Guides

Practical guides to finding, verifying, and fixing coordinate reference systems — without desktop GIS.

A coordinate reference system (CRS) tells your GIS software where coordinates sit on the Earth. When the CRS is missing, wrong, or corrupt, data lands in the wrong place — often at Null Island (0,0) or shifted by metres. These guides cover every common format, show you how to read a .prj file, look up an EPSG code from WKT, and fix mismatched datums like NAD83 vs WGS84. Every guide links to the free Projection Finder tool so you can verify the result in your browser.

By File Format

Detect and fix the CRS in specific GIS file types — Shapefile, GeoJSON, GeoTIFF, CSV, and Excel.

Common Problems

Fix the error messages and symptoms that bring GIS workflows to a halt.

Datums & Projections

Understand the concepts behind CRS — datums, projections, and how to convert between them.

Frequently Asked Questions

How do I find the projection of a GIS file?

Check for a .prj file (Shapefile) or embedded CRS metadata (GeoTIFF). If metadata is missing or wrong, analyze the coordinate values: degrees (−180 to 180) indicate a geographic CRS like WGS84, while large numbers (100,000+) indicate a projected CRS like UTM. Upload the file to Projection Finder to detect the CRS automatically and preview it on a map.

What is a .prj file?

A .prj file is a small text file that stores a Shapefile's coordinate reference system in Well-Known Text (WKT) format. It is one of the required sidecar files in a Shapefile bundle (.shp, .shx, .dbf, .prj). If the .prj is missing or contains the wrong projection, the data will render in the wrong location.

Why is my GIS data showing at 0,0?

Data appearing at 0,0 (Null Island, off the coast of Africa) usually means the CRS is missing or mismatched, so the GIS software treats coordinates as WGS84 decimal degrees. If your coordinates are actually in a projected CRS (metres), they are interpreted as tiny degree values near zero. See the Null Island guide to diagnose and assign the correct CRS.

What is the difference between NAD83 and WGS84?

NAD83 and WGS84 are both geodetic datums that are nearly identical (within 1–2 metres). The difference matters for surveying and high-precision engineering but is negligible for web maps and most GIS workflows. See the NAD83 vs WGS84 guide for when to transform and when to ignore the offset.