.gitignore
.gitlab-ci.yml
LICENSE
README.md
RELEASE_NOTES.txt
mkdocs.yml
pyproject.toml
doc/access.md
doc/additional_resources.md
doc/advanced.md
doc/cli-ref.md
doc/credentials.md
doc/doc_requirements.txt
doc/gen_ref_pages.py
doc/index.md
doc/logo.png
doc/sample.md
doc/sample.py
doc/upload.md
doc/examples/__init__.py
doc/examples/basic.md
doc/examples/processing_examples_pyotb.md
doc/examples/processing_examples_rasterio.md
doc/examples/pyotb_ndvi_loss.py
doc/examples/pyotb_toa_mosaic.py
doc/examples/rio_metadata.py
doc/examples/rio_ndvi.py
doc/stylesheets/extra.css
teledetection/__init__.py
teledetection/cli.py
teledetection.egg-info/PKG-INFO
teledetection.egg-info/SOURCES.txt
teledetection.egg-info/dependency_links.txt
teledetection.egg-info/entry_points.txt
teledetection.egg-info/requires.txt
teledetection.egg-info/top_level.txt
teledetection/sdk/__init__.py
teledetection/sdk/http.py
teledetection/sdk/logger.py
teledetection/sdk/model.py
teledetection/sdk/oauth2.py
teledetection/sdk/py.typed
teledetection/sdk/settings.py
teledetection/sdk/signing.py
teledetection/sdk/utils.py
teledetection/upload/__init__.py
teledetection/upload/diff.py
teledetection/upload/py.typed
teledetection/upload/raster.py
teledetection/upload/stac.py
teledetection/upload/transfer.py
tests/Dockerfile.tests
tests/docker-compose.yml
tests/test_sdk.py
tests/test_upload.py
tests/utils.py