SAR Indices function

Available with Image Analyst license.

Overview

Computes various SAR indices, such as Radar Vegetation Index (RVI), Radar Forest Degradation Index (RFDI), and Canopy Structure Index (CSI).

The formulas used for these indices depend on the polarizations available in the input radar dataset. This tool reads the input radar data and determines the appropriate polarization to use for the selected index formula and the available polarization bands.

Notes

The input radar data must be in linear units. If the radar data is in dB units, use the Unit Conversion function to convert the radar data from dB to linear units.

For the RFDI and RVI indexes, cities, deserts, and water bodies can have values corresponding to barren, degraded, and deforested landscapes, since little or no vegetation is inherent to these regions.

When the Index parameter is RVI or RFDI and the input data is quad-pol, the quad-pol algorithm will be used in the index computation. To use the dual-pol RVI or RFDI algorithms with quad-pol data, use the Extract Bands function first. RVI requires HH, HV; VV, VH; or HH, HV, VH, VV polarizations. RFDI requires HH, HV or VV, VH polarizations. CSI requires HH, VV polarizations.

Parameters

ParameterDescription

Raster

The input radar data.

Index

The SAR index that will be computed. This parameter dynamically updates based on the input radar data. CSI will only be listed if the input radar data contains HH and VV bands.

  • Radar Vegetation Index (RVI)—RVI is the ratio of cross-polarized backscatter to the total backscatter from all polarizations. The values range between 0 and 1. RVI values near 0 indicate barren landscapes, and larger values indicate vegetated landscapes. This is the default.
  • Radar Forest Degradation Index (RFDI)—RFDI is the normalized difference between copolarized and cross-polarized backscatter. Lower RFDI values (less than 0.3) indicate a denser forest. Moderate RFDI values (between 0.4 and 0.6) indicate degraded forests. Higher RFDI values (greater than 0.6) indicate deforested landscapes.
  • Canopy Structure Index (CSI)—CSI is the normalized difference of copolarized backscatter (HH, VV). The values range between -1 and +1 in which canopies dominated with vertical structures will have CSI values near -1, and those dominated with horizontal structures will have CSI values near 1.

Related topics