/forest-or-fuel

Reproduce the analysis from "Assessing the comparative productivity advantage of bioenergy feedstocks at different latitudes" (https://doi.org/10.1088/1748-9326/7/4/045906)

Primary LanguageJupyter Notebook

Forest or Fuel

Reproduce the analysis from Assessing the comparative productivity advantage of bioenergy feedstocks at different latitudes.

Set up

You'll need to install Pipenv first. Then:

$ pipenv install
$ pipenv run jupyter lab

Get the Data

You'll need the NetCDF files for the following datasets to run these notebooks.

EarthStat

Download the Harvested Area and Yield for 175 Crops and Potential Natural Vegetation dataset from earthstat.org/data-download. Place the yield data in data/crops and the vegetation data in data/biomes.

Climatic Research Unit Time-Series v4.01

Download the full temperature (tmp) and precipitation (pre) data (1901–2016) from the Centre for Environmental Data Analysis. You'll need to register for an account. Place the .nc files directly in data.