I have a csv file that I a can read from a specific URL.
https://stadlspoceastus.blob.core.windows.net/curated/CrashAnalysisData/v2/real_time_prediction............. Snip ........
The data refreshes every 30 minutes or so. I am trying to find the best workflow to display this data in AGOL.
Any thoughts would be most appreciated.
I forgot to mention that I need to process this data a bit. I have a route later that I am using arcpy.lr.MakeRouteEventLayer on. I take the MeasureTo and MeasureFrom in the csv file to create a line feature. It is this line feature that I am trying to show in AGOL.
My initial thought was to
Step 1
Step 2
Does that make sense? Any other ways to do this? Im am thinking Local as the processing every 30 minutes would eat credits...
Hi @kapalczynski ,
Your workflow sounds correct. You can use the following script in the document below to perform the truncate/append, or just use arcpy's Truncate and Append tools.