8000 ENH: Create psm3.py by mikofski · Pull Request #694 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

ENH: Create psm3.py #694

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

Merged
merged 20 commits into from
May 3, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
stickler, default interval
  • Loading branch information
mikofski committed Apr 26, 2019
commit 4c8c07305884c98145e6d8e7080f0b8932b2b3d3
4 changes: 2 additions & 2 deletions pvlib/iotools/psm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def get_psm3(latitude, longitude, tmy='tmy', interval=60):
longitude : float or int
in decimal degrees, between -180 and 180, east is positive
tmy : str
PSM3 parameter "name", see notes below for options, default is ``'tmy'``
PSM3 parameter "name", see notes below for options, default ``'tmy'``
interval : integer
interval size in minutes, can be only either 30 or 60 minutes
interval size in minutes, can be only either 30 or 60, default 60

Returns
-------
Expand Down
0