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

**Describe the bug** Using Python API v2.1.0.3 We are working with a standalone arcgis server that hosts a secured geocoding service. We are able to successfully initialize the server object...

bug

**Describe the bug** We have run into cases where the `clone_items()` operation with `copy_data = False` stills copies data from the source Portal to the target Portal. **To Reproduce** This...

bug

I have Python version 3.7.9. I am trying to install ArcGIS using the command '**pip install arcgis**'. However, I am getting the following error. pip --no-cache-dir install arcgis Collecting arcgis...

bug

Hi all, I am quite new to coding in general and have been working through some examples for deep learning regarding point clouds. I am running into an error with...

help wanted
question
learn

FeatureLayer could have an option to create dataframe columns as categorical using the layer properties ```python layer.properties['fields'][17] {'name': 'type_field', 'type': 'esriFieldTypeString', 'alias': 'Type:', 'sqlType': 'sqlTypeOther', 'length': 255, 'nullable': True, 'editable':...

enhancement

**Describe the bug** When trying to render the mapview JavaScript widget in the arcgispro-py3 environment, or a cloned environment, it does not render **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** When using the python module to upload a 100GB Tile Package to AGOL (using a Windows machine with 8GB RAM) after a while the script crashes with...

bug

**Describe the bug** I query an unfederated ArcGIS Server 11.1 logs for errors in a long running process every few minutes. I noticed that if the querying happens after 1...

bug

**Describe the bug** When using the Hub submodule to clone a Hub site and authenticated as a Publisher, the operation succeeds. However, when using the menu links to navigate to...

bug

**Describe the bug** Branch editing in python is not working properly. **Screenshots to reproduce** ![image](https://user-images.githubusercontent.com/20046591/212927983-d4ccdd65-1983-4cd2-9915-e789710f4ff2.png) ![image](https://user-images.githubusercontent.com/20046591/212925085-0e562660-30dc-48d0-954b-d3aa4e7ad7ac.png) ![image](https://user-images.githubusercontent.com/20046591/212925105-b46fe636-8515-48ab-ab4d-22e263b5e188.png) error: Exception: Unexpected operation (Error Code: 0) **Expected behavior** Through rest api it...

bug