pyesridump icon indicating copy to clipboard operation
pyesridump copied to clipboard

Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata.

Results 32 pyesridump issues
Sort by recently updated
recently updated
newest added

Where an API login page is presented the esridump tool ceases to function. There are cases where a service is accessed using legitimate credentials, but the esridump tool does not...

Hi! Thank you for your great work :) I have this problem with a mapserver. Can you help me please? ``` robsalasco@leucippus:~/Desktop/FONDECYT_ENVIRONMENT/WMS_CONAF$ esri2geojson http://mapaforestal.infor.cl/ArcGIS/rest/services/20160803_pl_apl/MapServer/6 20160803_pl_apl_6.geojson 2017-02-09 11:43:33,867 - cli.esridump -...

Hi hi, here a weird map (? ``` esri2geojson https://geografia.ine.cl/server/rest/services/Agropecuario/Marco_Maestro_Agro/MapServer/0 test.geojson 2022-03-25 11:35:46,407 - cli.esridump - INFO - Source does not support feature count Traceback (most recent call last): File...

Hi hi, I have some questions about how the project is focused. Actually, the project, have two parts, one, the scrapper, second, the recovered data is transformed to geojson. The...

Hi hi, related to https://github.com/openaddresses/pyesridump/issues/61 Downloading an entire layer is great, get all of the layers is more great, and get all the server is more! I think would be...

Trying to dump `https://gismaps.sedgwickcounty.org/arcgis/rest/services/Map/Op_SiteAddress_Dynamic_SP/MapServer/0` returns this error: ``` 2017-03-01 11:44:36,011 - cli.esridump - ERROR - Could not parse response from https://gismaps.sedgwickcounty.org/arcgis/rest/services/Map/Op_SiteAddress_Dynamic_SP/MapServer/0/query?returnCountOnly=true&where=1%3D1&f=json as JSON: Request RejectedThe requested URL was rejected. Please...

Hi @iandees, I have a project where I need to query a server by an area (I need to find all the blockgroups within a school attendance boundary). Is this...

### Context If geometries are desired in the EsriDump API, check for presence of geometry before calling ESRI2Geojson. If no geometry is present, attempt downloading each feature individually Closes: https://github.com/openaddresses/pyesridump/issues/72

enhancement

### 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...

When downloading a very large dataset, esri2geojson encounters this issue: `./esri2geojson https://gismaps.kingcounty.gov/arcgis/rest/services/Property/KingCo_PropertyInfo/MapServer/2 asdf.geojson 2018-05-22 12:52:15,082 - cli.esridump - INFO - Built 615 requests using OID where clause method Traceback (most...