| vec_write_time_cube | R Documentation |
Each (band, time) combination becomes a stack of tiles tagged with the
chosen time stamp. Stamps are stored as int64 in the per-tile index
entry; a value of 0 is reserved for "untimed" so this writer remaps
any caller-supplied 0 to 1 internally.
vec_write_time_cube(
x,
times,
path,
dtype = "f32",
tile_size = 512L,
layout = c("image", "pixel"),
extent = NULL,
gt = NULL,
epsg = 0L,
nodata = NA_real_,
band_names = NULL,
compression = c("fast", "balanced", "max")
)
x |
Numeric 4D array |
times |
Numeric/integer vector with |
path |
Output |
dtype |
Storage dtype (see |
tile_size |
Tile edge in pixels. |
layout |
Tile layout — one of |
extent, gt, epsg, nodata, band_names, compression |
Same semantics as
|
Invisible NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.