pile_up: Pile images into files..

Description Usage Arguments Value Author(s)

View source: R/pile.R

Description

Pile images into files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pile_up(
  brick_imgs,
  file_col,
  brick_bands,
  brick_prefix,
  brick_scene,
  out_dir,
  no_data,
  gdal_options
)

Arguments

brick_imgs

A tibble of images.

file_col

Name of the column in brick_imgs with the paths to the images to pile up.

brick_bands

A character. Names of the bands.

brick_prefix

A lengh-one character. Prefix to append to produced file names.

brick_scene

A length-one character. The scene or tile of the brick.

out_dir

A character. Path to a directory for storing results.

no_data

A length-one numeric. The value for no data.

gdal_options

A character. Options passed to gdal for raster creation.

Value

A tibble of the matching PRODES dates and NA for the

Author(s)

Alber Sanchez, alber.ipia@inpe.br


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