SimonDedman / MarSpatAuto

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

Barometric pressure, millibars #19

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 barometric pressure

SimonDedman commented 1 month ago

https://www.ncei.noaa.gov/cdo-web/ https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnOscurs.html do you need to translate x & y to latlon with this first though? https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdlasFnOscursLL.html

SimonDedman commented 6 days ago

@BonnieAhr please can you share script?