LandsatProductType

LandsatProductType

class LandsatProductType(value)[source]

Bases: sertit.misc.ListEnum

Landsat products types

Attributes

L1_OLCI

OLCI Product Type, for Landsat-8 platform

L1_ETM

ETM Product Type, for Landsat-7 platform

L1_TM

TM Product Type, for Landsat-5 and 4 platforms

L1_MSS

MSS Product Type, for Landsat-5, 4, 3, 2, 1 platforms

L1_ETM = 'ETM'

ETM Product Type, for Landsat-7 platform

L1_MSS = 'MSS'

MSS Product Type, for Landsat-5, 4, 3, 2, 1 platforms

L1_OLCI = 'OLCI'

OLCI Product Type, for Landsat-8 platform

L1_TM = 'TM'

TM Product Type, for Landsat-5 and 4 platforms