arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
**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...
**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...
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...
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...
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':...
**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:...
**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...
**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...
**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...
**Describe the bug** Branch editing in python is not working properly. **Screenshots to reproduce**    error: Exception: Unexpected operation (Error Code: 0) **Expected behavior** Through rest api it...