Complete regional raster exploration
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 14:21:32 +02:00
parent 153cff06c0
commit 45dc730e76
24 changed files with 1162 additions and 123 deletions
+4
View File
@@ -360,6 +360,8 @@ export interface DhmvProductRead {
export interface TerrainSelectionResponse {
dataset_id: string
dataset_ids: string[]
partition_count: number
product_key: string
surface_model: 'terrain' | 'surface'
selection_bbox: VectorSelectionBBox
@@ -410,6 +412,8 @@ export interface FloodHazardProductRead {
export interface FloodHazardSelectionResponse {
dataset_id: string
dataset_ids: string[]
partition_count: number
product_key: string
mechanism: 'pluviaal' | 'fluviaal'
climate_context: string