Skip to content

acoiman/wildfire_modeling

Repository files navigation

GitHub issues GitHub forks GitHub stars Buy Me A Coffee donate button

fire ​Wildfire Modeling in Yosemite National Park

In this tutorial, we will show you how to model wildfire events using the r.ros and r.spread modules of GRASS GIS. We will perform fire simulations in three areas in the Yosemite National Park , California USA during the summer season in 2020 (from 2020-06-20 through 2020-09-22).

How to start

We assume you have a running installation of GRASS GIS and Anaconda including the latest version of Jupyter Notebook on Ubuntu 20.04. You also need an active Google Earth Engine (GEE) account.

Use the following commands to create a conda environment, activate it, and install packages required for this tutorial.

conda create -n grass_env python=3
conda activate grass_env
conda install wxpython
conda install numpy

You also need to install Geopandas, GEE Python API, eeconvert, geemap packages. In the list below I provide you some links that explain how to install them.

Once activated the environment and installed all packages, clone this repository and move inside the directory of wildfire_modeling tutorial and enter jupyter notebook command.

Enjoy the tutorial!!

Author

  • Abraham Coiman

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Releases

No releases published

Packages

No packages published