Interface DynamicStacAssetDescriptorExperimental

interface DynamicStacAssetDescriptor {
    bands: readonly StacRasterBandDescriptor[];
    collectionId?: string;
    evidence: readonly string[];
    format: StacAssetFormat;
    handoff?: StacAssetHandoff;
    href: string;
    itemId: string;
    key: string;
    maturity: CloudNativeMaturity;
    mediaType?: string;
    projection: StacProjectionMetadata;
    roles: readonly StacAssetRole[];
    title?: string;
}

Properties

bands: readonly StacRasterBandDescriptor[]
collectionId?: string
evidence: readonly string[]
href: string
itemId: string
key: string
mediaType?: string
roles: readonly StacAssetRole[]
title?: string