SimonDedman / MarSpatAuto

Automating marine spatial date acquisition & analysis
GNU General Public License v3.0
2 stars 0 forks source link

Wind Speed, m per sec #17

Open BonnieAhr opened 3 years ago

BonnieAhr commented 3 years ago

I currently pull the data down from ERRDAP often for multiple locations across years. Since it doesn't let you do this all in one go (I think it only downloads one month at a time) I adapted code from Luke Miller https://github.com/millerlp/Misc_R_scripts/blob/master/coops_water_temp_retrieval_monthly_v3.R Currently I use it to get hourly average wind speed (I don't know if any of my notes are useful but wanted to let you know how I currently do it to try to help! Definitely interested in a more streamlined process).

SimonDedman commented 6 days ago

@BonnieAhr if you could share the script that would be great!