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
BandsBands object.
PlatformBandPlatformBand object.
Examples
>>> import spyndex >>> spyndex.bands.B Band(B: Blue) >>> spyndex.bands.B.long_name 'Blue'
Attributes
standardShort name of the Band.
long_nameDescription/Name of the Band.
short_nameShort name of the Band.
sentinel2aDescription of the band for the Sentinel-2A platform.
sentinel2bDescription of the band for the Sentinel-2B platform.
landsat4Description of the band for the Landsat 4 platform.
landsat5Description of the band for the Landsat 5 platform.
landsat7Description of the band for the Landsat 7 platform.
landsat8Description of the band for the Landsat 8 platform.
landsat9Description of the band for the Landsat 9 platform.
modisDescription of the band for the MODIS platform.