Interactive Visualization & Predictive Susceptibility Platform
The Canadian Wildfire Risk Tracker is a data-driven web platform designed to identify, visualize, and predict wildfire susceptibility across Canada. By transforming complex NASA Earth observation data into an interactive visual dashboard, this tool supports city planners, emergency responders, and the public in mitigating wildfire hazards through real-time insights and predictive modeling.
- Predictive Susceptibility Index: Unlike traditional maps that only show active fires, this platform calculates future risk levels based on environmental variables.
- Real-Time Fire Tracking: Integrated with NASA's FIRMS and EONET APIs to display currently active wildfires across the country.
- Interactive Geospatial Mapping: Users can search specific locations via the Nominatim/OpenStreetMap API to view localized risk levels.
- Multi-Factor Risk Analysis: Calculates risk by weighting vegetation density, temperature, wind speed, and dryness.
- Frontend: React.js, HTML5, CSS3, JavaScript
- Backend: Node.js
- APIs & Data Sources:
- NASA FIRMS: Fire Information for Resource Management System.
- NASA EONET: Earth Observatory Natural Event Tracker.
- Open-Meteo API: Real-time environmental and weather metrics.
- OpenStreetMap: Geocoding and interactive map tiles.
The application utilizes a weighted algorithm to estimate the probability of a wildfire in any given area:
- Data Acquisition: The system pulls historical fire frequency and live environmental data from satellite observations.
- Environmental Weighting:
- Vegetation Density: High-density areas increase fuel load.
- Dryness/Temperature: High heat and low moisture indicate ignition potential.
- Wind Speed: Factors into the potential spread and intensity.
- Visualization: Raw data is processed and rendered as a color-coded heat map representing the Wildfire Risk Index.
- Clone the Repository:
git clone [https://github.com/Sutharshannn/Canadian-Wildfire-Risk-Tracker.git](https://github.com/Sutharshannn/Canadian-Wildfire-Risk-Tracker.git) cd Canadian-Wildfire-Risk-Tracker - Install Dependencies:
npm install
- Start the Application:
npm start
Developed as a specialized project during the University of Windsor hackathon series in 2026. This project demonstrates the application of environmental data science to improve urban resilience and disaster preparedness.
Author: Sutharshan Suthakaran, Computer Science Student at the University of Windsor.
Disclaimer: This tool is intended for research and educational purposes. Always refer to official government sources for emergency evacuation orders.