# NOT RUN {
# Create a raster cube based on bricks
# inform the files that make up a raster brick with 392 time instances
files <- c(system.file("extdata/raster/mod13q1/sinop-crop-ndvi.tif",
package = "sits"
))
# create a raster cube file based on the information about the files
raster_cube <- sits_cube(
type = "BRICK",
name = "Sinop-crop",
satellite = "TERRA",
sensor = "MODIS",
timeline = timeline_modis_392,
bands = "NDVI",
files = files
)
# }
Run the code above in your browser using DataLab