getVerticalProfile()
function getVerticalProfile(
backend,
position,
selectors,
options): Promise<QueryResult>;
Queries every elevation coordinate at one point and the selected time.
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 elevation. |
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 elevation dimension.