Aggregate regional bathymetry partitions
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 17:08:35 +02:00
parent 24247746c1
commit 4fd6c06f5c
17 changed files with 661 additions and 29 deletions
+6
View File
@@ -575,6 +575,11 @@ export interface VectorSelectionResponse {
truncated: boolean
geojson: GeoJSON.FeatureCollection
summary?: VectorSelectionSummary | null
partition_count?: number | null
available_partition_count?: number | null
partition_scope_key?: string | null
source_name?: string | null
dataset_ids?: string[]
}
export interface VectorSelectionSummary {
@@ -1457,6 +1462,7 @@ export interface MapResultExportRequest {
area_id?: string
partitioned?: boolean
product_key?: string
partition_scope_key?: string
theme_id?: string
name?: string
}