-
Notifications
You must be signed in to change notification settings - Fork 137
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
WaPOR notebooks in repo #560
base: main
Are you sure you want to change the base?
Conversation
This draft PR contains materials for including WaPOR in the notebooks repo. They are:
There appears to be a conflict with gdal software preventing the loading of the The package loading and installation cells will need to be removed and notebooks run completely before merging, as per checklist above. |
Thanks Edward, yes @vikineema is working on resolving the issue with netcdf handling. |
Hi @vikineema and @mpho-sadiki, the notebooks are now running and ready for your review thanks to the Sandbox image upgrade. The notebooks for review are:
These notebooks demonstrate the |
Proposed changes
Add wapor notebooks and loading function to tools.
Checklist (replace
[ ]
with[x]
to check off)Load packages
General advice
)jupyterlab_code_formatter
tool can be used to format code cells to a consistent style: select each code cell, then clickEdit
and then one of theApply X Formatter
options (YAPF
orBlack
are recommended)