zarr_to_terra | R Documentation |
Converts extracted Zarr data into terra SpatRaster objects or data frames based on spatial and temporal dimensions.
zarr_to_terra(var, zarr)
var |
A variable containing extracted Zarr data. |
zarr |
A data frame containing details of the Zarr resource, including metadata. |
Returns a terra SpatRaster object or data frame containing the processed data.
Other zarr:
.resource_grid_zarr()
,
.resource_time_zarr()
,
go_get_zarr()
,
read_zarr_file()
,
zarr_crop()
,
zarr_get()
,
zarr_xyzv()
## Not run:
# Example usage (assuming `var` and `zarr` are properly formatted):
# result <- zarr_to_terra(var, zarr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.