Skip to contents

Retrieves grid dimension metadata and calculates grid properties.

Usage

.resource_grid_zarr(
  URL,
  X_name = NULL,
  Y_name = NULL,
  stopIfNotEqualSpaced = TRUE
)

Arguments

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.

Value

A data frame with grid properties.