Skip to main content
Vecaria

CSV to GeoJSON

Local

Convert CSV with latitude/longitude columns to GeoJSON points, locally in your browser.

What is it? CSV to GeoJSON converts a CSV with latitude/longitude columns into GeoJSON point features, ready for mapping and GIS.

TL;DR: Turn lat/lon CSV tables into GeoJSON points.

How to use

  1. Paste or open a CSV.
  2. Map the latitude and longitude columns.
  3. Download the GeoJSON.

FAQ

Which column names are detected?

Common names such as lat/lon, latitude/longitude are auto-detected; you can map them manually.

Is it local?

Yes, conversion is local.

Limitations

  • Point geometry only; other columns become attributes.
  • WKT geometry columns are not parsed here.

Privacy

Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.