arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
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.
**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...
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...
**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...
**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...
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....
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...
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...
**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...