Skip to content

Add functionality for reading EPW weather files #677

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 11 commits into from
Mar 29, 2019
Merged
1 change: 1 addition & 0 deletions docs/sphinx/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ relevant to solar energy modeling.

iotools.read_tmy2
iotools.read_tmy3
iotools.read_epw
iotools.read_srml
iotools.read_srml_month_from_solardat
iotools.read_surfrad
Expand Down
6 changes: 4 additions & 2 deletions docs/sphinx/source/whatsnew/v0.6.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Enhancements
~~~~~~~~~~~~
* Add US CRN data reader to `pvlib.iotools`.
* Add SOLRAD data reader to `pvlib.iotools`.
* Add EPW data reader to `pvlib.iotools`. (:issue:`591`)

Bug fixes
~~~~~~~~~
Expand All @@ -32,5 +33,6 @@ Testing

Contributors
~~~~~~~~~~~~
* cwhanse
* wholmgren
* Cliff Hansen (:ghuser:`cwhanse`)
* Will Holmgren (:ghuser:`wholmgren`)
* Roel Loonen (:ghuser:`roelloonen`)
Loading