CapellaProductType#

class CapellaProductType(value)[source]#

Bases: ListEnum

Capella products types. Take a look here.

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:

list

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)

  • Contains raw phase history data that is compensated for hardware timing & platform motion

  • Sensor independent format

  • Only available to United States Government customers

Not used by EOReader.

GEC = 'GEC'#

Geocoded Ellipsoid Corrected (GEC)

  • Contains amplitude information only

  • Range-compressed, detected, focused and multi-looked SAR image

  • Multi-look techniques applied to enhance radiometric resolution

  • Resampled and projected onto WGS84 ellipsoid with average scene center height

  • Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS) projections

GEO = 'GEO'#

Geocoded Terrain Corrected (GEO)

  • Contains amplitude information only

  • Range-compressed, detected, focused and multi-looked SAR image

  • Multi-look techniques applied to enhance radiometric resolution

  • Terrain-height corrected using a high-resolution Digital Elevation Model (DEM)

  • Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS) projections

SICD = 'SICD'#

Sensor Independent Complex Data (SICD)

  • Contains both amplitude and phase of the radar signal

  • Range-compressed and focused SAR image in slant-range geometry

  • Sensor independent format

Not used by EOReader.

SIDD = 'SIDD'#

Sensor Independent Derived Data (SIDD)

  • Contains amplitude information only

  • Range-compressed, detected, focused and multi-looked SAR image

  • Multi-look techniques applied to enhance radiometric resolution

  • Planar Gridded Display (PGD) projection

  • Sensor independent format

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