We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d763c commit 515acf8Copy full SHA for 515acf8
docs/sphinx/source/api.rst
@@ -376,6 +376,7 @@ in some files.
376
:toctree: generated/
377
378
location.Location.from_tmy
379
+ location.Location.from_epw
380
381
382
TMY
docs/sphinx/source/whatsnew/v0.7.0.rst
@@ -123,6 +123,8 @@ Enhancements
123
* Add `timeout` to :py:func:`pvlib.iotools.get_psm3`.
124
* Created one new incidence angle modifier (IAM) function for diffuse irradiance:
125
:py:func:`pvlib.iam.martin_ruiz_diffuse`. (:issue:`751`)
126
+* Add :py:meth:`~pvlib.location.Location.from_epw`, a method to create a Location
127
+ object from epw metadata, typically coming from `pvlib.iotools.epw.read_epw`.
128
129
Bug fixes
130
~~~~~~~~~
0 commit comments