Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 4.13 KB

README.md

File metadata and controls

74 lines (38 loc) · 4.13 KB

Welcome to Smart Disaster Relief Management System 👋

Documentation

Allocation of various relief supplies in the flood hit areas of Assam using data obtained by IMD, DFO and EM-DAT

Missing Data

Initially we had lot of missing data which we had to extract from the extent and description column given in our dataset of Indian Flood Inventory. We used various techniques to fulfill this data to get more insight of the floods' impact in Assam.

Screenshot 2024-07-08 at 1 07 44 PM Screenshot 2024-07-08 at 1 09 47 PM

We used various methods to extract information from the extent and description column to fill in as many missing values as possible.

Focus on Assam

We chose Assam as our region of study as it had the highest occurence of flood among all states.

Screenshot 2024-07-08 at 1 11 21 PM Screenshot 2024-07-08 at 1 04 35 PM

This was the heat map of flood occurences in the Assam and its nearby region of India.

Correlating the Fields

This was the correlation matrix plotted between all available columns of the dataset.

Screenshot 2024-07-08 at 1 12 45 PM

Modelling

Using various techniques like Linear Regression, Ridge Regression alongwith a KNN imputer to address the missing values, we got pretty decent results in predicting human displaced from the related factors.

Screenshot 2024-07-08 at 9 14 45 PM Screenshot 2024-07-08 at 9 14 14 PM

We plotted various heat maps to visually show how the impact of floods were spread across the state of Assam and its nearby region.

Screenshot 2024-07-08 at 9 20 31 PM Screenshot 2024-07-08 at 9 20 54 PM

Results

After performing K-means clustering with K values ranging from 1 to 11 and observing the "elbow" point at K=6, the dataset was clustered into six distinct groups. These clusters represent areas with similar population density and spatial characteristics within Assam.

Screenshot 2024-07-08 at 9 24 04 PM Screenshot 2024-07-08 at 9 24 36 PM

In the context of disaster response planning in Assam, the Voronoi diagram delineates the boundaries of influence for each cluster centroid, effectively partitioning the geographical area into regions that are closest to each respective centroid.

Screenshot 2024-07-08 at 9 24 58 PM

Authors