zarr_xyzv | R Documentation |
Extracts variable and coordinate information from a Zarr object.
zarr_xyzv(obj, varname = NULL, varmeta = FALSE)
obj |
Zarr object or file path. |
varname |
Character. Specific variable name to extract. Defaults to NULL. |
varmeta |
Logical. Whether to include variable metadata. Defaults to FALSE. |
A data frame containing variable metadata and coordinate information.
Other zarr:
.resource_grid_zarr()
,
.resource_time_zarr()
,
go_get_zarr()
,
read_zarr_file()
,
zarr_crop()
,
zarr_get()
,
zarr_to_terra()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.