getFullTransect()
function getFullTransect(
backend,
start,
end,
selectors,
options): Promise<FullTransectResult>;
Queries all elevation levels along a line between two WGS84 positions.
Parameters
| Parameter | Type | Description |
|---|---|---|
backend | QueryBackend | Provider implementing the query backend contract. |
start | QueryPosition | Start [longitude, latitude] in degrees. |
end | QueryPosition | End [longitude, latitude] in degrees. |
selectors | ZarrSelectors | Selectors applied to dimensions other than elevation. |
options | TransectQueryOptions | Sample count, concurrency, resolution, and cancellation options. |
Returns
Promise<FullTransectResult>
Throws
If the dataset has no queryable elevation dimension.