0.2.1 • Published 10 years ago

ags-download v0.2.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

ags-download

Download layers or a map service from an ESRI ArcGIS server as geoJSON.

Installation

$ npm install ags-download -g

Usage

$ ags-download -u <ags_layer_url> [-f <path_to_save> -s <output_srid>]

Examples

Download all layers in a MapServer to the current directory with source srid

$ ags-download -u http://gis.phila.gov/ArcGIS/rest/services/PhilaGov/RCO/MapServer 

Download individual layer to /tmp with srid of EPSF:4326

$ ags-download -u http://gis.phila.gov/ArcGIS/rest/services/PhilaGov/RCO/MapServer/0 -f /tmp -s 4326

License

Copyright (c) 2013 Matthew McFarland
Licensed under the MIT license.

githalytics.com alpha

0.2.1

10 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago