User Guides
Band Ratios

Calculating band ratios

biosnicar typically returns spectral albedo for a given input configuration. However, for many applications, especially those related to remote sensing, don't actually need full spectral resolution. Instead, they require a few bands that match up with some remote sensor, such as a particular satellite or a drone camera.

A set of simple band ratios come built-in with biosnicar. You can execute the following after generating an albedo estimate:

I2DBA, I3DBA, NDCI, MCI, II = calculate_band_ratios(albedo)

This returns values for the following band ratios:

For serious remote sensing products, there may also need to be some further manipulation of the biosnicar output, typically extracting the albedo for a given set of wavelengths and applying the sensor's response function.