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

Hi! Is there any particular reason why the init parameters `pause_seconds` and `requests_to_pause` on `EsriDumper` aren't available as CLI parameters? I know they are there so that the use of...

state can be serialised to disk and used to skip already handled features Submitting the PR, to see if there is interest in this feature, given the amount of code...

I get "INFO - Source does not support feature count" with [this map](https://gis.mcassessor.maricopa.gov/arcgis/rest/services/Parcels/MapServer/0), and I'm able to run [a `1=1` query on it](https://gis.mcassessor.maricopa.gov/arcgis/rest/services/Parcels/MapServer/0/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&having=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&historicMoment=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentOnly=false&datumTransformation=&parameterValues=&rangeValues=&quantizationParameters=&f=html) successfully. ``` dumper.py", line 169, in _find_oid_field_name...

Hi, I was trying to get a map, but always end in ```retry pause 0```, 0, 1, 2, 3.... Layer: https://services3.arcgis.com/Dhl01RVOOnbjTdY7/ArcGIS/rest/services/COBERTURAS_ADJUDICADAS_5G/FeatureServer/11 The layer is working, we can access and use...

The REST API can return geojson directly. Try setting `f=pgeojson`. https://github.com/openaddresses/pyesridump/blob/769cea60f06ddc4f383c3219bf45b129be28d326/esridump/dumper.py#L124

I'm trying to pull features from [here](http://arcgis2.williamsoncounty-tn.gov/arcgis/rest/services/Williamson_Map_v10_LATEST2/MapServer/4). There are a little over 100k records in the DB. However, when I run the esri2json tool, and then run an ogrinfo on...

I noticed the CLI `headers` arg isn't covered by the README and just wanted to make a note. (I'm using Node [`esri-dump`](https://github.com/openaddresses/esri-dump) but using this code as a reference —...

When I installed this package using the command `pip install esridump` as in the readme, I ended up realizing that is was installing an older version, since I wanted to...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies