Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.47 KB

emsarray-notebooks

This repository contains example Jupyter Notebooks for emsarray.

Notebooks

plot.ipynb

This notebook shows the basics of plotting datasets and variables using emsarray.

clip.ipynb

This notebook shows how to clip a dataset to a region, to extract a geographic subset of your data.

transect.ipynb

This notebook shows how to plot a vertical transect through a dataset.

animation.ipynb

This notebook demonstrates some simple animations that emsarray can generate. The animations can be across time, or across another axis such as depth.

bokeh.ipynb

This notebook draws plots using the popular bokeh library, as an alternative to matplotlib.

Running the notebooks

Local copy

To explore these notebooks locally, clone the repository, install the dependencies, and launch Jupyter Lab:

$ git clone https://github.com/csiro-coasts/emsarray-notebooks
$ cd emsarray-notebooks
$ conda env create --name emsarray-notebooks --file ./environment.yaml
$ conda activate emsarray-notebooks
$ jupyter-lab

Binder

Binder

You can explore these notebooks online without downloading them using Binder.