build_brick_landsat_modis: Build a tibble of Landsat-8 and Modis iamges.

Description Usage Arguments Value Author(s)

View source: R/tibble.R

Description

Build a tibble of Landsat-8 and Modis iamges.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
build_brick_landsat_modis(
  landsat_path,
  modis_path,
  scene_shp,
  tile_shp,
  scenes,
  from,
  to,
  add_neighbors
)

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.

add_neighbors

A logical. Should neighbor images be considered?

Value

A tibble.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


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