UmbraProductType#
- class UmbraProductType(value)[source]#
Bases:
ListEnum
Umbra products types. Take a look to the specifications.
- 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"]
- CPHD = 'CPHD'#
Compensated Phase History Data (CPHD)
Not used by EOReader.
- CSI = 'CSI'#
Color Sub-Aperture Image (CSI)
Not used by EOReader.
- GEC = 'GEC'#
Geo-Ellipsoid Corrected (GEC) GeoTIFF
If RPC are present, can be orthorectified.
- NITF = 'NITF'#
National Imagery Transmission Format (NITF)
Not used by EOReader.
- SICD = 'SICD'#
Sensor Independent Complex Data (SICD)
Not used by EOReader.
- SIDD = 'SIDD'#
Sensor Independent Derived Data (SIDD)
Not used by EOReader.
- SLC = 'SLC'#
Single Look Complex (SLC)
Contains both amplitude and phase of the radar signal
Range-compressed and focused SAR image in slant-range geometry
Georeferenced using orbit data and Range-Doppler projected