Interface KeplerDatasetMetadataExperimental

Kepler ProtoDataset.metadata written by the bridge.

interface KeplerDatasetMetadata {
    crs: KeplerCrsDecision;
    honuaBridgeVersion: "1.0";
    ingestion: KeplerIngestionDiagnostic;
    pointColumns?: {
        latitude: string;
        longitude: string;
    };
    provenance: KeplerSourceProvenance;
    rowIdentityField?: string;
    temporalFields: readonly string[];
}

Properties

honuaBridgeVersion
pointColumns?: {
    latitude: string;
    longitude: string;
}

Columns a Kepler point layer should bind to, when geometry arrived as a lon/lat pair.

rowIdentityField?: string

Field carrying stable row identity, when one was declared.

temporalFields: readonly string[]

Temporal fields Kepler can animate/filter, in field order.