.gitignore
LICENSE
README.rst
conftest.py
pyproject.toml
setup.py
dimarray/__init__.py
dimarray/_version.py
dimarray/config.py
dimarray/dataset.py
dimarray/plotting.py
dimarray/prettyprinting.py
dimarray/testing.py
dimarray/tools.py
dimarray.egg-info/PKG-INFO
dimarray.egg-info/SOURCES.txt
dimarray.egg-info/dependency_links.txt
dimarray.egg-info/requires.txt
dimarray.egg-info/top_level.txt
dimarray/compat/__init__.py
dimarray/compat/pycompat.py
dimarray/convert/__init__.py
dimarray/core/__init__.py
dimarray/core/align.py
dimarray/core/axes.py
dimarray/core/bases.py
dimarray/core/dimarraycls.py
dimarray/core/indexing.py
dimarray/core/missingvalues.py
dimarray/core/operation.py
dimarray/core/reshape.py
dimarray/core/transform.py
dimarray/datasets/__init__.py
dimarray/datasets/add_metadata.py
dimarray/datasets/data/cmip5.CSIRO-Mk3-6-0.nc
dimarray/datasets/data/cmip5.GFDL-ESM2G.nc
dimarray/datasets/data/cmip5.HadGEM2-ES.nc
dimarray/datasets/data/cmip5.IPSL-CM5A-LR.nc
dimarray/datasets/data/cmip5.IPSL-CM5A-MR.nc
dimarray/datasets/data/cmip5.MIROC5.nc
dimarray/datasets/data/cmip5.MPI-ESM-MR.nc
dimarray/datasets/data/greenland_velocity.nc
dimarray/datasets/data/polyfits_greenland.dat
dimarray/io/__init__.py
dimarray/io/conventions.py
dimarray/io/nc.py
dimarray/lib/__init__.py
dimarray/lib/stats.py
dimarray/lib/transform.py
docs/.gitignore
docs/Makefile
docs/advanced.rst
docs/comparison_table.rst
docs/conf.py
docs/cookbook.rst
docs/data_structure.rst
docs/howtodoc.rst
docs/index.rst
docs/introduction.rst
docs/make.bat
docs/mirror.html
docs/readthedocs-pip-requirements.txt
docs/reference_api.axes.rst
docs/reference_api.dataset.rst
docs/reference_api.dimarray.rst
docs/reference_api.functions.rst
docs/reference_api.rst
docs/talks.rst
docs/touch.txt
docs/_notebooks_rst/create_dimarray.rst
docs/_notebooks_rst/data_structure_dimarray.rst
docs/_notebooks_rst/generic_function.rst
docs/_notebooks_rst/index.rst
docs/_notebooks_rst/indexing.rst
docs/_notebooks_rst/metadata.rst
docs/_notebooks_rst/netcdf.rst
docs/_notebooks_rst/reindexing.rst
docs/_notebooks_rst/reshape.rst
docs/_notebooks_rst/transformations.rst
docs/_notebooks_rst/tutorial.rst
docs/_notebooks_rst/netcdf_files/figure_4-1.png
docs/_notebooks_rst/projection_files/figure_16-2.png
docs/_notebooks_rst/projection_files/figure_18-1.png
docs/_notebooks_rst/projection_files/figure_40-1.png
docs/_notebooks_rst/projection_files/figure_45-1.png
docs/_notebooks_rst/projection_files/figure_50-2.png
docs/_notebooks_rst/reindexing_files/figure_18-1.png
docs/_notebooks_rst/reshape_files/output_21-0.html
docs/_notebooks_rst/tutorial_files/figure_80-2.png
docs/_notebooks_rst/tutorial_files/figure_82-3.png
docs/_notebooks_rst/tutorial_files/figure_83-1.png
docs/_notebooks_rst/tutorial_files/output_75-0.html
docs/notebooks/create_dimarray.ipynb
docs/notebooks/data_structure_dimarray.ipynb
docs/notebooks/generic_function.ipynb
docs/notebooks/indexing.ipynb
docs/notebooks/metadata.ipynb
docs/notebooks/netcdf.ipynb
docs/notebooks/reindexing.ipynb
docs/notebooks/reshape.ipynb
docs/notebooks/transformations.ipynb
docs/notebooks/tutorial.ipynb
docs/scripts/ipnbdoctest.py
docs/scripts/nbconvert_to_rst.py
docs/scripts/nbconvert_to_rst.sh
docs/scripts/nbformat.sh
docs/scripts/package_doc_pythonhosted.sh
docs/scripts/process_notebook.py
docs/talks/modstrat_dimarray.ipynb
tests/__init__.py
tests/test_align.py
tests/test_axes.py
tests/test_dataset.py
tests/test_dimarray.py
tests/test_indexing.py
tests/test_metadata.py
tests/test_mpl.py
tests/test_nc.py
tests/test_operations.py
tests/test_transformations.py