Skip to main content

getVerticalProfile()

function getVerticalProfile(
backend,
position,
selectors,
options): Promise<QueryResult>;

Queries every elevation coordinate at one point and the selected time.

Parameters

ParameterTypeDescription
backendQueryBackendProvider implementing the query backend contract.
positionQueryPositionWGS84 [longitude, latitude] position.
selectorsZarrSelectorsOptional selections for dimensions other than elevation.
optionsQueryOptionsResolution, coordinate output, and cancellation options.

Returns

Promise<QueryResult>

Values and coordinates returned by the backend.

Throws

If the dataset has no queryable elevation dimension.