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))
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.