spectral_bsi
Calculate Bare Soil Index (BSI) using SWIR, Red, NIR, and Blue bands to map exposed soil and monitor desertification.
Instructions
Calculate Bare Soil Index (BSI) from SWIR, Red, NIR, and Blue band reflectance values. BSI = ((SWIR + Red) - (NIR + Blue)) / ((SWIR + Red) + (NIR + Blue)). Values range from -1 to 1. Used for mapping exposed soil, desertification monitoring, and distinguishing bare soil from vegetated and built-up areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nir | Yes | NIR band reflectance value (0–1). Near-Infrared band, typically Sentinel-2 Band 8 or Landsat Band 5. | |
| red | Yes | Red band reflectance value (0–1). Red visible band, typically Sentinel-2 Band 4 or Landsat Band 4. | |
| blue | Yes | Blue band reflectance value (0–1). Blue visible band, typically Sentinel-2 Band 2 or Landsat Band 2. | |
| swir | Yes | SWIR band reflectance value (0–1). Shortwave Infrared band, typically Sentinel-2 Band 11 or Landsat Band 6. |