-
Notifications
You must be signed in to change notification settings - Fork 6
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 #12 - Machine learning for predicting extreme weather hazards #14
Comments
Hi, |
Glad to hear you are interested!
If you are interested in wildfires, fire radiative power is observed from
satellites since 2003 (see CAMS GFAS
https://apps.ecmwf.int/datasets/data/cams-gfas/). Burned areas are
available from third party data provider (GFED4
https://www.globalfiredata.org/data.html).
We also have a fire danger forecasting system that also serves valuable
information.
Data are available in Grib or NetCDF. You can access ECMWF archive using
the Web API (
https://confluence.ecmwf.int/plugins/servlet/mobile?contentId=22907869#content/view/22907869
).
…On Wed, 13 Feb 2019, 11:28 lkugler ***@***.*** wrote:
Hi,
what a nice challenge! We'd apply for this one but to prepare a detailed
plan we would need some details concerning the observational data for
wildfires and floods, which is new to us, unlike ERA5. For example: what
kind of database/dataset is it, how is one given access to it, how many
years of data are there? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEhdr97-3nnYsSAHcgfzpmmdRcHuxZk0ks5vM-jLgaJpZM4aH89S>
.
|
Hi, |
Hi! Wow and congrats to ECMWF for organizing a summer of code. I took part in a similar competition several years ago (GSoC) under OSGeo umbrella. I enjoyed it a lot and it gave a me good start in terms of open source software development. 👍 I wonder is there any comprehensive repository or database that has links towards various datasets on climate/weather data? I'd be interested in attempting a solution that uses multiple data sources something like data fusion but I hardly have any experience at doing that. I also need to get re-acquainted with NetCDF, Sentinel data as I haven't touched them recently. 🔨 One of the things that I appreciate in your above posted message is the nature of the challenge, there are so many ways to go about it which makes it so intriguing. |
Hi @masterflorin ,
One great dataset is the ERA5 reanalysis available from the Copernicus Climate Data Store. See links to Flood and Fire data in the thread above. |
Thank you for that lighting-fast response @jwagemann. Great! I'll check those out. -FlorinC |
Hi Julia, we would be very interested in exploring the possibility of predicting drought. Something that I have questions about are the problems of defining drought because there are lots of variables which drive and respond to drought conditions. Would this be something you would like us to explore in the application form? Thank you so much for setting these up we are extremely excited about getting involved! Tommy |
Hi @tommylees112 , |
Hi @jwagemann The description states:
Is it possible to see the database with past extreme weather events or at least view the metadata so we can see the kind of information about each past event that you have? Thanks so much for your help! |
Hi @tommylees112 ,
Regarding 1: Regarding 2: Regarding 3: I hope this helps. |
REMINDER: Deadline to register and submit your proposal is upcoming Sunday, 21 April at 23:59 GMT!Application process is a 2-step process: Applications without a submitted proposal will not be taken under consideration! |
Assuming the proposal is accepted, is it possible to publish a paper out of this work? If yes, any requirement? |
Hi @ppalmes , |
Dear Assignees I came to know about this challenge today. And can I have some guidance on the topic for flood forecasting. I want to do a catchment level flood forecasting and plan to use sentinel 2 data and DEMs to model the same. What kind of data is available, as flood labels. I will try to use 4 bands of sentinel [B2,B3,B4 and B8] and then DEM and finally radar precipitation data [from some source] to make flood predictions using Machine Learning. In short, what kind of flood data I can have access to, being not a participant of the challenge? P.S. ETH provides an excellent opportunity to do master thesis in association with organisations/institutions. |
Hi @jwagemann, I am very interested in this research project and I would like to know if it is still open to submit proposals. I have just concluded my Master's essay on modeling extreme climate events for impact studies. A further step I want to go is using state of the art techniques to validate results from stat models like GEV AND GPD. Let me know if the challenge is still open or I can proceed with some personal research as regards this challenge. |
Hi @gapton76 and @melioristic , You can specifically follow the machine learning projects on Github(drought, fire and flood) and also get in touch with the teams to discuss their work. Cheers, |
@jwagemann Thanks for the information. Will surely get in touch with the team and see what I can learn from them and how I can contribute to this field. |
Challenge 12
Machine learning for predicting extreme weather hazards
Goal: To use ECMWF/Copernicus open datasets to evaluate machine learning (ML) techniques to better predict one specific kind of an extreme weather event, e.g. drought or hurricanes; provide templates for future ML work
- Experience in building machine learning algorithms
- Knowledge of meteorological and climate data and formats desirable
- Knowledge of extreme weather hazards desirable
Challenge description
This challenge is of an explorative nature. The aim of this challenge is to have a better understanding of the feasibility, accuracy and challenges of using ECMWF/Copernicus open datasets to better predict extreme weather events.
Possible datasets available:
A potential open dataset available by ECMWF / Copernicus is e.g. the climate reanalysis product ERA5. It extends back to 1979, has a global spatial resolution and an hourly temporal resolution.
But we also have data on fire risk, air quality or floods.
Possible approach
A possible approach could be:
Depending on the extreme weather hazard chosen and the algorithm, there are different possible outcomes, e.g.
Since this challenge is very explorative, we would like to have a detailed documentation of the single steps taken. It would be further valuable to have a detailed description how datasets should be prepared. We would like to get a better understanding of the current challenges / limitations machine learning with weather / climate data entails.
Potential questions that can be explored:
The text was updated successfully, but these errors were encountered: