arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Documentation and samples for ArcGIS API for Python

Results 294 arcgis-python-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I cannot find in the documentation the rate limit and how many requests per second I'm allowed to send for Geocoding. Could anyone please let me know? Wojtek.

question
under consideration

**Is your feature request related to a problem? Please describe.** It is frustrating that I need to use arcpy or geopandas (or some other workaround) if I want to append...

enhancement

When specifying a proxy host, there is no setting to specify http vs https. Our proxy uses http for both http and https requests. It appears that this worked up...

enhancement

**Describe the bug** When creating a "gis" with 'verify_cert' to True, I am getting warnings from urllib3 to add certificate verification. **To Reproduce** Steps to reproduce the behavior: ```python from...

bug

**Describe the bug** numpy __config__.py file is throwing following unicode error. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape I am using ArcgisPro version...

bug

Last night, I was trying to learn about conda and environments and I did the introductory tutorial. The biggest issue was really running the Python Command Prompt as an administrator....

bug

Adds the Panoptic Segmentation sample notebook.

# Checklist Please go through each entry in the below checklist and mark an 'X' if that condition has been met. Every entry should be marked with an 'X' to...

to be reviewed

Flood mapping and monitoring using SAR data and deep learning sample notebook ----- # Checklist Please go through each entry in the below checklist and mark an 'X' if that...

documentation
ready for review

**Describe the bug** After updating to version: 2.2.0.1 of the API, the `GeoSeriesAccessor.equals()` method always returns `None`. **To Reproduce** ```python import pandas as pd from arcgis.features import GeoAccessor, GeoSeriesAccessor spatial_reference...

bug