LICENSE
README.md
pyproject.toml
src/sentinel_crop_pipeline/__init__.py
src/sentinel_crop_pipeline/cli.py
src/sentinel_crop_pipeline.egg-info/PKG-INFO
src/sentinel_crop_pipeline.egg-info/SOURCES.txt
src/sentinel_crop_pipeline.egg-info/dependency_links.txt
src/sentinel_crop_pipeline.egg-info/entry_points.txt
src/sentinel_crop_pipeline.egg-info/requires.txt
src/sentinel_crop_pipeline.egg-info/top_level.txt
src/sentinel_crop_pipeline/dashboard/__init__.py
src/sentinel_crop_pipeline/dashboard/app.py
src/sentinel_crop_pipeline/dashboard/data.py
src/sentinel_crop_pipeline/discovery/__init__.py
src/sentinel_crop_pipeline/discovery/judge.py
src/sentinel_crop_pipeline/discovery/scene_selector.py
src/sentinel_crop_pipeline/discovery/providers/__init__.py
src/sentinel_crop_pipeline/discovery/providers/base.py
src/sentinel_crop_pipeline/discovery/providers/cdse.py
src/sentinel_crop_pipeline/discovery/providers/gee.py
src/sentinel_crop_pipeline/discovery/providers/registry.py
src/sentinel_crop_pipeline/labeling/__init__.py
src/sentinel_crop_pipeline/labeling/base.py
src/sentinel_crop_pipeline/labeling/cks.py
src/sentinel_crop_pipeline/labeling/rasterize.py
src/sentinel_crop_pipeline/labeling/vector.py
src/sentinel_crop_pipeline/patching/__init__.py
src/sentinel_crop_pipeline/patching/export.py
src/sentinel_crop_pipeline/patching/tiler.py
src/sentinel_crop_pipeline/preprocessing/__init__.py
src/sentinel_crop_pipeline/preprocessing/indices.py
src/sentinel_crop_pipeline/preprocessing/normalize.py
src/sentinel_crop_pipeline/preprocessing/pipeline.py
src/sentinel_crop_pipeline/preprocessing/resample.py
src/sentinel_crop_pipeline/preprocessing/scl_mask.py
src/sentinel_crop_pipeline/utils/__init__.py
src/sentinel_crop_pipeline/utils/config.py
src/sentinel_crop_pipeline/utils/env.py
src/sentinel_crop_pipeline/utils/geo.py
src/sentinel_crop_pipeline/utils/run_logger.py
tests/test_cdse_provider.py
tests/test_config_and_utils.py
tests/test_dashboard_data.py
tests/test_e2e_mock.py
tests/test_judge.py
tests/test_labeling.py
tests/test_patching.py
tests/test_preprocessing.py
tests/test_scene_selector.py