GeoJSON ↔ CSV / TSV
Geo data
Result (CSV)
The converted result appears here
How to use
Choose a direction
Choose the direction between GeoJSON and CSV or TSV.
Enter input
Paste GeoJSON or delimited text, or choose a local file.
Use the result
Review warnings, then copy text or download a file.
Scope of the result
CSV and TSV use id, geometry_type, geometry, properties, and track columns. geometry, properties, and track are JSON columns. Coordinates must be WGS84 2D or 3D.
Frequently asked questions
- What does one CSV row represent?
- Yes. The geometry_type and geometry columns are checked, with one Feature per row.
- Can heart rate and elevation be kept?
- The track column stores kind, samples, laps, and summaries as JSON. Unrecorded values remain null.
- Will commas or newlines in properties break the file?
- The JSON columns use quoted fields, so properties containing commas, tabs, or newlines remain intact.