.flake8
.pre-commit-config.yaml
.pydocstyle.ini
.readthedocs.yaml
Changelog.rst
LICENSE.txt
README.md
environment.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/build-and-deploy-on-pypi.yml
.github/workflows/install-from-conda.yml
.github/workflows/pytest.yml
docs/Makefile
docs/custom.css
docs/make.bat
docs/requirements.txt
docs/source/api_dataset.rst
docs/source/api_dimension.rst
docs/source/api_group.rst
docs/source/api_reference.rst
docs/source/api_variable.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/genindex.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/netcdf_structure.rst
docs/source/quickstart.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_backends.py
tests/test_h5netcdf.py
tests/data/test.nc
tests/data/test1.kerchunk
tests/data/test1.nc
tests/data/test1.nc3
tests/data/test2.pp
tests/data/test.zarr2/zarr.json
tests/data/test.zarr3/zarr.json
tests/data/test.zarr3/forecast/zarr.json
tests/data/test.zarr3/forecast/lon/zarr.json
tests/data/test.zarr3/forecast/lon/c/0
tests/data/test.zarr3/forecast/lon_bnds/zarr.json
tests/data/test.zarr3/forecast/lon_bnds/c/0/0
tests/data/test.zarr3/forecast/lon_bnds/c/1/0
tests/data/test.zarr3/forecast/lon_bnds/c/2/0
tests/data/test.zarr3/forecast/lon_bnds/c/3/0
tests/data/test.zarr3/forecast/lon_bnds/c/4/0
tests/data/test.zarr3/forecast/lon_bnds/c/5/0
tests/data/test.zarr3/forecast/lon_bnds/c/6/0
tests/data/test.zarr3/forecast/lon_bnds/c/7/0
tests/data/test.zarr3/forecast/model/zarr.json
tests/data/test.zarr3/forecast/model/lat/zarr.json
tests/data/test.zarr3/forecast/model/lat/c/0
tests/data/test.zarr3/forecast/model/lat_bnds/zarr.json
tests/data/test.zarr3/forecast/model/lat_bnds/c/0/0
tests/data/test.zarr3/forecast/model/q/zarr.json
tests/data/test.zarr3/forecast/model/q/c/0/0
tests/data/test.zarr3/forecast/model/q/c/0/1
tests/data/test.zarr3/forecast/model/q/c/0/2
tests/data/test.zarr3/time/c
tests/data/test.zarr3/time/zarr.json
tests/data/test1.zarr2/.zattrs
tests/data/test1.zarr2/.zgroup
tests/data/test1.zarr2/.zmetadata
tests/data/test1.zarr2/lat/.zarray
tests/data/test1.zarr2/lat/.zattrs
tests/data/test1.zarr2/lat/0
tests/data/test1.zarr2/lat_bnds/.zarray
tests/data/test1.zarr2/lat_bnds/.zattrs
tests/data/test1.zarr2/lat_bnds/0.0
tests/data/test1.zarr2/lat_bnds/1.0
tests/data/test1.zarr2/lon/.zarray
tests/data/test1.zarr2/lon/.zattrs
tests/data/test1.zarr2/lon/0
tests/data/test1.zarr2/lon_bnds/.zarray
tests/data/test1.zarr2/lon_bnds/.zattrs
tests/data/test1.zarr2/lon_bnds/0.0
tests/data/test1.zarr2/lon_bnds/1.0
tests/data/test1.zarr2/q/.zarray
tests/data/test1.zarr2/q/.zattrs
tests/data/test1.zarr2/q/0.0
tests/data/test1.zarr2/q/0.1
tests/data/test1.zarr2/q/1.0
tests/data/test1.zarr2/q/1.1
tests/data/test1.zarr2/time/.zarray
tests/data/test1.zarr2/time/.zattrs
tests/data/test1.zarr2/time/0
xnetcdf/__init__.py
xnetcdf/xnetcdf.py
xnetcdf.egg-info/PKG-INFO
xnetcdf.egg-info/SOURCES.txt
xnetcdf.egg-info/dependency_links.txt
xnetcdf.egg-info/requires.txt
xnetcdf.egg-info/scm_file_list.json
xnetcdf.egg-info/scm_version.json
xnetcdf.egg-info/top_level.txt
xnetcdf/utils/__init__.py
xnetcdf/utils/utils_cdl.py
xnetcdf/utils/utils_general.py
xnetcdf/utils/utils_h5py.py
xnetcdf/utils/utils_hdf5.py
xnetcdf/utils/utils_netCDF4.py
xnetcdf/utils/utils_netcdf_file.py
xnetcdf/utils/utils_pyfive.py
xnetcdf/utils/utils_umfive.py
xnetcdf/utils/utils_xarray.py
xnetcdf/utils/utils_zarr.py