LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
doc/Makefile
doc/README.rst
doc/api-hidden.rst
doc/api.rst
doc/combining.rst
doc/computation.rst
doc/conf.py
doc/contributing.rst
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/ci.png
doc/_static/dask_array.png
doc/_static/dataset-diagram-build.sh
doc/_static/dataset-diagram-logo copy.png
doc/_static/dataset-diagram-logo-dark.aux
doc/_static/dataset-diagram-logo-dark.fdb_latexmk
doc/_static/dataset-diagram-logo-dark.fls
doc/_static/dataset-diagram-logo-dark.log
doc/_static/dataset-diagram-logo-dark.pdf
doc/_static/dataset-diagram-logo-dark.png
doc/_static/dataset-diagram-logo-dark.tex
doc/_static/dataset-diagram-logo.aux
doc/_static/dataset-diagram-logo.log
doc/_static/dataset-diagram-logo.pdf
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/_static/style.css
doc/_templates/layout.html
doc/auto_gallery/auto_gallery_jupyter.zip
doc/auto_gallery/auto_gallery_python.zip
doc/auto_gallery/control_plot_colorbar.ipynb
doc/auto_gallery/control_plot_colorbar.py
doc/auto_gallery/control_plot_colorbar.rst
doc/auto_gallery/index.rst
doc/auto_gallery/plot_cartopy_facetgrid.ipynb
doc/auto_gallery/plot_cartopy_facetgrid.py
doc/auto_gallery/plot_cartopy_facetgrid.py.md5
doc/auto_gallery/plot_cartopy_facetgrid.rst
doc/auto_gallery/plot_colorbar_center.ipynb
doc/auto_gallery/plot_colorbar_center.py
doc/auto_gallery/plot_colorbar_center.py.md5
doc/auto_gallery/plot_colorbar_center.rst
doc/auto_gallery/plot_lines_from_2d.ipynb
doc/auto_gallery/plot_lines_from_2d.py
doc/auto_gallery/plot_lines_from_2d.py.md5
doc/auto_gallery/plot_lines_from_2d.rst
doc/auto_gallery/plot_rasterio.ipynb
doc/auto_gallery/plot_rasterio.py
doc/auto_gallery/plot_rasterio.py.md5
doc/auto_gallery/plot_rasterio.rst
doc/auto_gallery/plot_rasterio_rgb.ipynb
doc/auto_gallery/plot_rasterio_rgb.py
doc/auto_gallery/plot_rasterio_rgb.py.md5
doc/auto_gallery/plot_rasterio_rgb.rst
doc/auto_gallery/images/sphx_glr_plot_cartopy_facetgrid_001.png
doc/auto_gallery/images/sphx_glr_plot_colorbar_center_001.png
doc/auto_gallery/images/sphx_glr_plot_lines_from_2d_001.png
doc/auto_gallery/images/sphx_glr_plot_rasterio_001.png
doc/auto_gallery/images/sphx_glr_plot_rasterio_rgb_001.png
doc/auto_gallery/images/thumb/sphx_glr_control_plot_colorbar_thumb.png
doc/auto_gallery/images/thumb/sphx_glr_plot_cartopy_facetgrid_thumb.png
doc/auto_gallery/images/thumb/sphx_glr_plot_colorbar_center_thumb.png
doc/auto_gallery/images/thumb/sphx_glr_plot_lines_from_2d_thumb.png
doc/auto_gallery/images/thumb/sphx_glr_plot_rasterio_rgb_thumb.png
doc/auto_gallery/images/thumb/sphx_glr_plot_rasterio_thumb.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/control_plot_colorbar.py
doc/gallery/plot_cartopy_facetgrid.py
doc/gallery/plot_colorbar_center.py
doc/gallery/plot_lines_from_2d.py
doc/gallery/plot_rasterio.py
doc/gallery/plot_rasterio_rgb.py
licenses/DASK_LICENSE
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/backends/zarr.py
xarray/coding/__init__.py
xarray/coding/strings.py
xarray/coding/times.py
xarray/coding/variables.py
xarray/core/__init__.py
xarray/core/accessors.py
xarray/core/alignment.py
xarray/core/arithmetic.py
xarray/core/combine.py
xarray/core/common.py
xarray/core/computation.py
xarray/core/coordinates.py
xarray/core/dask_array_compat.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/missing.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_coding.py
xarray/tests/test_coding_times.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_dtypes.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_missing.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