.codecov.yml
.git-blame-ignore-revs
.git_archival.txt
.gitattributes
.gitignore
.pep8speaks.yml
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HOW_TO_RELEASE.md
LICENSE
README.md
conftest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
.binder/environment.yml
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/labeler.yml
.github/stale.yml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/misc.yml
.github/ISSUE_TEMPLATE/newfeature.yml
.github/workflows/benchmarks.yml
.github/workflows/ci-additional.yaml
.github/workflows/ci.yaml
.github/workflows/configure-testpypi-version.py
.github/workflows/label-all.yml
.github/workflows/label-prs.yml
.github/workflows/parse_logs.py
.github/workflows/publish-test-results.yaml
.github/workflows/pypi-release.yaml
.github/workflows/testpypi-release.yaml
.github/workflows/upstream-dev-ci.yaml
asv_bench/asv.conf.json
asv_bench/benchmarks/README_CI.md
asv_bench/benchmarks/__init__.py
asv_bench/benchmarks/combine.py
asv_bench/benchmarks/dataarray_missing.py
asv_bench/benchmarks/dataset_io.py
asv_bench/benchmarks/groupby.py
asv_bench/benchmarks/import.py
asv_bench/benchmarks/indexing.py
asv_bench/benchmarks/interp.py
asv_bench/benchmarks/merge.py
asv_bench/benchmarks/pandas.py
asv_bench/benchmarks/polyfit.py
asv_bench/benchmarks/reindexing.py
asv_bench/benchmarks/renaming.py
asv_bench/benchmarks/repr.py
asv_bench/benchmarks/rolling.py
asv_bench/benchmarks/unstacking.py
ci/install-upstream-wheels.sh
ci/min_deps_check.py
ci/requirements/all-but-dask.yml
ci/requirements/bare-minimum.yml
ci/requirements/doc.yml
ci/requirements/environment-windows.yml
ci/requirements/environment.yml
ci/requirements/min-all-deps.yml
design_notes/flexible_indexes_notes.md
doc/Makefile
doc/README.rst
doc/api-hidden.rst
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/developers-meeting.rst
doc/ecosystem.rst
doc/gallery.rst
doc/gallery.yml
doc/howdoi.rst
doc/index.rst
doc/roadmap.rst
doc/tutorials-and-videos.rst
doc/videos.yml
doc/whats-new.rst
doc/_static/.gitignore
doc/_static/advanced_selection_interpolation.svg
doc/_static/ci.png
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-square-logo.png
doc/_static/dataset-diagram-square-logo.tex
doc/_static/dataset-diagram.png
doc/_static/dataset-diagram.tex
doc/_static/favicon.ico
doc/_static/index_api.svg
doc/_static/index_contribute.svg
doc/_static/index_getting_started.svg
doc/_static/index_user_guide.svg
doc/_static/numfocus_logo.png
doc/_static/opendap-prism-tmax.png
doc/_static/style.css
doc/_static/thumbnails/ERA5-GRIB-example.png
doc/_static/thumbnails/ROMS_ocean_model.png
doc/_static/thumbnails/area_weighted_temperature.png
doc/_static/thumbnails/monthly-means.png
doc/_static/thumbnails/multidimensional-coords.png
doc/_static/thumbnails/toy-weather-data.png
doc/_static/thumbnails/visualization_gallery.png
doc/_templates/autosummary/accessor.rst
doc/_templates/autosummary/accessor_attribute.rst
doc/_templates/autosummary/accessor_callable.rst
doc/_templates/autosummary/accessor_method.rst
doc/examples/ERA5-GRIB-example.ipynb
doc/examples/ROMS_ocean_model.ipynb
doc/examples/apply_ufunc_vectorize_1d.ipynb
doc/examples/area_weighted_temperature.ipynb
doc/examples/blank_template.ipynb
doc/examples/monthly-means.ipynb
doc/examples/monthly_means_output.png
doc/examples/multidimensional-coords.ipynb
doc/examples/visualization_gallery.ipynb
doc/examples/weather-data.ipynb
doc/examples/_code/accessor_example.py
doc/gallery/README.txt
doc/gallery/plot_cartopy_facetgrid.py
doc/gallery/plot_colorbar_center.py
doc/gallery/plot_control_colorbar.py
doc/gallery/plot_lines_from_2d.py
doc/gallery/plot_rasterio.py
doc/gallery/plot_rasterio_rgb.py
doc/getting-started-guide/faq.rst
doc/getting-started-guide/index.rst
doc/getting-started-guide/installing.rst
doc/getting-started-guide/quick-overview.rst
doc/getting-started-guide/why-xarray.rst
doc/internals/duck-arrays-integration.rst
doc/internals/extending-xarray.rst
doc/internals/how-to-add-new-backend.rst
doc/internals/index.rst
doc/internals/variable-objects.rst
doc/internals/zarr-encoding-spec.rst
doc/user-guide/combining.rst
doc/user-guide/computation.rst
doc/user-guide/dask.rst
doc/user-guide/data-structures.rst
doc/user-guide/duckarrays.rst
doc/user-guide/groupby.rst
doc/user-guide/index.rst
doc/user-guide/indexing.rst
doc/user-guide/interpolation.rst
doc/user-guide/io.rst
doc/user-guide/options.rst
doc/user-guide/pandas.rst
doc/user-guide/plotting.rst
doc/user-guide/reshaping.rst
doc/user-guide/terminology.rst
doc/user-guide/time-series.rst
doc/user-guide/weather-climate.rst
licenses/DASK_LICENSE
licenses/ICOMOON_LICENSE
licenses/NUMPY_LICENSE
licenses/PANDAS_LICENSE
licenses/PYTHON_LICENSE
licenses/SCIKIT_LEARN_LICENSE
licenses/SEABORN_LICENSE
properties/README.md
properties/conftest.py
properties/test_encode_decode.py
properties/test_pandas_roundtrip.py
xarray/__init__.py
xarray/conventions.py
xarray/convert.py
xarray/py.typed
xarray/testing.py
xarray/tutorial.py
xarray.egg-info/PKG-INFO
xarray.egg-info/SOURCES.txt
xarray.egg-info/dependency_links.txt
xarray.egg-info/not-zip-safe
xarray.egg-info/requires.txt
xarray.egg-info/top_level.txt
xarray/backends/__init__.py
xarray/backends/api.py
xarray/backends/cfgrib_.py
xarray/backends/common.py
xarray/backends/file_manager.py
xarray/backends/h5netcdf_.py
xarray/backends/locks.py
xarray/backends/lru_cache.py
xarray/backends/memory.py
xarray/backends/netCDF4_.py
xarray/backends/netcdf3.py
xarray/backends/plugins.py
xarray/backends/pseudonetcdf_.py
xarray/backends/pydap_.py
xarray/backends/pynio_.py
xarray/backends/rasterio_.py
xarray/backends/scipy_.py
xarray/backends/store.py
xarray/backends/zarr.py
xarray/coding/__init__.py
xarray/coding/calendar_ops.py
xarray/coding/cftime_offsets.py
xarray/coding/cftimeindex.py
xarray/coding/frequencies.py
xarray/coding/strings.py
xarray/coding/times.py
xarray/coding/variables.py
xarray/core/__init__.py
xarray/core/_aggregations.py
xarray/core/_typed_ops.py
xarray/core/_typed_ops.pyi
xarray/core/accessor_dt.py
xarray/core/accessor_str.py
xarray/core/alignment.py
xarray/core/arithmetic.py
xarray/core/combine.py
xarray/core/common.py
xarray/core/computation.py
xarray/core/concat.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/formatting_html.py
xarray/core/groupby.py
xarray/core/indexes.py
xarray/core/indexing.py
xarray/core/merge.py
xarray/core/missing.py
xarray/core/nanops.py
xarray/core/npcompat.py
xarray/core/nputils.py
xarray/core/ops.py
xarray/core/options.py
xarray/core/parallel.py
xarray/core/pdcompat.py
xarray/core/pycompat.py
xarray/core/resample.py
xarray/core/resample_cftime.py
xarray/core/rolling.py
xarray/core/rolling_exp.py
xarray/core/types.py
xarray/core/utils.py
xarray/core/variable.py
xarray/core/weighted.py
xarray/indexes/__init__.py
xarray/plot/__init__.py
xarray/plot/accessor.py
xarray/plot/dataarray_plot.py
xarray/plot/dataset_plot.py
xarray/plot/facetgrid.py
xarray/plot/utils.py
xarray/static/__init__.py
xarray/static/css/__init__.py
xarray/static/css/style.css
xarray/static/html/__init__.py
xarray/static/html/icons-svg-inline.html
xarray/tests/__init__.py
xarray/tests/conftest.py
xarray/tests/test_accessor_dt.py
xarray/tests/test_accessor_str.py
xarray/tests/test_array_api.py
xarray/tests/test_backends.py
xarray/tests/test_backends_api.py
xarray/tests/test_backends_common.py
xarray/tests/test_backends_file_manager.py
xarray/tests/test_backends_locks.py
xarray/tests/test_backends_lru_cache.py
xarray/tests/test_calendar_ops.py
xarray/tests/test_cftime_offsets.py
xarray/tests/test_cftimeindex.py
xarray/tests/test_cftimeindex_resample.py
xarray/tests/test_coarsen.py
xarray/tests/test_coding.py
xarray/tests/test_coding_strings.py
xarray/tests/test_coding_times.py
xarray/tests/test_combine.py
xarray/tests/test_computation.py
xarray/tests/test_concat.py
xarray/tests/test_conventions.py
xarray/tests/test_cupy.py
xarray/tests/test_dask.py
xarray/tests/test_dataarray.py
xarray/tests/test_dataset.py
xarray/tests/test_deprecation_helpers.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_formatting_html.py
xarray/tests/test_groupby.py
xarray/tests/test_indexes.py
xarray/tests/test_indexing.py
xarray/tests/test_interp.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_plugins.py
xarray/tests/test_print_versions.py
xarray/tests/test_rolling.py
xarray/tests/test_sparse.py
xarray/tests/test_testing.py
xarray/tests/test_tutorial.py
xarray/tests/test_ufuncs.py
xarray/tests/test_units.py
xarray/tests/test_utils.py
xarray/tests/test_variable.py
xarray/tests/test_weighted.py
xarray/tests/data/bears.nc
xarray/tests/data/example.grib
xarray/tests/data/example.ict
xarray/tests/data/example.uamiv
xarray/tests/data/example_1.nc
xarray/tests/data/example_1.nc.gz
xarray/util/__init__.py
xarray/util/deprecation_helpers.py
xarray/util/generate_aggregations.py
xarray/util/generate_ops.py
xarray/util/print_versions.py