getTimeSeries()
function getTimeSeries(
backend,
position,
selectors,
options): Promise<QueryResult>;
Queries every time coordinate at one point and the selected elevation.
Parameters
| Parameter | Type | Description |
|---|---|---|
backend | QueryBackend | Provider implementing the query backend contract. |
position | QueryPosition | WGS84 [longitude, latitude] position. |
selectors | ZarrSelectors | Optional selections for dimensions other than time. |
options | QueryOptions | Resolution, coordinate output, and cancellation options. |
Returns
Promise<QueryResult>
Values and coordinates returned by the backend.
Throws
If the dataset has no queryable time dimension.