Our project predicts flood on state regions using based on these parameters: the precipitation level on which the mishappening took place and the elevation level of that place.
We found a reliable trend from the chaotic nature of the two parameters took side by side.
This is the elevation vs precipitation
graph that looks very chaotic, but
It has this very subtle but beautiul deacying trend which can be easily approximated to a linear decreasing graph.
The equation
This is 90% accurate to the data collected:
Predicting two previous flood events
We used the mathematical model and integrated it with our site to provide a yes/no prediction out of the two parameters that are being collected from the openweatherapi.
- Live site: https://tectonix.netlify.app
- Run on your machine:
1. Clone the repo 2. cd frontend 3. npm run dev