Skip to main content

VelocityQueryResult

Values and coordinates returned from a shared Zarr query.

Extends

Properties

components

components: object;

Vector components aligned with values (which contains speed).

u

u: number[];

v

v: number[];

coordinates

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

Coordinate values keyed by the dataset's dimension names.

Inherited from

QueryResult.coordinates


dimensions

dimensions: string[];

Dataset dimension names represented by the result.

Inherited from

QueryResult.dimensions


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.

Inherited from

QueryResult.values


variable

variable: string;

Name of the queried Zarr variable.

Inherited from

QueryResult.variable