-
Notifications
You must be signed in to change notification settings - Fork 5
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
Challenge 10 -Climate intelligence: from data to visualization #1
Comments
... you can ask questions on the challenge here... |
I am a PhD student from the University of Washington, Seattle, USA. The description says that the competition is not open for students from the US. Can we do something about it? |
Yes ECV = Essential Climate Variables. |
In the challenge description it reads that the cads-toolbox Python package [should be used] for data processing and visualisation. From checking the cads-toolbox it seems that there are plans to make preprocessing (e.g. computing climatology) possible, but they are not yet implemented. Perhaps there will be an update in the near future making these features available but I could not find information on that. Question: is the desired outcome of this challenge to create tutorials/data visualizations using preprocessing/viz features provided by cads-toolbox, or rather our own by-hand implementations using |
The challenge is to use cads-toolbox where possible, if some functions are not available, then other python packages can be used. Climatology and anomalies can easily be calculated using xarray. |
thanks @IrynaRozum for the quick feedback! Looking closer at the current main branch it seems that only |
Challenge 10 - Climate intelligence: from data to visualization
Goal
Develop a Jupiter notebook with Python code to produce data and graphics used in the climate intelligence reports, present as training material.
Mentors and skills
Challenge description
Currently, all data and graphics are produced using ECMWF tools, which are not available for general users and the results cannot be reproduced in the CDS Toolbox.
The solution could be to develop a set of codes to retrieve data and produce graphics using the new cads-toolbox Python package. Create a Jupiter notebook with training material for users.
Regarding the data/systems to use: Copernicus climate data store (CDS), CDS-API for data retrieval, the cads-toolbox Python package for data processing and visualisation, other Python packages, GitHub.
Ideas for the implementation
The text was updated successfully, but these errors were encountered: