This repository contains example Jupyter Notebooks for emsarray.
This notebook shows the basics of plotting datasets and variables using emsarray.
This notebook shows how to clip a dataset to a region, to extract a geographic subset of your data.
This notebook shows how to plot a vertical transect through a dataset.
This notebook demonstrates some simple animations that emsarray can generate. The animations can be across time, or across another axis such as depth.
This notebook draws plots using the popular bokeh library, as an alternative to matplotlib.
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
You can explore these notebooks online without downloading them using Binder.