You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add retrieval functions for daily precip, snow, and temperature data from NOAA RCC ACIS (#1767)
* create acis.py and add get_acis_precipitation function
* add tests
* sphinx
* tweak
* better tests
* better whatsnew
* import in iotools/init
* fix all these broken things
* edits from review
* correct PR number
* split up code to be one function per dataset; add station functions
* fix tests
* Apply suggestions from code review
Co-authored-by: Adam R. Jensen <[email protected]>
* more from review
* add degree days to df descriptions
* add degree day columns to variable map
* fix valid daterange test oversight
* cm -> mm for snow variables
* revert back to cm for snow
---------
Co-authored-by: Adam R. Jensen <[email protected]>
0 commit comments