Description Usage Arguments Value Author(s)
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.
1 2 3 4 5 6 7 8 9 10 | .sits_raster_cube(
service,
URL,
satellite,
sensor,
name,
timeline,
bands,
files
)
|
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. |
A tibble with metadata information about a raster data set.
Gilberto Camara, gilberto.camara@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.