Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information