Interface KeplerBridgeCapabilityExperimental

Declared support for one ingestion strategy.

interface KeplerBridgeCapability {
    geoJsonRoundTrip: boolean;
    reason: string;
    strategy: KeplerIngestionStrategy | "arrow-columns-zero-copy";
    supported: boolean;
}

Properties

geoJsonRoundTrip: boolean
reason: string
strategy: KeplerIngestionStrategy | "arrow-columns-zero-copy"
supported: boolean