Export ArcGIS Online AGOL Services to GeoJSON

preview_player
Показать описание
A quick tip on how to export ArcGIS Online & ArcGIS Server Feature & Map Services to GeoJSON using Node JS from the command line.

With Node JS installed, from the command line type npx agol-cache theSerivceURL [TOKEN-optional]. All the services will be downloaded to an 'export' folder in the same directory. For more advanced usage like filtering, setting timeouts, etc., incorporate the tool into a Node JS project.

Рекомендации по теме