pvlib-python
pvlib-python copied to clipboard
Add retrieval function for NASA MERRA2 reanalysis data
- ~~[ ] Closes #xxxx~~
- [x] I am familiar with the contributing guidelines
- [x] Tests added
- [x] Updates entries to
docs/sphinx/source/api.rst
for API changes. - [x] Adds description and name entries in the appropriate "what's new" file in
docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
). - [x] New code is fully documented. Includes numpydoc compliant docstrings, examples, and comments where necessary.
- [ ] Pull request is nearly complete and ready for detailed review.
- [ ] Maintainer: Appropriate GitHub Labels and Milestone are assigned to the Pull Request and linked Issue.
MERRA-2 is the reanalysis dataset provided by NASA and provides hourly aerosol and irradiance data for the entire world starting in 1980. While the irradiance data is of questionable accuracy, the aerosol data is very useful for a number of different clear sky models.
The proposed function retrieves MERRA-2 data from the NASA GES DISC repository.