ReProductType#
- class ReProductType(value)[source]#
Bases:
ListEnumRapidEye product types (processing levels)
See Product specs 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 (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"]
- L1B = 'RapidEye Basic Scene Product'#
Radiometric and sensor corrections applied to the data. On-board spacecraft attitude and ephemeris applied to the data.
- L3A = 'RapidEye Ortho Tile Product'#
Radiometric and sensor corrections applied to the data. Imagery is orthorectified using the RPCs and an elevation model.