Commit 1428b6b
Add NSRDB GOES v4 to iotools (#2378)
* added goes4
* added goes4 to iotools __init__.py
* change zenith to solar_zenith
* fixed references to psm3
* fixed some linter issues
* uppdated whatsnew
* fixed more formating issues
* added tests and test data
* fixed linter issues
* Update docs/sphinx/source/whatsnew/v0.11.3.rst
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* change "goes4" to "psm4"
* fix some missed goes4 instances
* init file goes4 --> psm4
* use urljoin
* use str year in test
* remove versionchanged doc warning
* fix function names in whatsnew
* another whatsnew fix
* created separate get_nsrdb_psm4_ functions
* update whatsnew
* update docs for API changes
* update docs for API changes
* addressed many of adamrjensen's initial comments
* addressed more of adam's comments
* move nrel api key fixture to conftest
* move whatsnew entry to 0.12.1
* move data files to new test data location
* lint
* Update tests/conftest.py
Co-authored-by: Will Holmgren <william.holmgren@gmail.com>
* Update pvlib/iotools/psm4.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
* fixed default name for psm4 tmy
* moved utc earlier
* replace time_period with time_step
* replace 'names' with 'year'
* fixed linting issue
* update tests
* replace interval with time_step in test_psm4
* replace attributes with parameters in test_psm4
* remove alpha and asymmetry
* add test for psm4 full disc
* add alpha and asymmetry back
* add alpha and asymmetry back to other test files
---------
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
Co-authored-by: Will Holmgren <william.holmgren@gmail.com>
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>1 parent 56811e6 commit 1428b6b
File tree
12 files changed
+53919
-22
lines changed- docs/sphinx/source
- reference
- whatsnew
- pvlib/iotools
- tests
- data
- iotools
12 files changed
+53919
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments