.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
pyproject.toml
usage.ipynb
.github/workflows/ci.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/FINDINGS.md
docs/RELEASING.md
iiq2img/__init__.py
iiq2img/converter.py
iiq2img/encode.py
iiq2img/georef.py
iiq2img/metadata.py
iiq2img/pipeline.py
iiq2img/repair.py
iiq2img.egg-info/PKG-INFO
iiq2img.egg-info/SOURCES.txt
iiq2img.egg-info/dependency_links.txt
iiq2img.egg-info/entry_points.txt
iiq2img.egg-info/requires.txt
iiq2img.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_batch.py
tests/test_cli.py
tests/test_convert.py
tests/test_enums.py
tests/test_georef.py
tests/test_image.py
tests/test_metadata.py
tests/test_pipeline_internals.py
tests/test_pipeline_parity.py
tests/test_read.py
tests/test_repair.py