read_zarr_file | R Documentation |
Reads a Zarr file from a specified URL and extracts metadata and variable information.
read_zarr_file(URL, varname = NULL, id, varmeta = TRUE)
URL |
Character. The URL of the Zarr file. |
varname |
Character. Variable name to extract. Defaults to NULL. |
id |
Character. An identifier for the dataset. |
varmeta |
Logical. Whether to include variable metadata. Defaults to TRUE. |
A data frame with merged metadata and variable information.
Other zarr:
.resource_grid_zarr()
,
.resource_time_zarr()
,
go_get_zarr()
,
zarr_crop()
,
zarr_get()
,
zarr_to_terra()
,
zarr_xyzv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.