Skip to content

csiro-coasts/emsarray-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example Jupyter notebooks for emsarray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published