Wildfire Geospatial Analysis in Australia

Logo

Geospatial data analysis and dashboard to understand the behavior of wildfires in Australia.

View the Project on GitHub alxmares/australia_wildfire

πŸ—ΊοΈ Interactive Map of Wildfires in Australia

This map shows the distribution of wildfires across Australia. Use the interactive features to explore different regions and data points.


πŸ› οΈ Tools and Technologies Used

Python Pandas NumPy Matplotlib Seaborn Folium Plotly Dash

πŸ“Š Exploratory Data Analysis (EDA)

In this project, extensive exploratory data analysis was performed to understand the behavior and impact of wildfires in Australia. Key visualizations included:

1. Estimated Fire Area Over Years

img0

2. Estimated Fire Area Over Time

3. Mean Estimated Fire Brightness Across the Regions

img03

4. Fire Pixels by Region

img4

5. Histogram of the Mean Estimated Fire Brightness

sns.histplot(data=df, x='Mean_estimated_fire_brightness', hue='Region')
plt.show()

img05

🌍 Geospatial Analysis

🌐 Dashboard

An interactive dashboard was developed using Dash and Plotly, enabling users to explore wildfire data dynamically. The dashboard features:

gif


πŸš€ Explore More Projects!

πŸ“š Check out all my projects on GitHub Pages