.coveragerc
.flake8
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/supported_grids.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/examples/example_006_yt_method_access.ipynb
docs/examples/example_007_interpolation.ipynb
docs/examples/example_008_interpolation_with_refinement.ipynb
docs/examples/example_009_custom_transformations.ipynb
docs/examples/example_010_custom_interpolations.ipynb
docs/source/modules.rst
docs/source/yt_xarray.YtAccessor.rst
docs/source/yt_xarray.open_dataset.rst
docs/source/yt_xarray.sample_data.rst
docs/source/yt_xarray.transformations.rst
yt_xarray/__init__.py
yt_xarray/sample_data.py
yt_xarray/transformations.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/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/tests/__init__.py
yt_xarray/tests/test_accesor.py
yt_xarray/tests/test_chunking.py
yt_xarray/tests/test_grid_decomposition.py
yt_xarray/tests/test_optional_imports.py
yt_xarray/tests/test_sample_data.py
yt_xarray/tests/test_transformations.py
yt_xarray/tests/test_utilities.py
yt_xarray/tests/test_xr_to_yt.py
yt_xarray/tests/test_yt_wrappers.py
yt_xarray/utilities/__init__.py
yt_xarray/utilities/_grid_decomposition.py
yt_xarray/utilities/_utilities.py
yt_xarray/utilities/logging.py