-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add retrieval function for ERA5 reanalysis data #1264
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
AdamRJensen
wants to merge
44
commits into
pvlib:main
Choose a base branch
from
AdamRJensen:era5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8e8661c
Create era5.py
AdamRJensen 25662a4
Update era5.py
AdamRJensen f6bc57e
Update era5.py
AdamRJensen 57eecb5
Update era5.py
AdamRJensen c135481
Fix stickler
AdamRJensen f4e9242
Add xarray and cdsapi to requirements and setup.py
AdamRJensen af3067e
Remove grib support and update variable_map
AdamRJensen b2c400c
Fix stickler
AdamRJensen bb62d7f
Add era5 to api.rst, __init__, and whatsnewfile
AdamRJensen 9f6b15f
Fix error in __init__.py
AdamRJensen 9a22c04
Change parse to read in __init__.py
AdamRJensen 21bedd1
Update get_era5 documentation
AdamRJensen 6c76efd
Merge remote-tracking branch 'upstream/master' into era5
AdamRJensen 3422ddf
Improve docs and use open_mfdataset in read_era5
AdamRJensen 545bafa
Coverage for ERA5 incl. test file
AdamRJensen 8ed6df5
Export CDSAPI_KEY in conda_linux.yml
AdamRJensen 041732f
Fix stickler
AdamRJensen 93bd4ec
Install xarray with pip in requirements-py36
AdamRJensen 519b060
Include xarray in TEST_REQUIRE in setup.py
AdamRJensen b732c76
Add UID to era5 tests
AdamRJensen 4c911ac
Add requires_xarray to conftest.py
AdamRJensen f1b83a2
Renaming get_era5 inputs
AdamRJensen 7a13531
Updated CDSAPI_KEY usage
AdamRJensen 87b6a50
Extend test coverage
AdamRJensen bff7299
Add dask as optional dependency
AdamRJensen 5de52bc
Update documentation
AdamRJensen 0721f15
More documentation updates
AdamRJensen 2e90c67
Extend parsed metadata
AdamRJensen 9f0a624
Coverage for output_format parameter
AdamRJensen 7921666
Fix stickler
AdamRJensen 03e4a5f
Update description of test_get_cams_bad_request
AdamRJensen 5e1db86
Implement changes from review by kanderso-nrel
AdamRJensen dd443e4
Remove cds_client input parameter
AdamRJensen c25780e
Localize dataframe and add helper functions to pvlib.tools
AdamRJensen 5a00ad5
Reformat imports of non-standard packages
AdamRJensen 46f38c1
Set quit=True in cds_client and add depdencies in whatsnew
AdamRJensen cde8a4a
Rename variables before extracting metadata
AdamRJensen 3f96eec
Change file_location to file_url and remove lat/lon offset
AdamRJensen 6cd44b1
Merge branch 'master' into era5
AdamRJensen 5db2fef
Remove has_tables from conftest.py
AdamRJensen f6443fc
Merge branch 'era5' of https://github.com/AdamRJensen/pvlib-python in…
AdamRJensen 6534c66
Revert "Merge branch 'era5' of https://github.com/AdamRJensen/pvlib-p…
AdamRJensen 3ae5327
Revert back to 3f96eec
AdamRJensen faa5a45
Merge remote-tracking branch 'upstream/master' into era5
AdamRJensen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Merge branch 'master' into era5
- Loading branch information
commit 6cd44b1e0b746153e8fc36bcff48a89d39dc7b36
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are viewing a condensed version of this merge commit. You can view the full changes here.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.