.gitignore
.trufflehog.txt
CHANGELOG.md
LICENSE.txt
README.md
environment.yml
pyproject.toml
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/changelog.yml
.github/workflows/distribute.yml
.github/workflows/labeled-pr.yml
.github/workflows/release-github.yml
.github/workflows/static-analysis.yml
.github/workflows/tag.yml
.github/workflows/test.yml
notebooks/Basic_Demo.ipynb
notebooks/ESA_World_Cover_Plotting.ipynb
notebooks/tile_creation/0_Organize_Hansen_Landsat_Mosaics.ipynb
notebooks/tile_creation/1_ESA_World_Cover.ipynb
notebooks/tile_creation/2_Peckel_Water_Mask.ipynb
notebooks/tile_creation/3_s1_2020_vv_coherence.ipynb
notebooks/tile_creation/4_100m_Copernicus_landcover.ipynb
notebooks/tile_creation/5_HAND.ipynb
notebooks/tile_creation/6_RADD.ipynb
src/tile_mate/__init__.py
src/tile_mate/exceptions.py
src/tile_mate/stitcher.py
src/tile_mate/tile_model.py
src/tile_mate.egg-info/PKG-INFO
src/tile_mate.egg-info/SOURCES.txt
src/tile_mate.egg-info/dependency_links.txt
src/tile_mate.egg-info/not-zip-safe
src/tile_mate.egg-info/requires.txt
src/tile_mate.egg-info/top_level.txt
src/tile_mate/data/asf_hand_2021.geojson.zip
src/tile_mate/data/cop_100m_lulc_discrete_classes.geojson.zip
src/tile_mate/data/esa_world_cover_2020.geojson.zip
src/tile_mate/data/esa_world_cover_2021.geojson.zip
src/tile_mate/data/hansen_landsat_mosaic_2022.geojson.zip
src/tile_mate/data/pekel_water_occurrence_2021.geojson.zip
src/tile_mate/data/radd_deforestation_alerts_2022.geojson.zip
src/tile_mate/data/s1_coherence_2020.geojson.zip
tests/test_stitch_api.py