arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
**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...
FeatureLayerCollection.manager.create_view() does not correctly handle the view_layers parameter(?)
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.  It creates the view, but...
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...
**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...
**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...
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,...
**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...
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...
**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.  ```python...
**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**...