Interface HonuaStacLandingResponse

Subset of the STAC catalog landing page.

interface HonuaStacLandingResponse {
    cache?: HonuaCacheState;
    conformsTo?: readonly string[];
    description?: string;
    id?: string;
    links?: HonuaOgcLink[];
    title?: string;
}

Hierarchy (view full)

Properties

conformsTo?: readonly string[]
description?: string
id?: string

Stac-specific catalog id.

links?: HonuaOgcLink[]
title?: string