Skip to content

alrico88/shapefile-splitter

Repository files navigation

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.