I am new to the 'rnoaa' R package. I am wondering how do I find stationsid names to identify stations. I am interested in downloading hourly or daily precipitation data from 2011 to 2020 from the Prince William Sound Alaska area. I looked here: https://www.ncdc.noaa.gov/cdo-web/search but it seems to have data only up to 2014. Could someone give me a hint on what rnoaa function to use to download the desired rainfall data? I read that the following rnoaa function:
cpc_prcp(date = "1998-04-23", drop_undefined = TRUE)
However, I don't know what to include inside the function to get the data that I am looking for and also the range of dates (2011 to 2020)
You could try this workflow:
An internet search gives the latitude and longitude for Prince William Sound Alaska area.
Created on 2021-08-22 by the reprex package (v2.0.0)