8000 Allow read_tmy3 to handle 00:00 timestamps by AdamRJensen · Pull Request #1494 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Allow read_tmy3 to handle 00:00 timestamps #1494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix stickler
  • Loading branch information
AdamRJensen committed Jul 26, 2022
commit b8894255a921b59478423376d3d50404518482bb
2 changes: 1 addition & 1 deletion pvlib/iotools/tmy.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_tmy3(filename, coerce_year=None, recolumn=True, encoding=None):
results in stripping the units from the column name.
encoding, str, optional
Name of the encoding used to decode the file. Files with non UTF-8
characters, may be parsed using ``encoding='iso-8859-1'``.
characters, may be parsed using ``encoding='iso-8859-1'``.

Returns
-------
Expand Down
0