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.
- Not sure if I should stage in SDE (take csv and create Feature Class and spin up to a Service) and create a python script to read the csv and truncate/append the data in SDE, if I spin this up to a service and reference this in AGOL that should do the trick I think
- Is there a way to add this .csv file to AGOL and then create a feature layer off of it? But how would I automate the truncate and append in AGOL?
Any thoughts would be most appreciated.