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
dimensions
dimensions: string[];
Dataset dimension names represented by the result.
Inherited from
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
variable
variable: string;
Name of the queried Zarr variable.