.resource_grid_zarr | R Documentation |
Retrieves grid dimension metadata and calculates grid properties.
.resource_grid_zarr(
URL,
X_name = NULL,
Y_name = NULL,
stopIfNotEqualSpaced = TRUE
)
URL |
Character. The URL of the Zarr file. |
X_name |
Character. Name of the X-coordinate variable. Defaults to NULL. |
Y_name |
Character. Name of the Y-coordinate variable. Defaults to NULL. |
stopIfNotEqualSpaced |
Logical. Whether to stop if grid cells are not equally spaced. Defaults to TRUE. |
A data frame with grid properties.
Other zarr:
.resource_time_zarr()
,
go_get_zarr()
,
read_zarr_file()
,
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.