spyndex.axioms.Band

class spyndex.axioms.Band(band: dict)[source]

Band object.

This object allows interaction with specific bands in the the list of required bands for the Spectral Indices in the Awesome Spectral Indices list. Attributes of the Band can be accessed using this object.

See also

Bands

Bands object.

PlatformBand

PlatformBand object.

Examples

>>> import spyndex
>>> spyndex.bands.B
Band(B: Blue)
>>> spyndex.bands.B.long_name
'Blue'

Attributes

standard

Short name of the Band.

long_name

Description/Name of the Band.

short_name

Short name of the Band.

sentinel2a

Description of the band for the Sentinel-2A platform.

sentinel2b

Description of the band for the Sentinel-2B platform.

landsat4

Description of the band for the Landsat 4 platform.

landsat5

Description of the band for the Landsat 5 platform.

landsat7

Description of the band for the Landsat 7 platform.

landsat8

Description of the band for the Landsat 8 platform.

landsat9

Description of the band for the Landsat 9 platform.

modis

Description of the band for the MODIS platform.