Complete regional raster exploration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user