GeoJSON to CSV Converter
Paste GeoJSON data below and convert it to CSV format. Extracts coordinates (longitude, latitude) and all feature properties into a downloadable CSV table.
How It Works
This tool reads a GeoJSON FeatureCollection and extracts:
- Longitude and Latitude from each feature's geometry (Point, LineString center, or Polygon centroid)
- All properties as separate CSV columns
- Geometry type for reference
The output is a standard CSV file compatible with Excel, Google Sheets, QGIS, and any data analysis tool.