Interface HonuaStacSearchOptions

interface HonuaStacSearchOptions {
    basePath?: string;
    client: HonuaClient;
}

Properties

Properties

basePath?: string

Path prefix the STAC endpoints are mounted under. Defaults to /stac (Honua facade). Pass "" for a raw STAC API root (e.g. Earth Search served at .../v1), so the search / collection paths resolve directly under the client baseUrl.

client: HonuaClient