Skip to content

oini/ndjson-to-shape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ndjson-to-shape

Helper script to read a line delimited json or geojson, parse it to create a valid geojson FeatureCollection and an ESRI Shapefile

Install

$ git clone [email protected]:oini/ndjson-to-shape.git
$ cd ndjson-to-shape
$ npm install

Run

$ node index.js <PATH TO INPUT LINE DELIMITED JSON/GEOJSON FILE>

Outputs

  • out.geojson - The resultant GeoJSON FeatureCollection
  • out.zip - Zip containing resultant ESRI Shapefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published