build_brick_tibble: Build a tibble with the data required to create bricks.

Description Usage Arguments Value Author(s)

View source: R/deprecated.R

Description

Build a tibble with the data required to create bricks.

Usage

 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
)

Arguments

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.

Value

A tibble.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/sits.starfm documentation built on Sept. 3, 2020, 4:03 p.m.