CSV to GeoJSON
LocalConvert CSV with latitude/longitude columns to GeoJSON points, locally in your browser.
What is it? CSV to GeoJSON converts a CSV with latitude/longitude columns into GeoJSON point features, ready for mapping and GIS.
TL;DR: Turn lat/lon CSV tables into GeoJSON points.
How to use
- Paste or open a CSV.
- Map the latitude and longitude columns.
- Download the GeoJSON.
FAQ
Which column names are detected?
Common names such as lat/lon, latitude/longitude are auto-detected; you can map them manually.
Is it local?
Yes, conversion is local.
Limitations
- Point geometry only; other columns become attributes.
- WKT geometry columns are not parsed here.
Privacy
Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.