Description Usage Arguments Value Author(s)
Build a tibble with the data required to create bricks.
| 1 2 3 4 5 6 7 8 9 10 11 | build_brick_tibble(
  landsat_path,
  modis_path,
  scene_shp,
  tile_shp,
  scenes = NULL,
  from = NULL,
  to = NULL,
  max_ts_hole = 1,
  min_miss_ratio = 0.95
)
 | 
| landsat_path | A length-one character. Path to a directory of images. | 
| modis_path | A length-one character. Path to a directory of images. | 
| scene_shp | A length-one character. Path to a polygon shapefile of Landsat scene borders. | 
| tile_shp | A length-one character. Path to a polygon shapefile of MODIS tile borders. | 
| scenes | A character. Constrain to these scenes (e.g. 233067) | 
| from | A character. Constrain to this starting date. | 
| to | A character. Constrain to this ending date. | 
| max_ts_hole | A length-one numeric. Maximum number of missing consecutive images allowed in a time series | 
| min_miss_ratio | A length-one numeric. Minimum proportion of missing images allowed in a time series. | 
A tibble.
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.