Closed simonw closed 4 years ago
Here's how to convert GeoJSON to Shapefile using the fio
command that you get after you pip install Fiona
:
$ fio load features.shp -f Shapefile feature-collection.geojson
$ ls features.*
features.cpg features.dbf features.shp features.shx
I could create my own using Fiona.