YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Fire Hazard Analysis

The dataset used in this analysis is derived from NASA's Fire Information for Resource Management System (FIRMS), accessible at FIRMS MODIS and VIIRS Download. FIRMS provides global data on fire occurrences, brightness temperatures, and fire radiative power using data captured by the MODIS (Moderate Resolution Imaging Spectroradiometer) and VIIRS (Visible Infrared Imaging Radiometer Suite) instruments. The dataset contains information on fire occurrences captured by satellites. The key columns in the dataset include:

ACQ_DATE: The date when the data was acquired. LATITUDE: The latitude coordinate of the fire event. LONGITUDE: The longitude coordinate of the fire event. BRIGHTNESS: The brightness temperature measured by the satellite. SCAN: The width of the scan swath in kilometers. TRACK: The along-track scan in kilometers. ACQ_TIME: The time of data acquisition. SATELLITE: The satellite that captured the data (e.g., Terra, Aqua). INSTRUMENT: The instrument used for data acquisition (e.g., MODIS, VIIRS). CONFIDENCE: The confidence level of the fire detection. VERSION: The version of the dataset. BRIGHT_T31: The brightness temperature at 31 micrometers. FRP: Fire Radiative Power, indicating the energy released by the fire. DAYNIGHT: Indicates whether the detection was during day or night. TYPE: Type of fire event. GEOMETRY: Geographic coordinates in point format. YEAR: The year when the data was acquired. MONTH: The month when the data was acquired. SEASON: The season when the data was acquired. REGION: The geographic region where the fire occurred.

Summary of Analysis

Fire Intensity and Magnitude:

Histograms: Displayed the distribution of brightness temperatures (BRIGHTNESS) and Fire Radiative Power (FRP) to understand fire intensity variations. Scatter Plots: Compared brightness temperature with FRP to explore the relationship between fire intensity and energy release. Temporal Trends:

Monthly Fire Occurrences:

Analyzed fire occurrences by month for specific years to identify seasonal patterns and compare fire activity across different years. Yearly Fire Trends: Aggregated fire occurrences by year and plotted the data to observe long-term trends. Fire Data Across Regions:

Categorization by Region:

Divided the data into regions based on geographic coordinates. Comparison: Compared the number of fires, average brightness temperature, and average FRP across different regions. Predicting Fire Occurrences:

Modeling Approach:

Used a Random Forest Classifier to predict fire occurrences based on features such as geographic coordinates, brightness temperature, and environmental conditions. Class Imbalance Handling: Applied SMOTE (Synthetic Minority Over-sampling Technique) to balance the dataset and improve the model's performance on the minority class. Model Evaluation:

Initial Model: Showed very high accuracy but poor performance on the minority class due to class imbalance. Improved Model with SMOTE: Achieved a better balance between precision and recall for the minority class while maintaining high overall accuracy.

Installation

pip install geopandas fiona==1.8.20 dask basemap statsmodels imblearn


license: mit

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.