Hi
I want to export the table of a hosted feature layer as csv to my local drive. I run my script directly on ArcGIS online. I managed to create a spatial dataframe and save it as csv at the /arcgis folder.
But from there I have to download the file manually. Is there a way to access the csv with a notebook and download it automatically?
Solved! Go to Solution.
As far as I know there is no possibility to connect from AGOL to your desktop, but it does work the other way round, connecting your desktop to AGOL:
You can automize the task by 1) automizing the notebook on AGOL and 2) automizing the Jupyter notebook with Windows Tasks on your desktop, timing it slightly later or during your work time.
Let me know if this works for you or if you need help with the code.
As far as I know there is no possibility to connect from AGOL to your desktop, but it does work the other way round, connecting your desktop to AGOL:
You can automize the task by 1) automizing the notebook on AGOL and 2) automizing the Jupyter notebook with Windows Tasks on your desktop, timing it slightly later or during your work time.
Let me know if this works for you or if you need help with the code.
Thanks, I will try it that way.