Commit 4d75e25
Allow read_tmy3 to handle 00:00 timestamps (#1494)
* Update read_tmy3 date shift
* Add test coverage
* Add whatsnew entry
* Clean up TMY3 table
* Add comments to test files
* Fix stickler
* Update admonition
* Apply changes from kanderso-nrel
* Add encoding option to read_tmy3
* Fix stickler
* Update pvlib/iotools/tmy.py
Co-authored-by: Kevin Anderson <[email protected]>
* Remove encoding parameter and add try/except
* Fix incorrect parenthesis
* Add fbuf.close and first within try/except
* Add finally clause
* Utilize open and add _parse_tmy3
* Fix stickler
Co-authored-by: Kevin Anderson <[email protected]>1 parent 7348be8 commit 4d75e25
File tree
4 files changed
+8916
-122
lines changed- docs/sphinx/source/whatsnew
- pvlib
- data
- iotools
- tests/iotools
4 files changed
+8916
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments