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** In `layers/_ogc/_service.py`, in the OGCCollectionClass, it checks the provided URL to ensure it has "ogcfeatureserver" in it and that it ends in a number. This invalidates a...

bug

When I click the openstreetmap_exploration.ipynb and the tour_the_world_with_landsat_imagery_and_raster_functions.ipynb in this repo, I get an "Invalid Notebook" error. https://github.com/Esri/arcgis-python-api/blob/master/samples/02_power_users_developers/openstreetmap_exploration.ipynb "Invalid Notebook There was an error rendering your Notebook: the 'application/vnd.jupyter.widget-state+json' key...

bug

**Describe the bug** Probably related to [https://github.com/Esri/arcgis-python-api/issues/2296](https://github.com/Esri/arcgis-python-api/issues/2296) You cannot use the PopupManeger disable_popups = True/False on a Table **To Reproduce** Steps to reproduce the behavior: ```python from arcgis.gis import GIS...

bug

In the (analyze_us_tornadoes.ipynb sample](https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/analyze_us_tornadoes.ipynb) The notebook relies on searching for an item: data = gis.content.search('Tornadoes_and_Tracks owner: api_data_owner', 'Feature layer', outside_org=True) This item is not publicly shared, so it returns no...

bug

**Describe the bug** When attempting to access a the PopupInfo object via the PopupManager.info for a Table I am returned an AttributeError. It seems to be looking for a popup_info...

bug

The docker documentation https://github.com/Esri/arcgis-python-api/blob/master/docker/README.md says "Your copied resources will need to include: function_app.py, such as:" followed by a code snippet in the V2 programming model. Is the v2 programming model...

**Describe the bug** When searching for items in the GIS the filter parameter are not used if max_items > 100 or not set. Thus returning all items or only 10....

bug

**Describe the bug** I have an ArcGIS Online Hosted Feature Layer, its size is 255 MB, it has attachments with size: 12.53 GB. It's failing to clone (clone_items) due to...

bug

**Describe the bug** As the title describes, gis.content.clone_items(copy_data = False) raises an exception due to lack of permissions when the WebMap being cloned contains references to a public view of...

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