ttrs_quicfire is a Python library to easily configure burn models for plots of land defined using shape files for the quicfire model.
DISCLAIMER: This is currently the only verified and supported installation method. Other methods may work but will not be troubleshooted by the authors.
- Download and install anaconda here.
- Start by downloading the fastfuels.yml from the GitHub repo. This can also be done using:
(base) system:~ user$ wget https://raw.githubusercontent.com/QUIC-Fire-TT/ttrs_quicfire/main/fastfuels.yml
- Navigate to where the fastfuels.yml is located and create a new conda enviornment using:
(base) system:~ user$ conda env create -f fastfuels.yml
- Once the enviornment has been created, activate it using:
(base) system:~ user$ conda activate fastfuels
- Next, install ttrs_quicfire using:
(fastfuels) system:~ user$ pip install ttrs_quicfire
NOTE: All additional packages will be installed with this step.
ttrs_quicfire by Tall Timbers is licensed under a MIT License