https://github.com/thedhruvrawat/forestfire-regression
Course Assignment for ECON F241: Econometric Methods at BITS Pilani, Pilani campus (Spring '21)
https://github.com/thedhruvrawat/forestfire-regression
python
Last synced: 2 months ago
JSON representation
Course Assignment for ECON F241: Econometric Methods at BITS Pilani, Pilani campus (Spring '21)
- Host: GitHub
- URL: https://github.com/thedhruvrawat/forestfire-regression
- Owner: thedhruvrawat
- Created: 2021-04-21T15:57:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T13:03:39.000Z (about 4 years ago)
- Last Synced: 2025-01-03T19:46:26.815Z (4 months ago)
- Topics: python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predicting the area burnt by forest fires in the northeast region of Portugal


Course Assignment for ECON F241: Econometric Methods
The assignment report can be accessed here: `Contact authors for link`
### Group No. 5
- Dhruv Rawat (2019B3A70537P)
- Sujay Patni (2019B3A70575P)
- Ram Mehta (2019B3A80510P)
- Nikunj Mehadia (2019B3A70343P)
## Abstract
We will be creating a model to predict the burned area of forest fires, in the northeast region of Portugal, by using meteorological and other data. Our aim is to predict the burned area (hectares) of forest fires. Based on the the spatial, temporal, and weather variables where the fire is spotted. This prediction can be used for calculating the forces sent to the incident and deciding the urgency of the situation.
Our model has been regressed by the method of Ordinary Least Squares (OLS). The variables used are -
1. `FFMC` - FFMC index from the FWI system
2. `DMC` - DMC index from the FWI system
3. `DC` - DC index from the FWI system,
4. `ISI` - ISI index from the FWI system
5. `temp` - temperature in Celsius degrees
6. `RH` - relative humidity in %
7. `wind` - wind speed in $km/h$
8. `rain` - outside rain in $mm$/$m^2$
9. `area` - the burned area of the forest (in ha)## Directories
- [dataset](dataset) contains the .csv files containing all metereological data.- [notebook](dataset) contains the Jupyter Notebook which has the code of our model
## License
[MIT](https://choosealicense.com/licenses/mit/)