Split SHP (Shapefile) files by property to GeoJSON
- Choose which feature property to split by
- Filter which features to split based on any property value, choosing from a list or by text
- Output as .json or .geojson
Install globally using yarn global add shapefile-splitter
Run shapefile-splitter
and follow the interactive instructions.
The resulting files will be saved to your home directory, in a folder called Shapefiles. You can specify a subfolder and a file extension during the execution.
More options will be added over time.