1
0
Fork 0
A simple model of a bushfire spreading across a landscape represented as a 2D grid. Based on an assignment for COMP10001, a subject at The University of Melbourne.
Go to file
Rory Healy c7e7dc074a
Add parsing functionality
2023-02-05 21:42:13 +11:00
data Add documentation and supporting files 2023-02-05 20:10:16 +11:00
docs Add parsing functionality 2023-02-05 21:42:13 +11:00
images Add documentation and supporting files 2023-02-05 20:10:16 +11:00
src Add parsing functionality 2023-02-05 21:42:13 +11:00
.gitignore Added .gitignore 2023-01-31 02:44:35 +11:00
LICENSE Initial commit 2023-01-31 02:36:55 +11:00
README.md Initial commit 2023-01-31 02:36:55 +11:00

README.md

simple-bushfire-model

A simple model of a bushfire spreading across a landscape represented as a 2D grid. The model takes into account many factors, such as the amount and type of fuel available, the slope of the land, the direction of the wind, and the combustibility of the landscape, though only to a very limited extent and depth. This model is then used to determine the optimal area to conduct a prescribed burn to increase the chance that a town is not caught in the bushfire.

This project is based on an assignment for COMP10001, a subject at The University of Melbourne. The assignment specification can be found here.