- Script 80: Add fallback logic to detect and handle single-file mosaics
- Weekly stats utils: Support both tile-based and single-file mosaic detection
- Pipeline runner: Auto-detect mosaic mode (tiled vs single-file)
- Flexible grid size detection for tile-based projects (5x5, 10x10, etc)
Fixes:
- Script 80 now checks weekly_tile_max/{grid_size} first, falls back to weekly_mosaic
- calculate_field_statistics handles both tile patterns and single-file patterns
- run_full_pipeline detects project mode automatically
- All verification checks are now flexible and don't assume fixed paths
Projects like 'aura' (small ROI < 10km) will use single-file approach automatically
Projects like 'angata' (large ROI >= 10km) will use tile-based approach automatically
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| laravel_app | ||
| old_sh | ||
| python_app | ||
| r_app | ||
| renv | ||
| webapps | ||
| .gitignore | ||
| .renvignore | ||
| .Rprofile | ||
| 10_planet_download.sh | ||
| 20_ci_extraction.sh | ||
| 30_growth_model.sh | ||
| 40_mosaic_creation.sh | ||
| 80_calculate_kpis.sh | ||
| 90_kpi_report.sh | ||
| install.packages | ||
| package_manager.log | ||
| r_app.Rproj | ||
| renv.lock | ||