This scaffold defines the intended processing stages before model training.
- Build a Sentinel-2 image index with RGB, NIR, NDVI, cloud metadata, and source trace.
- Build hourly environmental features from ERA5-Land, CHIRPS, SMAP, and optional Open-Meteo cross-checks.
- Align multimodal samples using Sentinel-2 timestamp
t0as the anchor. - Generate traceable proxy stress labels in the
[0, 1]range. - Create spatiotemporal splits that avoid zone-time leakage.
- Package artifacts with checksums and validate the dataset contract.
Processing stops after dataset validation and versioning. Model training is out of scope for this phase.