Skip to content

Commit 4c24be0

Browse files
authored
Update get_psm3 interval description (#1712)
* Update get_psm3 interval description * Update v0.9.6.rst
1 parent 7a2ec9b commit 4c24be0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Testing
2323

2424
Documentation
2525
~~~~~~~~~~~~~
26-
26+
* Updated the description of the interval parameter in
27+
:py:func:`pvlib.iotools.get_psm3`. (:issue:`1702`, :pull:`1712`)
2728

2829
Benchmarking
2930
~~~~~~~~~~~~~
@@ -35,4 +36,4 @@ Requirements
3536

3637
Contributors
3738
~~~~~~~~~~~~
38-
39+
* Adam R. Jensen (:ghuser:`adamrjensen`)

pvlib/iotools/psm3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60,
8888
PSM3 API parameter specifing year or TMY variant to download, see notes
8989
below for options
9090
interval : int, {60, 5, 15, 30}
91-
interval size in minutes, must be 5, 15, 30 or 60. Only used for
92-
single-year requests (i.e., it is ignored for tmy/tgy/tdy requests).
91+
interval size in minutes, must be 5, 15, 30 or 60. Must be 60 for
92+
typical year requests (i.e., tmy/tgy/tdy).
9393
attributes : list of str, optional
9494
meteorological fields to fetch. If not specified, defaults to
9595
``pvlib.iotools.psm3.ATTRIBUTES``. See references [2]_, [3]_, and [4]_

0 commit comments

Comments
 (0)