-
Notifications
You must be signed in to change notification settings - Fork 320
Enhance ERA5 Download Function: Direct NetCDF, Flexible Parameters, and Improved Docs #3547
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
dlebauer
merged 34 commits into
PecanProject:develop
from
divine7022:era5-cdsapi-tweaks
Aug 18, 2025
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
c3bfd1f
Enhance ERA5 Download Function: Direct NetCDF, Flexible Parameters, a…
divine7022 39863c7
updated .Rd file
divine7022 7584b61
replaced python dependency with ecmwfr package
divine7022 98756c1
Add unit tests for download.ERA5_cds.R
divine7022 ab94ff7
udpated .Rd file
divine7022 41b15ff
updated NEWS.md
divine7022 e9edacb
Update CHANGELOG.md
divine7022 93c779a
update NAMESPACE
divine7022 d103587
update NAMESPACE
divine7022 835597a
removed @importFrom directives (ecmwfr, lubridate)
divine7022 8b3ce23
add reanalysis filename prefix support
divine7022 7cdfdca
update documentation
divine7022 6b78dfd
add ecmwfr dependency
divine7022 d8de233
add ecmwfr to docker dependencies
divine7022 be1e5dd
Merge branch 'develop' into era5-cdsapi-tweaks
dlebauer 52feafc
add venv to .Rbuildignore
dlebauer 0c41613
udpate roxy
divine7022 be7e603
corrected file naming
divine7022 f26ea46
Merge branch 'era5-cdsapi-tweaks' of github.com:divine7022/pecan into…
divine7022 c81dea8
update roxy
divine7022 94d5e2c
udpate .Rd file
divine7022 00096ce
remove redundant foreach depends from suggests
divine7022 a6bfb60
Merge remote-tracking branch 'origin/develop' into era5-cdsapi-tweaks
divine7022 cfe9e38
update NAMESPACE
divine7022 6cef9b5
now uses base R pipe |> instead of %>%
divine7022 f72deec
add R >= 4.1.0 dependency for base pipe support
divine7022 c62c89f
move ERA5 changes to 1.9.1 section in NEWS.md
divine7022 6f535ba
remove default NULL values from user and key parameters
divine7022 e43acd9
reorder function parameters
divine7022 c91d76e
update roxy
divine7022 6768615
update .Rd file
divine7022 e4e0ca8
specify minimum ecmwfr version (>= 2.0.0) for PAT authentication comp…
divine7022 65d4f07
update docker dependency by specifying minimum ecmwfr version (>= 2.0.0)
divine7022 dae7402
Merge branch 'develop' into era5-cdsapi-tweaks
dlebauer 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| ^.*\.Rproj$ | ||
| ^\.Rproj\.user$ | ||
| ^docs$ | ||
| ^.*venv.*$ |
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
Oops, something went wrong.
Oops, something went wrong.
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.