.gitignore
CHANGELOG.md
LICENSE
README.md
environment.yml
pyproject.toml
requirements-static.txt
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-and-deploy-test.yml
.github/workflows/build-and-deploy.yml
.github/workflows/changelog.yml
.github/workflows/labeled-pr.yml
.github/workflows/release-checklist-comment.yml
.github/workflows/release.yml
.github/workflows/static-analysis.yml
.github/workflows/tag-version.yml
.github/workflows/test.yml
assets/satchip_schema.svg
scripts/open_chips.py
src/satchip/__init__.py
src/satchip/chip_data.py
src/satchip/chip_hls.py
src/satchip/chip_label.py
src/satchip/chip_sentinel1rtc.py
src/satchip/chip_sentinel2.py
src/satchip/chip_view.py
src/satchip/chip_xr_base.py
src/satchip/major_tom_grid.py
src/satchip/terra_mind_grid.py
src/satchip/utils.py
src/satchip.egg-info/PKG-INFO
src/satchip.egg-info/SOURCES.txt
src/satchip.egg-info/dependency_links.txt
src/satchip.egg-info/entry_points.txt
src/satchip.egg-info/not-zip-safe
src/satchip.egg-info/requires.txt
src/satchip.egg-info/top_level.txt
tests/test_chip_sentinel1rtc.py
tests/test_stub.py
tests/test_terra_mind_grid.py