Interface KeplerDatasetProjectionExperimental

A projected, bounded dataset ready for addDataToMap.

interface KeplerDatasetProjection {
    contractVersion: "1.0";
    dataset: KeplerProtoDataset;
    diagnostic: KeplerIngestionDiagnostic;
    metrics: KeplerProjectionMetrics;
}

Properties

contractVersion