How to CSV to GeoJSON
- 1Upload a CSV with latitude and longitude
- 2Choose the coordinate columns
- 3Download a GeoJSON FeatureCollection
Convert · browser workspace
Convert CSV latitude and longitude columns into GeoJSON point features for maps and GIS workflows.
Quick start
Everything runs in your browser, so you can test the workflow with sample data when available before using production files.
Output: GeoJSON point features with the other columns as properties.
The output uses WGS84 longitude/latitude GeoJSON point coordinates.
Rows with non-numeric coordinates are skipped and the result reports how many features were created.