zarr_get | R Documentation |
This function processes Zarr resources and converts them into terra spatial objects.
zarr_get(zarr, varname = NULL)
zarr |
A data frame containing details of the Zarr resources to process. Each row should correspond to a single Zarr resource. |
varname |
Character vector specifying the variable names to retrieve. If 'NULL', retrieves all available variables. |
Returns processed data as terra SpatRaster objects or merged data frames, depending on the input and Zarr properties.
Other zarr:
.resource_grid_zarr()
,
.resource_time_zarr()
,
go_get_zarr()
,
read_zarr_file()
,
zarr_crop()
,
zarr_to_terra()
,
zarr_xyzv()
## Not run:
# Example usage (assuming `zarr` is a properly formatted data frame):
# result <- zarr_get(zarr, varname = "temperature")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.