dot-resource_grid_zarr: Extract Grid Information from Zarr Resource

.resource_grid_zarrR Documentation

Extract Grid Information from Zarr Resource

Description

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.

See Also

Other zarr: .resource_time_zarr(), go_get_zarr(), read_zarr_file(), zarr_crop(), zarr_get(), zarr_to_terra(), zarr_xyzv()


mikejohnson51/climateR documentation built on Dec. 6, 2024, 10:37 a.m.