-
Notifications
You must be signed in to change notification settings - Fork 2
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
data_preprocessing ERA5 and CDS examples #139
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #139 +/- ##
========================================
Coverage 94.06% 94.06%
========================================
Files 11 11
Lines 472 472
========================================
Hits 444 444
Misses 28 28 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - some minor things to fix up.
typo corrected Co-authored-by: David Orme <davidorme@users.noreply.github.com>
…lCollegeLondon/virtual_rainforest into feature/climate_data_doc
code block type modified
equation syntax changed Co-authored-by: David Orme <davidorme@users.noreply.github.com>
typo corrected Co-authored-by: David Orme <davidorme@users.noreply.github.com>
…lCollegeLondon/virtual_rainforest into feature/climate_data_doc
shorter titles in index menu Co-authored-by: David Orme <davidorme@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
First set of recipes to download and preprocess climate data. The location for this code and dummy data set will likely change in the future, there might be a separate package for pre-processing that includes topographic adjustment and scaling from low to high resolution (100 m). |
Description
I added a section on how to download climate data from the CDS and some simple preprocessing.
At the moment, only the ERA5 file shows the correct sidebar, I don't know where I need to include this to set out the structure properly.
Also, the jupiter notebook is not running and I don't know why exactly(apparently, it cannot find xarray, I think it might be earlier on).
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks