CosmoProductType

CosmoProductType

class CosmoProductType(value)[source]

Bases: sertit.misc.ListEnum

COSMO-SkyMed (both generations) products types.

The product classed are not specified here.

More info here.

Attributes

RAW

Level 0

SCS

Level 1A, Single-look Complex Slant

DGM

Level 1B, Detected Ground Multi-look

GEC

Level 1C, Geocoded Ellipsoid Corrected

GTC

Level 1D, Geocoded Terrain Corrected

DGM = 'DGM'

Level 1B, Detected Ground Multi-look

GEC = 'GEC'

Level 1C, Geocoded Ellipsoid Corrected

GTC = 'GTC'

Level 1D, Geocoded Terrain Corrected

RAW = 'RAW'

Level 0

SCS = 'SCS'

Level 1A, Single-look Complex Slant