Skip to content

Commit 19b02b2

Browse files
committed
update documentation
1 parent 62eed1f commit 19b02b2

4 files changed

Lines changed: 389 additions & 1 deletion

File tree

docs/sphinx/source/reference/iotools.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Functions for reading irradiance/weather data files.
226226
iotools.read_epw
227227
iotools.parse_epw
228228
iotools.read_panond
229+
iotools.read_pan_binary
229230

230231

231232
A :py:class:`~pvlib.location.Location` object may be created from metadata

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Bug fixes
1919

2020
Enhancements
2121
~~~~~~~~~~~~
22+
* Add support for reading PAN binary files using :py:func:`~pvlib.iotools.pan_binary.read_pan_binary`.
23+
(:issue:`2504`)
2224

2325

2426
Documentation
@@ -48,4 +50,5 @@ Contributors
4850
~~~~~~~~~~~~
4951
* Elijah Passmore (:ghuser:`eljpsm`)
5052
* Rajiv Daxini (:ghuser:`RDaxini`)
51-
* Omar Bahamida (:ghuser:`OmarBahamida`)
53+
* Omar Bahamida (:ghuser:`OmarBahamida`)
54+
* Kurt Rhee (:ghuser:`kurt-rhee`)

pvlib/iotools/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from pvlib.iotools.sodapro import read_cams # noqa: F401
2828
from pvlib.iotools.sodapro import parse_cams # noqa: F401
2929
from pvlib.iotools.panond import read_panond # noqa: F401
30+
from pvlib.iotools.pan_binary import read_pan_binary # noqa: F401
3031
from pvlib.iotools.acis import get_acis_prism # noqa: F401
3132
from pvlib.iotools.acis import get_acis_nrcc # noqa: F401
3233
from pvlib.iotools.acis import get_acis_mpe # noqa: F401

0 commit comments

Comments
 (0)