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.
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
platformName of the Platform.
bandBand number/name for the specific Platform.
nameDescription/Name of the Band for the specific Platform.
wavelengthCenter wavelength of the Band (in nm) for the specific Platform.
bandwidthBandwidth of the Band (in nm) for the specific Platform.