Node geoToolbox
A simple script to convert shapefiles into GeoJSON via GDAL. Will add in more tools in the future.
npm install -g geoToolbox
geoToolbox [cmd] [shapefile] [outputfile]
geoToolbox --togeojson sample.shp sample.json
- --togeojson: Converts a shapefile into a geojson file.