LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
doc/Makefile
doc/api-hidden.rst
doc/api.rst
doc/combining.rst
doc/computation.rst
doc/conf.py
doc/dask.rst
doc/data-structures.rst
doc/environment.yml
doc/examples.rst
doc/faq.rst
doc/groupby.rst
doc/index.rst
doc/indexing.rst
doc/installing.rst
doc/internals.rst
doc/io.rst
doc/pandas.rst
doc/plotting.rst
doc/reshaping.rst
doc/time-series.rst
doc/whats-new.rst
doc/why-xarray.rst
doc/_static/.gitignore
doc/_static/dask_array.png
doc/_static/dataset-diagram-build.sh
doc/_static/dataset-diagram-logo.png
doc/_static/dataset-diagram-logo.tex
doc/_static/dataset-diagram.png
doc/_static/dataset-diagram.tex
doc/_static/opendap-prism-tmax.png
doc/examples/monthly-means.rst
doc/examples/monthly_means_output.png
doc/examples/multidimensional-coords.rst
doc/examples/quick-overview.rst
doc/examples/weather-data.rst
doc/examples/_code/accessor_example.py
doc/examples/_code/weather_data_setup.py
doc/gallery/README.txt
doc/gallery/plot_cartopy_facetgrid.py
doc/gallery/plot_colorbar_center.py
doc/gallery/plot_rasterio.py
licenses/NUMPY_LICENSE
licenses/PANDAS_LICENSE
licenses/PYTHON_LICENSE
licenses/SEABORN_LICENSE
xarray/__init__.py
xarray/conventions.py
xarray/convert.py
xarray/testing.py
xarray/tutorial.py
xarray/ufuncs.py
xarray/version.py
xarray.egg-info/PKG-INFO
xarray.egg-info/SOURCES.txt
xarray.egg-info/dependency_links.txt
xarray.egg-info/requires.txt
xarray.egg-info/top_level.txt
xarray/backends/__init__.py
xarray/backends/api.py
xarray/backends/common.py
xarray/backends/h5netcdf_.py
xarray/backends/memory.py
xarray/backends/netCDF4_.py
xarray/backends/netcdf3.py
xarray/backends/pydap_.py
xarray/backends/pynio_.py
xarray/backends/rasterio_.py
xarray/backends/scipy_.py
xarray/core/__init__.py
xarray/core/accessors.py
xarray/core/alignment.py
xarray/core/combine.py
xarray/core/common.py
xarray/core/computation.py
xarray/core/coordinates.py
xarray/core/dask_array_ops.py
xarray/core/dataarray.py
xarray/core/dataset.py
xarray/core/dtypes.py
xarray/core/duck_array_ops.py
xarray/core/extensions.py
xarray/core/formatting.py
xarray/core/groupby.py
xarray/core/indexing.py
xarray/core/merge.py
xarray/core/npcompat.py
xarray/core/nputils.py
xarray/core/ops.py
xarray/core/options.py
xarray/core/pycompat.py
xarray/core/resample.py
xarray/core/rolling.py
xarray/core/utils.py
xarray/core/variable.py
xarray/plot/__init__.py
xarray/plot/default_colormap.csv
xarray/plot/facetgrid.py
xarray/plot/plot.py
xarray/plot/utils.py
xarray/tests/__init__.py
xarray/tests/test_accessors.py
xarray/tests/test_backends.py
xarray/tests/test_combine.py
xarray/tests/test_computation.py
xarray/tests/test_conventions.py
xarray/tests/test_dask.py
xarray/tests/test_dataarray.py
xarray/tests/test_dataset.py
xarray/tests/test_distributed.py
xarray/tests/test_duck_array_ops.py
xarray/tests/test_extensions.py
xarray/tests/test_formatting.py
xarray/tests/test_groupby.py
xarray/tests/test_indexing.py
xarray/tests/test_merge.py
xarray/tests/test_nputils.py
xarray/tests/test_options.py
xarray/tests/test_plot.py
xarray/tests/test_testing.py
xarray/tests/test_tutorial.py
xarray/tests/test_ufuncs.py
xarray/tests/test_utils.py
xarray/tests/test_variable.py
xarray/tests/data/bears.nc
xarray/tests/data/example_1.nc
xarray/tests/data/example_1.nc.gz
xarray/util/__init__.py
xarray/util/print_versions.py