Commit 9be4487
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 <39184289+AdamRJensen@users.noreply.github.com>
* 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 <39184289+AdamRJensen@users.noreply.github.com>1 parent a506a47 commit 9be4487
5 files changed
Lines changed: 744 additions & 0 deletions
File tree
- docs/sphinx/source
- reference
- whatsnew
- pvlib
- iotools
- tests/iotools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments