Skip to content

Commit 30c62e3

Browse files
authored
get_psm3: add optional url parameter and update default hourly url to new 3.2.2 endpoint (#1736)
* update default endpoint to 3.2.2; add url parameter * whatsnew * test * Revert "test" This reverts commit 31dcd5d. * update 30-minute test file to 3.2.2 data * stickler @AdamRJensen * more data file updates
1 parent 247d2f1 commit 30c62e3

File tree

5 files changed

+35081
-35075
lines changed

5 files changed

+35081
-35075
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Enhancements
1313
~~~~~~~~~~~~
1414
* Update the URL used in the :py:func:`pvlib.iotools.get_cams` function. The new URL supports load-balancing
1515
and redirects to the fastest server. (:issue:`1688`, :pull:`1740`)
16+
* :py:func:`pvlib.iotools.get_psm3` now has a ``url`` parameter to give the user
17+
the option of controlling what NSRDB endpoint is used. (:pull:`1736`)
18+
* :py:func:`pvlib.iotools.get_psm3` now uses the new NSRDB 3.2.2 endpoint for
19+
hourly and half-hourly single-year datasets. (:issue:`1591`, :pull:`1736`)
1620

1721

1822
Bug fixes
@@ -45,4 +49,5 @@ Contributors
4549
* Siddharth Kaul (:ghuser:`k10blogger`)
4650
* Kshitiz Gupta (:ghuser:`kshitiz305`)
4751
* Stefan de Lange (:ghuser:`langestefan`)
52+
* Kevin Anderson (:ghuser:`kandersolar`)
4853

0 commit comments

Comments
 (0)