... | ... | @@ -2,6 +2,8 @@ |
|
|
This project ":moneybag: bag of floods" is a spinoff of its French counterpart ":flag_fr: Sac de Crue".
|
|
|
It started in jan. 2023 and will gradually catch up with the french projet.
|
|
|
|
|
|
[[TOC]]
|
|
|
|
|
|
### First step : draw marbles from a bag to help understand flood probabilities... and use an app to mimick series of draws
|
|
|
So far, we are working the first step of the project : help to convey messages about **flood probability on a given year** and **on N years**, because you don't buy a house or design a flood mitigation project for one year.
|
|
|
This can be achieved by drawing from a bag marbles colour-coded with respect to their probability, that can be understood as this year's flood return period. After this, we can move on to series of N years, and for this an app is very useful to automatically generate series of "floods".
|
... | ... | @@ -13,6 +15,13 @@ The french "Sac de Crues" project also offers small apps and texts to discuss: |
|
|
- interpretation of probabilistic floodmaps with several flood extent maps overlayed one atop the other (more tricky than it seems if the legend is deceivlingly simple ! ) ;
|
|
|
- understanding Gumbel distributions (for students and professionnals) and the confidence intervals.
|
|
|
|
|
|
### Illustration : "bag of flood.html"
|
|
|
The first and simplest app consists in :
|
|
|
- a few buttons to draw one or a series of N marbles ;
|
|
|
- coloured tokens of past draws ;
|
|
|
- one line to sum up the stats of past draws.
|
|
|
It is currently being re-worked for a better layout and additionnal features.
|
|
|
|
|
|
![image](uploads/1520955d3ab882a2e409c515ddebe7e7/image.png)
|
|
|
|
|
|
![image](uploads/8094e55e77b441c1cd96a25b1ab67fc1/image.png) |
|
|
\ No newline at end of file |