Interface KeplerIngestionDiagnosticExperimental

Per-projection execution record. geoJsonBytes is the measured evidence for REQ-002: 0 proves the direct path performed no GeoJSON round trip.

interface KeplerIngestionDiagnostic {
    fidelity: "exact" | "lossy";
    fields: number;
    geoJsonBytes: number;
    geoJsonRoundTrip: boolean;
    losses: readonly KeplerFidelityLoss[];
    reason: string;
    rows: number;
    strategy: KeplerIngestionStrategy;
}

Properties

fidelity: "exact" | "lossy"
fields: number
geoJsonBytes: number

UTF-8 bytes of serialized GeoJSON. Always 0 on a direct path.

geoJsonRoundTrip: boolean
losses: readonly KeplerFidelityLoss[]
reason: string
rows: number