UN OG Training: Exercise Answer Template

UN OG Training: Exercise Answer Template#

This Notebook is included in the UN OG Training repository as a template for the answers to the exercises. In order to use this Notebook without having Python installed on your local computer, you can simply click on the rocket ship button above and then select Google Colab. This will open this notebook in Google Colaboratory, where you can execute cells as in any Jupyter Notebook (basic instructions or use of a Notebook) without needed any local python installation. You will need a Google account to save this notebook to your Drive.

%%capture
# the capture magic command above is to supress output from pip when
# installing ogzaf package
# import some packages you'll use in the exercises
import numpy as np
import pandas as pd
import scipy
import matplotlib.pyplot as plt
!pip install git+https://github.com/EAPD-DRB/OG-ZAF.git
import ogzaf  # The OG-ZAF model, from which you will use some functions