The purpose of this exercise is to provide you with some practical experience of the sort of products that are obtained on vegetation fires and biomass burning from Earth orbiting satellites, and an overview of how these fit into the IPCC Greenhouse Gas (GHG) Inventory Process.
-
Understand the basis of the IPPCC process for estimating GHG emission from vegetation fires, and be able to use the basic spreadsheets involved in this calculation.
-
Understand the basics of Active Fire and Burned Area datasets and how they are derived from remote sensing observations, appreciating their main advantages and disadvantages
-
Visualise active fire datasets and burned area datasets, and apply some simple processing to these (modifying supplied Python scripts)
If you want run this on your own computer, you can do that easily. Follow these steps:
-
First, download or clone the entire repository. a. You can download everything as a zip file, and uncompress it, b. ... Or you can do
git clone https://github.com/jgomezdans/geog0133-practicals
if you have git installed -
Make sure you have Anaconda Python installed, and in the folder with the practicals issue the following command:
conda env create -f environment.yml
-
The previous command can take a while to run, and needs the internet to download stuff.
-
You can then (hopefully) just run
jupyter notebook
on that folder