.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
setup.cfg
.github/workflows/on-push.yml
cgul/__init__.py
cgul/cli.py
cgul/harmonise.py
cgul/translate_coords.py
cgul/version.py
cgul.egg-info/PKG-INFO
cgul.egg-info/SOURCES.txt
cgul.egg-info/dependency_links.txt
cgul.egg-info/entry_points.txt
cgul.egg-info/requires.txt
cgul.egg-info/top_level.txt
cgul/coordinate_models/__init__.py
cgul/coordinate_models/cads.py
cgul/coordinate_models/cads_coordinates.py
cgul/coordinate_models/legacy_options.py
cgul/tools/__init__.py
cgul/tools/common_unit_fixes.py
cgul/tools/convert_units.py
cgul/tools/error_handler.py
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/getting_started/installing.md
docs/getting_started/overview.md
docs/getting_started/usage.md
tests/_test_objects.py
tests/test_00_version.py
tests/test_05_tools.py
tests/test_10_translate_coords.py
tests/test_15_harmonise.py
tests/test_20_main_commands.py