knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(sits.prodes)

Interpolated bricks (original).

These bricks are made of Landsat 8 SR and MOD13Q1 images. The clouds in the Landsat images were filled up using data bilinear interpolation of MXD13 images. For each image, vegetation indexes were computed and assembled into bricks, which makes these bricks inconsistent with those computed directly from the band bricks.

Interpolated bricks (new).

These bricks are made of Landsat 8 SR and MOD13Q1 images. The clouds in the Landsat images were filled up using data bilinear interpolation of MXD13 images. The vegetation index bricks were computed from the band bricks, ensuring consitency. Besides, dubious EVI bricks were removed do to inconsistencies on vegetation index definition between Landsat and MODIS.

StarFM bricks.

These bricks are made of Landsat 8 SR and MOD13Q1 images. The clouds in the Landsat8 images were filled up using the StarFM mixture model. The vegetation index bricks were computed from the band bricks.

StarFM bricks (few clouds).

These bricks are made of Landsat 8 SR and MOD13Q1 images with the fewer clouds at the start and end of the PRODES year (from August to July). The clouds in the Landsat8 images were filled up using the StarFM mixture model. The vegetation index bricks were computed from the band bricks.

Simple bricks.

These bricks are made of Landsat 8 SR with the fewer clouds at the start and end of the PRODES year (from August to July).

Mask cloud bricks.

These bricks are made of Landsat 8 SR with masked clouds. They include vegetation indexes, and spectral mixture models.

Raw bricks.

These bricks are made of Landsat 8 SR images.

TODO



albhasan/sits.prodes documentation built on Sept. 3, 2020, 2:03 p.m.