dot-sits_raster_cube: Create a data cube based on a set of Raster Bricks

Description Usage Arguments Value Author(s)

Description

This function creates a tibble containing the metadata for a set of spatio-temporal raster files, organized as a set of "Raster Bricks". These files should be of the same size and projection. Each raster brick file should contain one band per time step. Different bands are archived in different raster files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
.sits_raster_cube(
  service,
  URL,
  satellite,
  sensor,
  name,
  timeline,
  bands,
  files
)

Arguments

service

Name of the data service.

URL

URL of the service provider.

satellite

Name of satellite

sensor

Name of sensor

name

Name of the data cube.

timeline

Vector of dates with the timeline of the bands.

bands

Vector of bands contained in the Raster Brick set (in the same order as the files).

files

Vector with the file paths of the raster files.

Value

A tibble with metadata information about a raster data set.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.