DrRoad / Flood-disaster-prediction

This project is developed in Python and it proposes the development of a Bayesan Network to infer the probabilities of serious floods in the territory of the Italian region Veneto.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌍 Flood Disaster Prediction 🌊

Due to recent climate change related issues critical floods of urban areas have started becoming more and more common. Hence, a software able to estimate the likelihood of such an event could be a useful tool in order to prevent the most dramatic scenarios. For this reason we proposed the implementation of a Bayesian Network to model the likelihood of floods in various municipalities of the Italian region Veneto. The structure of the network was inspired by the paper Assessing urban flood disaster risk using Bayesian network model and GIS applications, although quite deeply modified for didactic reasons. The project was developed in Python using the pgmpy library as an assignment for the third module of the Fundamentals of Artificial Intelligence and Knowledge Representation course of the master degree in Artificial Intelligence of University of Bologna held by professor Paolo Torroni.

Repository structure

.
β”œβ”€β”€ code
β”‚   β”œβ”€β”€ data                       
β”‚   β”‚   β”œβ”€β”€ 05_Veneto_Allegato-statistico.xlsx    # Data regarding general statistics on the region Veneto
β”‚   β”‚   β”œβ”€β”€ Elab_Altimetrie_DEM.xlsx              # Data regarding the elevation of the italian municipalities
β”‚   β”‚   β”œβ”€β”€ Redditi_e_principali_variabili...     # Data regarding the Italian population economy
β”‚   β”‚   └── codiceISTAT_schedaLR14_2017.ods       # Data regarding general statistics on the territory of the region Veneto
β”‚   β”œβ”€β”€ Flood Disaster Prediction.ipynb           # Notebook containing the execution of the project
β”‚   β”œβ”€β”€ extended_classes.py                       # Script extending the classes BayesianNetwork and ApproxInference
β”‚   β”œβ”€β”€ graphics.py                               # Scripts containing graphical utils functions
β”‚   β”œβ”€β”€ utils.py                                  # Script containing utils functions
β”‚   └── variables.py                              # Variable nodes of the Bayesian Network
β”œβ”€β”€ report
β”‚   └── Flood disaster prediction.pdf             # Report about the project 
β”œβ”€β”€ .gitignore                             
β”œβ”€β”€ LICENSE
└── README.md

Versioning

Git is used for versioning.

Group members

Name Surname Email Username
Antonio Politano antonio.politano2@studio.unibo.it S1082351
Francesco Pieroni francesco.pieroni3@studio.unibo.it HumidBore
Riccardo Spolaor riccardo.spolaor@studio.unibo.it RiccardoSpolaor

License

This project is licensed under the MIT License - see the LICENSE file for details

Social preview image licensed by Flood Vectors by Vecteez

About

This project is developed in Python and it proposes the development of a Bayesan Network to infer the probabilities of serious floods in the territory of the Italian region Veneto.

License:MIT License


Languages

Language:Jupyter Notebook 97.6%Language:Python 2.4%