spyndex.axioms.PlatformBand

class spyndex.axioms.PlatformBand(platform_band: dict)[source]

Platform Band object.

This object shows information about a specific band for a specific sensor or paltform.

See also

Bands

Bands object.

Band

Band object.

Examples

>>> import spyndex
>>> spyndex.bands.B.sentinel2a
PlatformBand(Platform: Sentinel-2A, Band: Blue)
    * Band: B2
    * Center Wavelength (nm): 492.4
    * Bandwidth (nm): 66.0
>>> spyndex.bands.B.sentinel2a.wavelength
492.4

Attributes

platform

Name of the Platform.

band

Band number/name for the specific Platform.

name

Description/Name of the Band for the specific Platform.

wavelength

Center wavelength of the Band (in nm) for the specific Platform.

bandwidth

Bandwidth of the Band (in nm) for the specific Platform.