-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Combine read_nsrdb_psm4
and parse_nsrdb_psm4
#2445
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great stuff!
:py:func:`~pvlib.iotools.read_nsrdb_psm4`, and | ||
:py:func:`~pvlib.iotools.parse_nsrdb_psm4`. (:issue:`2326`, :pull:`2378`) | ||
:py:func:`~pvlib.iotools.get_nsrdb_psm4_full_disc`, and | ||
:py:func:`~pvlib.iotools.read_nsrdb_psm4`. (:issue:`2326`, :pull:`2378`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:py:func:`~pvlib.iotools.read_nsrdb_psm4`. (:issue:`2326`, :pull:`2378`) | |
:py:func:`~pvlib.iotools.read_nsrdb_psm4`. (:issue:`2326`, :pull:`2378`, | |
:pull:`2445`) |
dtypes.update(Year=int, Month=int, Day=int, Hour=int, Minute=int) | ||
dtypes['Cloud Type'] = int | ||
dtypes['Fill Flag'] = int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can't Cloud type and Fill flag be updated the same way as the Year/Month?
parse_
iotools functions #2444docs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.As proposed in #2444. I also cleaned up some unrelated docs cruft; sorry for the noise.