https://github.com/alrico88/shapefile-splitter
Split Shapefiles into separate GeoJSONs by property
https://github.com/alrico88/shapefile-splitter
geojson javascript nodejs shapefile split
Last synced: about 2 months ago
JSON representation
Split Shapefiles into separate GeoJSONs by property
- Host: GitHub
- URL: https://github.com/alrico88/shapefile-splitter
- Owner: alrico88
- License: mit
- Created: 2018-06-17T11:38:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T16:46:11.000Z (over 3 years ago)
- Last Synced: 2025-08-03T23:02:56.163Z (2 months ago)
- Topics: geojson, javascript, nodejs, shapefile, split
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/shapefile-splitter
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# shapefile-splitter
Split SHP (Shapefile) files by property to GeoJSON
## Features
- 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## Installation
Install globally using `yarn global add shapefile-splitter`
## Usage
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.