Open ejsimley opened 5 months ago
Attention: Patch coverage is 0%
with 124 lines
in your changes missing coverage. Please review.
Project coverage is 70.14%. Comparing base (
a53308e
) to head (33c940f
). Report is 13 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
openoa/utils/downloader.py | 0.00% | 124 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request adds two new functions to the
utils/downloader
module to download hourly reanalysis data:get_era5_hourly
andget_merra2_hourly
. These functions are modified fromget_era5_monthly
andget_merra2_monthly
contributed by @charlie9578, and similarly download data from the CDS and GES DISC services.Note that it can take a long time to download historical data (~1 day for a 20-year time series). Downloading era5 data seems to be faster than merra2 for me, though.