TransectQueryOptions
Sampling controls for one-level and full-depth transects.
Extends
Properties
concurrency?
optional concurrency: number;
Maximum point queries in flight. Defaults to 6.
includeSpatialCoordinates?
optional includeSpatialCoordinates: boolean;
Include the queried WGS84 position in the result. Defaults to true.
Inherited from
QueryOptions.includeSpatialCoordinates
level?
optional level: number | "finest";
Map zoom to query. The finest available resolution is used by default.
Inherited from
samples?
optional samples: number;
Number of evenly spaced points, including both endpoints. Defaults to 64.
signal?
optional signal: AbortSignal;
Cancels both the remote Zarr read and result processing.