Barometric pressure, millibars
BonnieAhr opened this issue · 2 comments
BonnieAhr commented
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
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
@BonnieAhr please can you share script?