feat: add semantic GIS selection metrics
This commit is contained in:
@@ -349,9 +349,21 @@ export interface VectorSelectionSummary {
|
||||
metric_value: number
|
||||
metric_unit: string
|
||||
aggregation_method: string
|
||||
primary_metric_key?: string | null
|
||||
feature_count: number
|
||||
is_estimate: boolean
|
||||
warning?: string | null
|
||||
metrics?: VectorSelectionMetric[]
|
||||
}
|
||||
|
||||
export interface VectorSelectionMetric {
|
||||
metric_key: string
|
||||
metric_label: string
|
||||
metric_value: number
|
||||
metric_unit: string
|
||||
aggregation_method: string
|
||||
is_estimate: boolean
|
||||
warning?: string | null
|
||||
}
|
||||
|
||||
export interface DatasetTemporalUpdate {
|
||||
|
||||
Reference in New Issue
Block a user