LandsatProductType#

class LandsatProductType(value)[source]#

Bases: ListEnum

Landsat products types

ARD = 'ARD'#

Uses Landsat Collections Level-1 data as input to provide data that is processed to the highest scientific standards and placed in a tile-based structure to support time-series analysis.

Not handled by EOReader.

L1 = 'L1'#

Ensures that the data in the Landsat Level-1 archive are consistent in processing and data quality to support time-series analyses and data stacking. Each Level-1 data product includes individual spectral band files, a metadata file, and additional ancillary files.

L2 = 'L2'#

Level-2 Science Products are time-series observational data of sufficient length, consistency, and continuity to record effects of climate change, and serve as input into Landsat Level-3 Science Products.

Only for Landsat 4 to 9.

Only Surface Reflectances and Temperatures are handled by EOReader

L3 = 'L3'#

Level-3 science products represent biophysical properties of the Earth’s surface and are generated from Landsat U.S. Analysis Ready Data (ARD) inputs.

Not handled by EOReader.