-
Notifications
You must be signed in to change notification settings - Fork 13
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 #13 - ORIGAMI (global river gauges mapping) #5
Comments
Hi, When: Wednesday, 24 March 2021 at 4 pm GMT What: learn everything about ESoWC - how it works, the challenges this year, some tips for your proposal and listen to ESoWC experiences from previous participants How: register here. |
Dear mentors,
Thank you in advance. |
Dear Tushar, |
Dear @tusharmanekar ,
|
Dear mentors, Thank you. |
Dear Tushar, this challenge is not funded by Copernicus. Therefore, the regulations you have just mentioned don't apply to this challenge. You can submit your proposal regardless of your nationality. |
Challenge 13 - ORIGAMI (global river gauges mapping)
Goal
Develop a software to facilitate the mapping of river gauges on the drainage network of a distributed hydrological model.
Mentors and skills
Challenge description
Data and software
We plan to use stations coordinates and drainage networks from CEMS (EFAS and GloFAS) and HTESSEL at different spatial resolutions. We plan to use OpenStreetMap to identify rivers and derive metadata.
What is the current problem?
River gauges are mapped on the hydrological/land surface model to the pixel that better represents the location of the station in the model’s drainage network. This procedure currently uses river gauges coordinates and drained area information from the station and the model. It tries to identify the model pixel with the closest drained area in the proximity of the station’s coordinates. This approach can lead to large mistakes because of uncertain/missing information on the station’s drained area or issues with the model drainage network, sometimes occurring hundreds of kilometres away from the location of the station. Difficulties in stations mapping increase at coarser model resolutions and with the complexity of the drainage network. An accurate mapping is often only possible through a manual procedure, but this can cause long delays in the adoption of a station for either model calibration or verification.
What could be the solution?
We are looking for a solution that won’t make use of the drained area information but will instead mimic the human mapping procedure. We would like to use image analysis and/or pattern recognition techniques to match the real river to the one in the model and then map the station on the correct model pixel, also exploiting additional metadata such as the station name or the river name. The mapping of each station should include a quality flag showing a confidence level in the mapping result.
Ideas for the implementation
We envisage that implementation will include the following steps:
The text was updated successfully, but these errors were encountered: