This paper is written in latex and can be compiled into a pdf using the pdflatex
and latexmk
. I have provided a Makefile
to simplify the build process.
To build a pdf once:
make once
or to continually update the pdf as you make edits, simply:
make
Note: This paper is in a draft stage and should not be distributed without the authors' permission.
xarray: N-D labeled arrays and datasets in Python by Joseph Hamman is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Based on a work at https://github.com/pydata/xarray.