Trending

#hostedfeaturelayer

Latest posts tagged with #hostedfeaturelayer on Bluesky

Latest Top
Trending

Posts tagged #hostedfeaturelayer

Preview
Add features in a hosted feature layer using Python Hello, I created a Hosted Feature Layer in my portal, when I try to add features to this layer using python I get error 10500 Database error has occurred. Here's the code:from arcgis.gis import GIS from arcgis.features import FeatureLayer # Log in to your GIS (ArcGIS Online or Portal) gis = GIS("...

#python #hostedfeaturelayer

0 0 0 0
Append Features to an AGOL Hosted Feature Layer (HFL) from Geojson File with ArcGIS API for Python I am trying to append features to an AGOL HFL from a Geojson file with ArcGIS API for Python, but it is very slow.  I do not know if there is some sort of size limit for this procedure, as I am attempting to append 14K point features with about 20 columns to the AGOL HFL. Has anyone attempted such a...

#geojson #hostedfeaturelayer

0 0 0 0