/geoToolbox

A simple script to convert shapefiles into GeoJSON via GDAL.. Will add in more tools in the future.

Primary LanguageJavaScriptMIT LicenseMIT

A simple script to convert shapefiles into GeoJSON via GDAL. Will add in more tools in the future.

NPM NPM Download Graph for geoToolbox

Installation

npm install -g geoToolbox

Command Line

geoToolbox [cmd] [shapefile] [outputfile]

Example

geoToolbox --togeojson sample.shp sample.json

Available commands

  1. --togeojson: Converts a shapefile into a geojson file.