Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get_psm3 interval description #1712

Merged
merged 2 commits into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/sphinx/source/whatsnew/v0.9.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Testing

Documentation
~~~~~~~~~~~~~

* Updated the description of the interval parameter in
:py:func:`pvlib.iotools.get_psm3`. (:issue:`1702`, :pull:`1712`)

Benchmarking
~~~~~~~~~~~~~
Expand All @@ -35,4 +36,4 @@ Requirements

Contributors
~~~~~~~~~~~~

* Adam R. Jensen (:ghuser:`adamrjensen`)
4 changes: 2 additions & 2 deletions pvlib/iotools/psm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60,
PSM3 API parameter specifing year or TMY variant to download, see notes
below for options
interval : int, {60, 5, 15, 30}
interval size in minutes, must be 5, 15, 30 or 60. Only used for
single-year requests (i.e., it is ignored for tmy/tgy/tdy requests).
interval size in minutes, must be 5, 15, 30 or 60. Must be 60 for
typical year requests (i.e., tmy/tgy/tdy).
attributes : list of str, optional
meteorological fields to fetch. If not specified, defaults to
``pvlib.iotools.psm3.ATTRIBUTES``. See references [2]_, [3]_, and [4]_
Expand Down