Skip to main content
1 min read
By Chieyine Nelson

Convert CSV Latitude and Longitude to GeoJSON

Convert latitude and longitude columns into GeoJSON point features for maps, GIS software, and location-data workflows.

If a CSV contains latitude and longitude, each row can become a GeoJSON Point feature. Use CSV to GeoJSON and choose the coordinate columns or let the tool detect common names such as latitude, lat, longitude, and lng.

The output uses the GeoJSON coordinate order [longitude, latitude], while the original non-coordinate columns become feature properties. Rows with invalid coordinates are skipped and the result reports how many features were created.

For the reverse workflow, use GeoJSON to CSV.

Need to handle CSV files?

HappyCSV is the free, secure way to merge, split, and clean your data — all in your browser.