GeoJSON ↔ Esri shapefile
Geo data
Result (GeoJSON)
The converted result appears here
How to use
Choose a direction
Choose the direction between shapefile ZIP and GeoJSON or CSV/TSV.
Enter input
Load a sidecar-complete shapefile ZIP. Paste or choose a file for the other formats.
Use the result
Review property warnings, then copy or download the result ZIP.
Scope of the result
WGS84 SHP, SHX, DBF, and PRJ sets are supported. Output is split by geometry and DBF field names are limited to 10 bytes.
Frequently asked questions
- Which sidecars are required?
- SHP, SHX, DBF, and PRJ with the same base name are required. Multiple geometry sets are combined on read.
- Are property types preserved?
- DBF scalar fields are converted. Objects and arrays are warned about and dropped.
- Can mixed geometry be converted?
- Point, MultiPoint, PolyLine, Polygon, and Null shapes are supported. Mixed geometry is split into multiple sets on write.