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

Update the knowledge graph guides to use the new classes added in this release, including examples of using as_dict and the return types. ----- # Checklist Please go through each...

Updated guide with updated scripts.

documentation
learn
Guide

To enhance model interpretability, Grad-CAM will be integrated into the existing notebook. By overlaying heatmaps on the original images, Grad-CAM provides valuable insights into the model's decision-making process, helping users...

updated the 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...

The link for web scene specification was pointing to the same link for web map specification. Fixed it. ----- # Checklist Please go through each entry in the below checklist...

## Describe the bug The `update` method in the `APIKey` class (arcgis.gis._impl.APIKey) contains two bugs in version 2.4.0: 1. There's a typo in the parameter name "privileges" (spelled as "priveleges"...

bug

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

**Describe the bug** When using the ArcGIS API from the Esri Anaconda repository, fetching a content search, the urllib3 warning appears when search parameter `max_items>200` or `max_items=-1`; this is not...

bug

**Describe the bug** The clone_items method has a function called _deep_get that it invokes to search for nested values in a dictionary. However, this function assumes that a dict is...

bug

**Describe the bug** Cloning Web Maps with many layers in ArcGIS Online notebook causes urllib connection pool errors. possibly due to many hosted feature views published from single hosted feature...

bug