Model Course
Implementation
You need https://geopandas.org/en/stable/index.html, https://pandas.pydata.org/ and https://matplotlib.org/ installed to follow along.
We provide you with the following program that has already most of the code implemented. We explain where you can find which functionality in the following video.
Tasks:
- Discuss: Which general observations can you make?
- Play around with parameters: What happens if you increase e.g. transport costs, investment costs etc. Figure out to which parameters the model is sensitive!
- Just with geopandas: What happens if you restrict certain biomasses?
HINT: Working with real data
Working with real data is messy. There are some small missing or inconsistent data that will create you problems. E.g. using scenario ENS_High will not work but ENS_Med will. Also, that for example Greece is missing is not an accident, but rather a data problem. We do not ask you to analyse or solve these problems here, but we wanted to highlight it, so you see what can go wrong. Also be aware, that these problems might hinder you from doing all the sensitivity analysis you would like to do.
HINT: Problems to install geopandas
import visualisation as plotter
# import data_handler_wo_geopandas as data
# import visualisation_wo_geopandas as plotter
# import visualisation as plotter
import data_handler_wo_geopandas as data