Visualizing the spread of Canadian wildfires by animating Canadian Wildland Fire Information System maps. So much smoke!
- clone the repository
- ensure you have poetry installed.
cdto the mainfirecandirectory and runmake.- to scrape additional images, run
make scrapeafter changing the Configuration settings. - to remake animations, run
make animate.
A couple of sample output animations, located in firecan/assets.
| Rate of spread | Hotspots | Fire Danger |
|---|---|---|
![]() |
![]() |
![]() |
The default settings are to scrape these three maps over the past 5 weeks. These configuration settings are in firecan/config/config.py.
Two settings are important here
days_to_scrape: self explanatory; defaults to 4 weeks. Note that "fire M3 maps and reports are updated daily [only] from May through September."maps_to_scrape: There are 18 different map types available between the Fire Monitoring, Mapping, and Modeling System (Fire M3), the Canadian Forest Fire Behavior Prediction System (FBP), and the Canadian Forest Fire Weather Index System (FWI). Add any elements from thefm3_types,fb_types,fw_types, orw_typeslists to themaps_to_scrapearray in the config file.


