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** Workflow relates to new Map Viewer (not the classic) I have created a WebMap using the ArcGIS API for Python WebMap class and saving as a new...

bug

I am developing scripts to manage views in Online Portal. I use the create_view() method and give it a value for the view_layers parameter. ![image](https://github.com/Esri/arcgis-python-api/assets/24692437/98f33b5d-89aa-4241-8e3a-ef727e5d723c) It creates the view, but...

bug

I'm not able to create a GIS instance on ArcGIS Enterprise on Kubernetes 11.1 when OpenID Connect is configured. It seems like it is a misconfigured json string ```js_object``` in...

bug

**Is your feature request related to a problem? Please describe.** I can workaround by manipulating the JSON from the operationalLayers to create a Group Layer in the WebMap. It can...

enhancement

**Describe the bug** Using the configure_pop_ups() method to turn on/off field visibility in a popup does not work if you have set fieldInfos in the popupElements in the JSON. **To...

bug

As an administrator who wants to automate everything, I need an API to handle my Server Object Extension / Server Object Interceptor. Currently, I have no possibility to upload, register,...

enhancement

**Describe the bug** While trying to install arcgis through the pip command getting the following error: ``` Collecting arcgis Using cached arcgis-2.0.0.tar.gz (3.7 MB) error: subprocess-exited-with-error × python setup.py egg_info...

enhancement

Before the update in ArcGIS Pro, my ArcGIS API for Python behaved as follows: When I used the sdf.spatial.to_featurelayer to "send" a Spatial Enabled DataFrame to ArcGIS Online, I had...

As-Designed

**Is your feature request related to a problem? Please describe.** It would be cool a param to avoid TableToNumPyArray or just set the default as the other way. ![image](https://github.com/Esri/arcgis-python-api/assets/20046591/db2d7472-0d95-46cb-9938-00a56742c516) ```python...

enhancement

**Describe the bug** When adding or cloning an ArcGIS Enterprise Site with the "clone" function in the Python API, the url of the new site will be incorrect. **To Reproduce**...

bug