| vec_open_raster | R Documentation |
Lazy open: parses the header and tile index but does not decode any
tiles. Returns a list with metadata and an external pointer handle.
The pointer is auto-finalized when garbage collected; call
vec_close_raster() to release earlier.
vec_open_raster(path)
path |
Path to a |
A vectra_raster list with elements:
ptr, width, height, n_bands, tile_size, dtype, gt,
epsg, nodata, band_names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.