NWTlter / NWT_climate_infilling

Code repository for climate infilling project
1 stars 1 forks source link

Added function to automate acquisition of GHCNd data. Addresses #5. #14

Closed milesalanmoore closed 4 months ago

milesalanmoore commented 4 months ago

It was proposed in #5 that we use rnoaa, but this library is being archived as NOAA made substantial changes to their API. Since we really only need the GHCN data and NOAA exposes this data via HTTPS request, I wrote a quick function to just download and stack the data from this link per the data access instructions here.