eo_provider_functions: eo_provider functions

Description Arguments See Also Examples

Description

These functions implements the S3 generic of eo_provider class.

Arguments

con

A connection, url object with the provider url

pr

An eo_provider object.

name

A character value with cube name.

bands

A character vector with band names.

start_date

A Date or character value to filter cube items dates.

end_date

A Date or character value to filter cube items dates.

bbox

An eo_bbox object to filter cube tiles.

See Also

eo_local

Examples

1
2
3
4
pr <- provider("http://brazildatacube.dpi.inpe.br/eocubes")
list_cubes(pr)
describe_cube(pr, "C6416d")
get_cube(pr, "C6416d")

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