Skip to content

Add UO SRML data reader #594

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 10 commits into from
Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions docs/sphinx/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ relevant to solar energy modeling.

iotools.read_tmy2
iotools.read_tmy3
iotools.read_srml
iotools.read_srml_month_from_solardat

A :py:class:`~pvlib.location.Location` object may be created from metadata
in some files.
Expand Down
6 changes: 4 additions & 2 deletions docs/sphinx/source/whatsnew/v0.6.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ API Changes

Enhancements
~~~~~~~~~~~~

* Created :py:func:`pvlib.iotools.read_srml` and :py:func:`pvlib.iotools.read_srml_month_from_solardat`
to read University of Oregon Solar Radiation Monitoring Laboratory data. (:issue:`589`)

Bug fixes
~~~~~~~~~
Expand All @@ -33,4 +34,5 @@ Testing

Contributors
~~~~~~~~~~~~
* Will Holmgren (:ghuser:`wholmgren`)
* Will Holmgren (:ghuser:`wholmgren`)
* Leland Boeman (:ghuser:`lboeman`)
Loading