GeoJSON to CSV Converter

Export GeoJSON points, lines, polygons, properties, and feature collections to CSV locally in your browser.

Paste GeoJSON

Drop a file here, or

Points use latitude and longitude columns. Lines, polygons, mixed collections, and null geometries use a lossless GeoJSON geometry column.

Need the other direction? CSV to GeoJSON

CSV

Understanding GeoJSON to CSV

Geometry and attribute translation

Export GeoJSON points, lines, polygons, properties, and feature collections to CSV locally in your browser.

GeoJSON to CSV translates geojson into csv. Geometry and common properties usually transfer, while styling, CRS metadata and format-specific extensions may not have direct equivalents.

What to check after conversion

Points use latitude and longitude columns. Lines, polygons, mixed collections, and null geometries use a lossless GeoJSON geometry column.

After GeoJSON to CSV, compare feature counts, geometry types, bounds and representative attributes with the source. Open the output independently before replacing or distributing the original file.