Skip to content

babiyivan/subsurface-scattering-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Subsurface Scattering Prediction

Baseline accuracy across Iberian Peninsula Soil category map with predicted classes

Left: Soil categories from ASCAT data. Right: Accuracy of baseline predictions for mixed soil areas.

Project Overview

  • Detect subsurface scattering in Metop-ASCAT soil moisture retrievals using microwave backscatter, slope, and curvature features.
  • Targets arid and semi-arid regions where surface-dry soils produce non-monotonic backscatter responses.
  • Binary classification distinguishes surface-dominated (wet edge) vs. subsurface-dominated (dry edge) signals to improve downstream soil moisture accuracy.

Workflow

  1. Data curation: Assemble ASCAT 12.5 km backscatter (gpi_ascat), ERA5-Land and GLDAS soil moisture, plus topographic slope and curvature derivatives.
  2. Feature engineering: Build temporal summaries (rolling means, daily differences) and combine with vegetation/precipitation indicators for experiments.
  3. Per-pixel modelling: Train a random forest classifier for each ASCAT grid cell; capture feature importances and probability outputs.
  4. Evaluation: Track accuracy, precision, and recall per pixel; visualise spatial performance and class balance issues.

Key Findings

  • Baseline features (backscatter + slope + curvature) yielded the most stable results, often >80% accuracy across the Iberian Peninsula test region.
  • Extended temporal features (15/30/60-day rolling means, first/second differences) provided marginal gains while increasing training cost.
  • Class imbalance remains a limitation; pixels with sparse wet events require careful interpretation despite high headline accuracy.

Repository Layout

  • notebooks/: Jupyter notebooks covering data ingestion, feature engineering, and model training iterations.
  • docs/report.pdf: Final write-up detailing methodology, experiments, and discussion.
  • docs/proposal.pdf: Original project proposal and research questions.
  • docs/poster.pdf: Poster summarising results and visualisations.

About

Automatic detection of subsurface scattering in Metop ASCAT 12.5 km backscatter with ASCAT Slope/Curvature with Machine Learning, for the course Interdisciplinary Project in Data Science at the Remote Sensing Research Unit, TU Wien.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors