CSV to GeoJSON Converter

Turns any spreadsheet of point locations — asset inventories, survey results, store locators — into something a web map can render.

Convert CSV to GeoJSON now

Common issues converting CSV to GeoJSON

Frequently asked questions

What latitude/longitude column names are recognized?

Any of lat, latitude, y, northing for latitude, and lng, lon, long, longitude, x, easting for longitude. Matching is case-insensitive. You can always override the detection manually.

Can I convert a CSV of addresses without coordinates?

No — this is a pure converter, not a geocoder. Run your addresses through Google Geocoding, Mapbox, or Nominatim first, then add the resulting lat/lng columns and re-run.

What happens to columns that aren't coordinates?

They ride along as properties on each resulting Feature, preserving data types (numeric columns become numbers, everything else stays as strings).

Can my CSV use a projected coordinate system?

Yes, if the source CRS is one we can reproject client-side (WGS 84, Web Mercator, common UTM zones, RD New, British National Grid, a handful of State Plane). Select it in the mapper and the output will be reprojected to WGS 84.

Related conversions