Geospatial data analysis and dashboard to understand the behavior of wildfires in Australia.
This map shows the distribution of wildfires across Australia. Use the interactive features to explore different regions and data points.
In this project, extensive exploratory data analysis was performed to understand the behavior and impact of wildfires in Australia. Key visualizations included:
sns.histplot(data=df, x='Mean_estimated_fire_brightness', hue='Region')
plt.show()
An interactive dashboard was developed using Dash and Plotly, enabling users to explore wildfire data dynamically. The dashboard features: