Roughly following these instructions is it possible to update an AGOL layer with data from a local dataset?
I can't seem to figure out how to get a feature set from the feature layer in order to use pandas to merge them.
I answered my own question.
You need to first convert the fc to a num py array:
fields = ('A','B','C','D')x = "C:\\Users\\User\\Documents\\ArcGIS\\Default.gdb\\FC"y = DataFrame(arcpy.da.FeatureClassToNumPyArray(x , fields, skip_nulls=True))
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.