Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 610 Bytes

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.