An open API service indexing awesome lists of open source software.

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

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.