This repository contains a series of notebooks used in workshops to introduce scientific Python to peers at the Institute for Environmental Sciences (IVM), Vrije Universiteit Amsterdam.
To run the notebooks in the cloud using Binder(https://mybinder.org) click on this badge:
To run the notebooks locally you need to have python installed. We advice to use a Minicoda(https://docs.conda.io/en/latest/miniconda.html) distribution and create a new conda environment using:
conda env create -f environment.yml
- Workshop1_xarray is largely based on https://github.com/iiasa/xarray_tutorial by @iiasa
- Workshop2_gis is largely based on https://github.com/patrickcgray/open-geo-tutorial by @patrickcgray