openaddresses / pyesridump

Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata.
MIT License
322 stars 68 forks source link

Download Individual Features #72

Open ingalls opened 3 years ago

ingalls commented 3 years ago

Context

I've found a couple sources like this one

https://gis3.gworks.com/arcgis/rest/services/Golden_Valley_County_ND_PZ/MapServer/1

In which the Query API does not return the geometry as requested (There is lat/lng in the properties). However upon accessing the feature directory:

https://gis3.gworks.com/arcgis/rest/services/Golden_Valley_County_ND_PZ/MapServer/1/100

The geometry is returned as expected.

cc/ @iandees Thoughts on this one?