its.raster: massits raster functions

Description Usage Arguments Value Author(s)

View source: R/its.raster.R

Description

Creates a new massits raster data from a list of files. The object can be used in its.raster function family.

Usage

1
2
its.raster(bands = list(evi = "~/Downloads/sinop-crop-evi.tif", ndvi =
  "~/Downloads/sinop-crop-ndvi.tif"), chunk_size = 4900)

Arguments

bands

A named list with all raster files, e.g. band_name="file_path".

chunk_size

A raw number or a function informing the number of pixels to be computed. The function receives as its argument the raster brick object. This number is rounded to rows (Default 4900 (70x70)).

Value

Massits tibble with an its_raster object in its attributes.

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


rolfsimoes/massits documentation built on May 29, 2019, 8:48 a.m.