.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/build-test.yml
.github/workflows/check-build.yml
.github/workflows/check-manifest.yml
.github/workflows/create-release.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/style-checks.yml
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/supported_grids.rst
docs/yt_xarray.accessor.rst
docs/yt_xarray.rst
docs/examples/example_001_xr_to_yt.ipynb
docs/examples/example_002_coord_aliases.ipynb
docs/examples/example_003_two_dimensional_fields.ipynb
docs/examples/example_004_xr_yt_cartopy.ipynb
docs/examples/example_005_chunked_data.ipynb
docs/source/modules.rst
docs/source/yt_xarray.accessor.rst
docs/source/yt_xarray.rst
tests/__init__.py
tests/lint_requirements.txt
tests/test_accesor.py
tests/test_chunking.py
tests/test_sample_data.py
tests/test_utilities.py
tests/test_xr_to_yt.py
yt_xarray/__init__.py
yt_xarray/sample_data.py
yt_xarray/yt_xarray.py
yt_xarray.egg-info/PKG-INFO
yt_xarray.egg-info/SOURCES.txt
yt_xarray.egg-info/dependency_links.txt
yt_xarray.egg-info/not-zip-safe
yt_xarray.egg-info/requires.txt
yt_xarray.egg-info/top_level.txt
yt_xarray/accessor/__init__.py
yt_xarray/accessor/_readers.py
yt_xarray/accessor/_xr_to_yt.py
yt_xarray/accessor/accessor.py
yt_xarray/utilities/__init__.py
yt_xarray/utilities/_utilities.py
yt_xarray/utilities/logging.py