Coordinate reference systems trip up more GIS beginners than almost anything else. Data in the wrong projection doesn't always look "wrong" at first glance — it just quietly produces incorrect areas, distances, or a map that doesn't line up with everything else you're working with. CRS Converter handles detection and reprojection in one place, searching the real, complete EPSG registry rather than a short preset list.

What you need before you start

Any spatial file — GeoJSON, Shapefile (zipped), GeoPackage, KML/KMZ, or a spreadsheet with coordinates or WKT. You don't need to already know its current coordinate system; the tool detects it from the file itself where possible.

Not sure what projection you actually need? A locally-appropriate UTM zone is suggested automatically based on your data's real location — a sensible default for most metric distance and area work, one click away.

The steps

  1. Upload your file

    Drag it onto CRS Converter. If your file carries its own CRS information (like a Shapefile's .prj), it's detected and shown immediately — no guessing what coordinate system you're starting from.

  2. Search for your target CRS

    Type a name ("UTM zone 43N", "British National Grid", "State Plane California") or an EPSG code directly if you already know it. The search covers the real EPSG registry — over 7,000 entries — not a short list of common presets.

  3. Reproject and export

    Run the conversion and export the result in the same range of formats you can upload — GeoJSON, Shapefile, GeoPackage, KML, or CSV.

Why this matters for area and distance

Geographic coordinates (plain latitude/longitude) aren't a metric system — a degree of longitude covers a different real distance depending on how far you are from the equator. Any area or distance calculation done directly on unprojected data is distorted by exactly that amount. Reprojecting to an appropriate local projection (typically UTM) before measuring anything is standard practice, not an optional step.

Working with data in the wrong projection?

Open CRS Converter →

Related Tutorials

How to Split a Land Parcel into Equal Lots DMS to Decimal Degrees, Explained How to Buffer a Shapefile Online, Free