Crates.io | arcgis-crawler |
lib.rs | arcgis-crawler |
version | 0.1.0 |
source | src |
created_at | 2022-04-10 22:02:04.091435 |
updated_at | 2022-04-10 22:02:04.091435 |
description | Crawl ArcGIS servers and report all available services |
homepage | https://github.com/pjsier/arcgis-crawler |
repository | https://github.com/pjsier/arcgis-crawler |
max_upload_size | |
id | 565248 |
size | 54,410 |
Crawl ArcGIS servers and report all available services
If you have cargo
installed, you can run cargo install arcgis-crawler
and then run it from $HOME/.cargo/bin
. More details on this are available in cargo-install
documentation.
You can run the command against the /services
path of ArcGIS server with JSON endpoints enabled
arcgis-crawler https://gisapps.cityofchicago.org/arcgis/rest/services/
https://gisapps.cityofchicago.org/arcgis/rest/services/
├─ 311
│ ├─ 311_layers
│ │ └─ MapServer
│ │ ├─ ALLEYNAM
│ │ ├─ ASPHALT_DISTRICTS
│ │ ├─ COMAREA
│ │ ├─ CONGRDIS
│ │ ├─ CPS_SAFE_PASSAGE_BUFFER
│ │ ├─ CircuitSegments
│ │ ├─ Circuit_Line
...