Skip to main content

QueryResult

Values and coordinates returned from a shared Zarr query.

Properties

coordinates

coordinates: Record<string, (number | string)[]>;

Coordinate values keyed by the dataset's dimension names.


dimensions

dimensions: string[];

Dataset dimension names represented by the result.


values

values: number[];

Variable values. Scalar point queries contain at most one value; profile and time-series values align with the ranged coordinate after no-data filtering.


variable

variable: string;

Name of the queried Zarr variable.