SmartCane/python_app/harvest_detection_experiments/angata_improvements
Timon d075302efa feat: Add spectral extraction and analysis scripts for SC-161 and SC-162
- Implemented `run_spectral_extraction.py` to batch extract spectral indices (NDVI, BSI, NDWI) from 4-band TIFF files, saving results in a structured CSV format.
- Created `spectral_features.py` for calculating various spectral indices, including NDVI, BSI, NDWI, CI_green, CI_red, GNDVI, SAVI, and EVI2.
- Added Jupyter notebook `02_season_normalization_analysis.ipynb` for analyzing season-length normalization, comparing ESA and Angata spectral indices, and visualizing growth patterns.
- Included functions for computing season age, plotting trajectories, and performing peak and amplitude analysis.
2026-02-16 10:11:43 +01:00
..
00_validate_pivot_geojson.ipynb feat: Add spectral extraction and analysis scripts for SC-161 and SC-162 2026-02-16 10:11:43 +01:00
01_spectral_feature_exploration.py feat: Add spectral extraction and analysis scripts for SC-161 and SC-162 2026-02-16 10:11:43 +01:00
02_season_normalization_analysis.ipynb feat: Add spectral extraction and analysis scripts for SC-161 and SC-162 2026-02-16 10:11:43 +01:00
run_spectral_extraction.py feat: Add spectral extraction and analysis scripts for SC-161 and SC-162 2026-02-16 10:11:43 +01:00
spectral_features.py feat: Add spectral extraction and analysis scripts for SC-161 and SC-162 2026-02-16 10:11:43 +01:00