Skip to content

jsoulier/fire_simulator

Repository files navigation

Fire Simulator

High performance Rothermel fire simulator using Cadmium and GDAL

Features

  • 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)

Datasets

Building

Windows

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.exe

Linux

git 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

About

High performance Rothermel fire simulator using Cadmium and GDAL

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors