DimapV2BandCombination#
- class DimapV2BandCombination(value)[source]#
Bases:
ListEnum
DIMAP V2 products band combination
See here (A.1.1.2 Variable Key Information) for more information.
- classmethod convert_from(to_convert: list | str) list #
Convert from a list or a string to an enum instance
- Parameters:
to_convert (Union[list, str]) – List or string to convert into an enum instance
- Returns:
Converted list
- Return type:
Example
>>> TsxPolarization.convert_from(["SINGLE", "S", TsxPolarization.QUAD]) [<TsxPolarization.SINGLE: 'S'>, <TsxPolarization.SINGLE: 'S'>, <TsxPolarization.QUAD: 'Q'>]
- classmethod from_value(val: Any) ListEnum #
Get the enum class from its value:
- Parameters:
val (Any) – Value of the Enum
- Returns:
Enum with value
- Return type:
ListEnum
Example
>>> TsxPolarization.from_value("Q") <TsxPolarization.QUAD: 'Q'>
- classmethod list_names() list #
Get the name list of this enum:
Example
>>> TsxPolarization.list_values() ["SINGLE", "DUAL", "QUAD", "TWIN"]
- classmethod list_values() list #
Get the value list of this enum
Example
>>> TsxPolarization.list_values() ["S", "D", "Q", "T"]
- MS = 'Multi Spectral'#
blue, red, green and near infrared. The product pixel size is 2 m (Ortho).
- Type:
The Multispectral product includes four Multispectral (colour) bands
- MS_FS = 'Multi Spectral Full'#
Multispectral (6 bands). Only Pleiades-Neo
- Type:
Full MS
- MS_N = 'Multi Spectral in natural color'#
blue, red, green and near infrared. The product pixel size is 2 m (Ortho). (3 bands: BLUE GREEN RED)
- Type:
The Multispectral product includes four Multispectral (colour) bands
- MS_X = 'Multi Spectral in false color'#
blue, red, green and near infrared. The product pixel size is 2 m (Ortho). (3 bands: GREEN RED NIR)
- Type:
The Multispectral product includes four Multispectral (colour) bands
- P = 'Panchromatic'#
The Pléiades Panchromatic product includes only one black and white band. It covers wavelengths between 0.47 and 0.83 μm of the visible spectrum. The product pixel size is 0.5 m (Ortho).
- PMS = 'Pansharpened Multi Spectral'#
Pan-sharpened products combine the visual coloured information of the Multispectral data with the details provided by of the Panchromatic data, resulting in a higher resolution 0.5 m colour product (4 bands)
- PMS_FS = 'Pansharpened Multi Spectral Full'#
Pansharpening (6 bands). Only Pleiades-Neo
- Type:
Full PMS
- PMS_N = 'Pansharpened Multi Spectral in natural color'#
Pan-sharpened products combine the visual coloured information of the Multispectral data with the details provided by of the Panchromatic data, resulting in a higher resolution 0.5 m colour product (3 bands: BLUE GREEN RED)
- PMS_X = 'Pansharpened Multi Spectral in false color'#
Pan-sharpened products combine the visual coloured information of the Multispectral data with the details provided by of the Panchromatic data, resulting in a higher resolution 0.5 m colour product (3 bands: GREEN RED NIR)