Skip to content

Commit bc80cbf

Browse files
lboemanwholmgren
authored andcommitted
Add UO SRML data reader (#594)
* read_srml function * testing and style fixes * some code and document clarification changes * use subset of data file for example/testing * fix filename and style * update tests to use parameters compatible with 2.7-min testing environment * remove 0.# suffixes from flag columns in included data file * clarify time parsing code * update what's new * Style updates, capitalize module scope variable, parse year inside format_index
1 parent 2087979 commit bc80cbf

File tree

6 files changed

+1708
-2
lines changed

6 files changed

+1708
-2
lines changed

docs/sphinx/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ relevant to solar energy modeling.
307307

308308
iotools.read_tmy2
309309
iotools.read_tmy3
310+
iotools.read_srml
311+
iotools.read_srml_month_from_solardat
310312

311313
A :py:class:`~pvlib.location.Location` object may be created from metadata
312314
in some files.

docs/sphinx/source/whatsnew/v0.6.1.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ API Changes
2020

2121
Enhancements
2222
~~~~~~~~~~~~
23-
23+
* Created :py:func:`pvlib.iotools.read_srml` and :py:func:`pvlib.iotools.read_srml_month_from_solardat`
24+
to read University of Oregon Solar Radiation Monitoring Laboratory data. (:issue:`589`)
2425

2526
Bug fixes
2627
~~~~~~~~~
@@ -33,4 +34,5 @@ Testing
3334

3435
Contributors
3536
~~~~~~~~~~~~
36-
* Will Holmgren (:ghuser:`wholmgren`)
37+
* Will Holmgren (:ghuser:`wholmgren`)
38+
* Leland Boeman (:ghuser:`lboeman`)

0 commit comments

Comments
 (0)