1.0.6 • Published 9 years ago

arcgis-to-geojson v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Convert ArcGIS service endpoints to GeoJSON files

Installation

Assuming you have Node.js installed, you can install with NPM

npm install -g arcgis-to-geojson

Download (Alternate install)

You don't need to install the npm package, you can just download the latest release version.

Usage

arcGisToJSON http://gis.cityoffargo.com/arcgis/rest/services

Running the above command will result in the following folder structure:

./services/{folder name}/{service name}/google.kmz (zip file)
./services/{folder name}/{service name}/google.kml (google shape file)
./services/{folder name}/{service name}/shapefile.geojson (open format GeoJSON file)

License

MIT

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago