Description Usage Arguments Value Methods (by class) Examples
eocubes functions
1 2 3 4 5 6 7 8 9 10 | get_cube(pr, name, bands = NULL, interval = NULL, bbox = NULL,
slices = NULL, period = "P1Y", ...)
## S3 method for class 'eocubes'
get_cube(pr, name, bands = NULL, interval = NULL,
bbox = NULL, slices = NULL, period = "P1Y", ...)
## S3 method for class 'static_eocubes'
get_cube(pr, name, bands = NULL,
interval = NULL, bbox = NULL, slices = NULL, period = "P1Y", ...)
|
pr |
An |
name |
A |
bands |
A |
interval |
An |
bbox |
An |
slices |
An |
period |
An period |
... |
Any additional parameter. |
An eo_cube
object.
An eo_cube
object.
eocubes
: This function retrieves the references
(url) of the cube assets sliced according to informed parameters.
static_eocubes
: This function retrieves the references
(url) of the cube assets sliced according to informed parameters.
1 2 3 4 5 | pr <- eocubes("http://brazildatacube.dpi.inpe.br/api/eocubes/")
cb <- get_cube(pr, name = "C6416d:STACK",
bbox = eo_bbox(-46.6368,-13.2415,-45.0221,-12.2565),
slices = eo_interval("2019-01-01", "2019-03-01"),
period = "P2M")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.