8000 Add retrieval function for NASA MERRA2 reanalysis data by AdamRJensen · Pull Request #1274 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add retrieval function for NASA MERRA2 reanalysis data #1274

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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
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
Next Next commit
Add merra2 function to api.rst
  • Loading branch information
AdamRJensen committed Aug 8, 2021
commit bfd9da0521abedb54fb84ae43a448dc4a7a83e57
2 changes: 2 additions & 0 deletions docs/sphinx/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ of sources and file formats relevant to solar energy modeling.
iotools.get_cams
iotools.read_cams
iotools.parse_cams
iotools.get_merra2
iotools.read_merra2

A :py:class:`~pvlib.location.Location` object may be created from metadata
in some files.
Expand Down
0