.gitignore
.gitlab-ci.yml
.readthedocs.yaml
LICENCE
README.md
notes.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
continuous-integration/condarc.yaml
continuous-integration/docs.yaml
continuous-integration/environment.yaml
docs/.gitignore
docs/Makefile
docs/cli.rst
docs/conf.py
docs/index.rst
docs/installing.rst
docs/live.py
docs/make.bat
docs/testing.rst
docs/_static/images/gbr4_temp.png
docs/api/accessors.rst
docs/api/emsarray.rst
docs/api/index.rst
docs/api/masking.rst
docs/api/operations.rst
docs/api/plot.rst
docs/api/tutorial.rst
docs/api/utils.rst
docs/api/cli/index.rst
docs/api/formats/arakawa-c.rst
docs/api/formats/grid.rst
docs/api/formats/index.rst
docs/api/formats/interface.rst
docs/api/formats/shoc.rst
docs/api/formats/ugrid.rst
docs/concepts/grids.rst
docs/concepts/index.rst
docs/concepts/indexing.rst
docs/examples/clip.ipynb
docs/examples/index.rst
docs/examples/plot.ipynb
src/emsarray/__init__.py
src/emsarray/__main__.py
src/emsarray/accessors.py
src/emsarray/masking.py
src/emsarray/nco.py
src/emsarray/operations.py
src/emsarray/plot.py
src/emsarray/tutorial.py
src/emsarray/types.py
src/emsarray/utils.py
src/emsarray.egg-info/PKG-INFO
src/emsarray.egg-info/SOURCES.txt
src/emsarray.egg-info/dependency_links.txt
src/emsarray.egg-info/entry_points.txt
src/emsarray.egg-info/requires.txt
src/emsarray.egg-info/top_level.txt
src/emsarray/cli/__init__.py
src/emsarray/cli/_operation.py
src/emsarray/cli/clip.py
src/emsarray/cli/exceptions.py
src/emsarray/cli/utils.py
src/emsarray/formats/__init__.py
src/emsarray/formats/_base.py
src/emsarray/formats/_helpers.py
src/emsarray/formats/arakawa_c.py
src/emsarray/formats/grid.py
src/emsarray/formats/shoc.py
src/emsarray/formats/ugrid.py
tests/__init__.py
tests/conftest.py
tests/test_accessors.py
tests/test_get_file_format.py
tests/test_nco.py
tests/test_plot.py
tests/test_utils.py
tests/utils.py
tests/cli/__init__.py
tests/cli/test_utils.py
tests/datasets/cfgrid1d.nc
tests/datasets/cfgrid2d.nc
tests/datasets/make_examples.py
tests/datasets/shoc_standard.nc
tests/datasets/ugrid_mesh2d.nc
tests/formats/__init__.py
tests/formats/test_base.py
tests/formats/test_cfgrid1d.py
tests/formats/test_cfgrid2d.py
tests/formats/test_shoc_standard.py
tests/formats/test_ugrid.py
tests/masking/__init__.py
tests/masking/test_mask_dataset.py
tests/masking/test_utils.py
tests/operations/__init__.py
tests/operations/test_normalize_depth_variables.py
tests/operations/test_ocean_floor.py
tests/operations/test_triangulate_dataset.py