
Solved: Reference FeatureLayer from URL : Use Python to cr... - Esri ...
Jan 27, 2025 · I am trying to figure out a way of creating the item_data (layerDefinition?) data using Python without having to manually load every featurelayer into Map Viewer and clicking save. …
Solved: ConnectionError - Overcoming proxy to access ArcGI... - Esri ...
Apr 18, 2024 · Solved: Hello all, I remote into a machine and there is a proxy in use. I cannot access AGOL via the ArcGIS API for Python. I try: from arcgis.gis import GIS agol =
How to access layer using feature service URL/path
Sep 27, 2023 · Hey there, I am trying to access a feature layer within my portal using the layers path. I have been accessing the data within visual studio code using the feature
Create a new Hosted Feature Service in ArcGIS Online and add a …
Feb 15, 2025 · Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for …
MissingSchema: Invalid URL ' ': No schema supplied - Esri Community
Apr 13, 2020 · Solved: Using Python 3.6.9, I'm making requests with Requests by calling URLs from a text file. I put five of them here, for example. The URLs are all valid.
Solved: How to check for valid urls of layers in a webmap ... - Esri ...
Jan 3, 2025 · How to check for valid urls of layers in a webmap at ArcGIS Python api version 2.4
Solved: Overwrite or refresh hosted Feature Service with n... - Esri ...
Feb 13, 2025 · response = requests.post(update_url, files=files, data=params) However, the associated Feature Service is not updated with the new data, and I cannot figure out which method to use to …
Solved: Item URL Properties - Esri Community
Sep 1, 2021 · to get the URL address of a feature/map layer in ArcGIS Enterprise I am using this code and it returns what I need. (Rest endpoint URLs of the service) I am wondering why item.url …
Using arcpy to copy a portal feature service to a fgdb feature class
Jan 10, 2020 · Joe, ArcPy isn't really built to directly deal with "web GIS," which is why the ArcGIS API for Python | ArcGIS for Developers was developed. Use arcgis.features module — arcgis 1.7.0 …
Solved: Update service URLs in Web Map - Esri Community
Jan 17, 2020 · Due to a server migration, I need to update all the service URLs to the new server. The script runs, however, I do not see the update for the layers in the web map. I took a look at this post …