File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
231232A :py:class: `~pvlib.location.Location ` object may be created from metadata
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Bug fixes
1919
2020Enhancements
2121~~~~~~~~~~~~
22+ * Add support for reading PAN binary files using :py:func: `~pvlib.iotools.pan_binary.read_pan_binary `.
23+ (:issue: `2504 `)
2224
2325
2426Documentation
@@ -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 `)
Original file line number Diff line number Diff line change 2727from pvlib .iotools .sodapro import read_cams # noqa: F401
2828from pvlib .iotools .sodapro import parse_cams # noqa: F401
2929from pvlib .iotools .panond import read_panond # noqa: F401
30+ from pvlib .iotools .pan_binary import read_pan_binary # noqa: F401
3031from pvlib .iotools .acis import get_acis_prism # noqa: F401
3132from pvlib .iotools .acis import get_acis_nrcc # noqa: F401
3233from pvlib .iotools .acis import get_acis_mpe # noqa: F401
You can’t perform that action at this time.
0 commit comments