arcgisjson
v0.0.2
Published
Convert between ArcGIS JSON and GeoJSON
Downloads
1
Readme
Convert between ArcGIS JSON and GeoJSON.
Installation
npm install -g arcgisjsonUsage
CLI
Usage: arcgisjson [mode] [source] [destination]
Examples:
arcgisjson to_geojson arcgis_json_data.json geojson_data.geojson
arcgisjson to_geojson arcgis_json_data.json | [do whatever you want]
arcgisjson to_arcgis geojson_data.json arcgis_json_data.geojson
arcgisjson to_arcgis geojson_data.json | [do whatever you want]