High performance Rothermel fire simulator using Cadmium and GDAL
- Simulation parameters automatically fetched from public datasets
- Cell-DEVS simulation of Rothermel surface spread using the Behave model
- Low memory footprint (~22km area at 100m resolution never exceeded 1 GB)
- LANDFIRE (fuel model, elevation, slope, aspect, canopy cover, canopy height)
- NRCan (fuel model)
- ESA WorldCover (fuel model)
- OpenTopography (elevation, slope, aspect)
- FIRMS (reference)
- EONET (reference)
git clone https://github.com/jsoulier/fire_simulator --recurse-submodules
cd fire_simulator
cmake --preset msvc
cmake --build --preset msvc-release
cd build/msvc/bin
./fire_simulator.exegit clone https://github.com/jsoulier/fire_simulator --recurse-submodules
cd fire_simulator
cmake --preset clang-release
cmake --build --preset clang-release
cd build/clang-release/bin
./fire_simulator