Annual Landsat data quality

utilities

Landsat acquisition quality mapped on a yearly basis

Details

This dataset provides per-pixel information on the frequency and quality of Landsat acquisitions between 1982 and 2020. For each year, we counted the number of acquisitions and evaluated the intra-annual acqusition quality. The closer the quality metric is in value to the acquisition frequency, the better the quality of the satellite images. In addition, this dataset provides a quality index, which is the quotient between the image quality metric and the acquisition frequency. The closest the output is to 1, the highest the quality of the imagery in the given year.

Subdatasets

imageFrequency | Number of satellite acquisitions per pixel
content description
monthFrequency | Number of observed months
content description
quality | Sum of quality weights per pixel
content description
value_range 0…n
distributionQuality | Normalized metric on the balance of image quality across the year
content description
value_range 0…1
nrTiles | Number of tiles contribution with acquisitions
content description
value_range 0…n

masDMT query

# data call without specifying subdataset and resolution
list_data("LTQA")

# data call for specific subdataset 
list_data("LTQA/imageFrequency")

# data call to subdataset with a specific resolution
list_data("LTQA/imageFrequency/1km")