nicolasfauchereau / climate_data_analytics

Material (Jupyter Notebooks) for the University of Otago Climate Data and Analytics Workshop (26 May 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University of Otago Climate Data and Analytics Workshop (26 May 2022)

This github repository contains material for an introductory workshop on using the Python scientific 'ecosystem' to access and analyse climate data, given for the He Kaupapa Hononga and Otago Climate Change Postgraduate Network (OCCPN).

The introductory slides can be found here

In the notebooks folder, you will find 6 Jupyter notebooks:


creating a Python environment with the required packages

The first step is to download and install either the anaconda or the mambaforge Python distribution.

You can then download (or git clone) the content of this repository (e.g. 'code / Download ZIP` in the upper right)

The environment.yml file provides the list of packages used or relied upon for this workshop.

You can create a climatedata environment using conda or mamba by typing:

conda env create -f environment.yml

or

mamba env create -f environment.yml​

in a terminal

The environment is activated using

conda activate climatedata

or

mamba activate climatedata 

Then navigate to the notebooks folder and type

jupyter notebook

for the classic notebook interface, or

jupyter lab

For jupyterlab

Any questions: Nicolas Fauchereau

About

Material (Jupyter Notebooks) for the University of Otago Climate Data and Analytics Workshop (26 May 2022)


Languages

Language:Jupyter Notebook 100.0%