go_get_zarr | R Documentation |
This function retrieves or prepares metadata for data stored in a Zarr format.
go_get_zarr(zarr, get = TRUE)
zarr |
A data frame containing details of the Zarr resource to process. Each row should correspond to a single Zarr resource. |
get |
Logical. If 'TRUE', retrieves data; if 'FALSE', returns metadata information. |
If 'get = TRUE', returns the requested data as a matrix. If 'get = FALSE', returns a data frame containing metadata information for the resource.
Other zarr:
.resource_grid_zarr()
,
.resource_time_zarr()
,
read_zarr_file()
,
zarr_crop()
,
zarr_get()
,
zarr_to_terra()
,
zarr_xyzv()
## Not run:
# Example usage (assuming `zarr` is a properly formatted data frame):
# result <- go_get_zarr(zarr, get = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.