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 3 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
4 changes: 2 additions & 2 deletions pvlib/iotools/psm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60,
longitude : float or int
in decimal degrees, between -180 and 180, east is positive
api_key : str
required NREL Developer Network API key
NREL Developer Network API key
email : str
required, system uses this to automatically communicate messages back
NREL API uses this to automatically communicate messages back
to the user only if necessary
names : str
PSM3 API parameter specifing year or TMY variant to download, see notes
Expand Down
0