LICENSE
README.md
pyproject.toml
setup.py
src/arlmet/__init__.py
src/arlmet/_pack.c
src/arlmet/_pack.pyi
src/arlmet/_time.py
src/arlmet/collection.py
src/arlmet/file.py
src/arlmet/grid.py
src/arlmet/header.py
src/arlmet/index.py
src/arlmet/packing.py
src/arlmet/py.typed
src/arlmet/record.py
src/arlmet/recordset.py
src/arlmet/sampling.py
src/arlmet/sources.py
src/arlmet/subset.py
src/arlmet/vertical.py
src/arlmet.egg-info/PKG-INFO
src/arlmet.egg-info/SOURCES.txt
src/arlmet.egg-info/dependency_links.txt
src/arlmet.egg-info/requires.txt
src/arlmet.egg-info/top_level.txt
src/arlmet/xarray/__init__.py
src/arlmet/xarray/_accessor.py
src/arlmet/xarray/_backend.py
src/arlmet/xarray/_coords.py
src/arlmet/xarray/_vertical.py
src/arlmet/xarray/dataset.py
tests/test_grid.py
tests/test_low_level.py
tests/test_metadata.py
tests/test_packing.py
tests/test_pkg.py
tests/test_sampling.py
tests/test_sources.py
tests/test_subset.py
tests/test_subset_slow.py
tests/test_vertical.py
tests/test_writer.py