.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.toml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pypipublish.yml
healpix_convert/__init__.py
healpix_convert/cache.py
healpix_convert/convert.py
healpix_convert/healpix_converters.py
healpix_convert/stac_operations.py
healpix_convert.egg-info/PKG-INFO
healpix_convert.egg-info/SOURCES.txt
healpix_convert.egg-info/dependency_links.txt
healpix_convert.egg-info/requires.txt
healpix_convert.egg-info/scm_file_list.json
healpix_convert.egg-info/scm_version.json
healpix_convert.egg-info/top_level.txt
healpix_convert/converters/__init__.py
healpix_convert/converters/cams.py
healpix_convert/converters/climatedt.py
healpix_convert/converters/era5.py
healpix_convert/core/__init__.py
healpix_convert/core/conversion_models.py
healpix_convert/core/healpix_conventions.py
healpix_convert/core/multiscales_conventions.py
healpix_convert/core/stac.py
healpix_convert/core/utils.py
healpix_convert/settings/__init__.py
healpix_convert/settings/cams.py
healpix_convert/settings/climatedt.py
healpix_convert/settings/common.py
healpix_convert/settings/era5.py
healpix_convert/tests/__init__.py
healpix_convert/tests/test_cf_healpix_conventions.py
healpix_convert/tests/test_healpix_conventions.py
healpix_convert/tests/test_multiscales_convention.py
healpix_convert/tests/test_settings_common.py
healpix_convert/tests/test_stac_item.py
healpix_convert/tests/test_stac_operations.py
healpix_convert/tests/test_utils.py
notebooks/cams_converter.ipynb
notebooks/climatedt_converter.ipynb
notebooks/era5_converter.ipynb