cube_functions: Cube functions

Description Arguments See Also Examples

Description

These functions provides the basic operations over a cube (EOCubes_cube) object.

Arguments

x

A list data structure to be converted to EOCubes_cube object.

name

A character text with cube name.

repos

An EOCubes_repository object.

cube

An EOCubes_cube object.

tiles

A logical or integer vector indicating which tile to be selected. If NULL (default) all tiles are selected.

from

A Date value to filter layers' dates.

to

A Date value to filter layers' dates.

See Also

repository

Examples

1
2
3
4
5
6
7
x <- repository("AWS.S3")
cub1 <- cube("MOD13Q1/006", x)
cube_name(cub1)   # show the entry name 'MOD13Q1/006'
cube_bands_info(cub1)   # show bands and its meta data
cube_crs(cub1)   # show CRS string
cube_bbox(cub1)   # show bbox values
cube_raster_info(cub1)   # show raster size and pixel resolution

brazil-data-cube/eocubes.R documentation built on April 24, 2020, 9:34 a.m.