Add governed SPW bathymetry analysis
This commit is contained in:
@@ -542,6 +542,30 @@ export interface BathymetrySourceProbeRead {
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface BathymetryRasterSelectionResponse {
|
||||
dataset_id: string
|
||||
product_key: 'spw_bathymetry_50cm_mdng'
|
||||
selection_bbox: VectorSelectionBBox
|
||||
selection_area_id?: string | null
|
||||
selected_cell_count: number
|
||||
valid_cell_count: number
|
||||
coverage_ratio: number
|
||||
resolution_m: number
|
||||
vertical_reference: 'mDNG'
|
||||
survey_period: string
|
||||
summary: {
|
||||
metric_label: string
|
||||
metric_value: number
|
||||
metric_unit: string
|
||||
aggregation_method: string
|
||||
primary_metric_key: string
|
||||
metrics: VectorSelectionMetric[]
|
||||
}
|
||||
unsupported_metrics: string[]
|
||||
limitation_message: string
|
||||
generated_at: string
|
||||
}
|
||||
|
||||
export interface ThematicRasterAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
|
||||
Reference in New Issue
Block a user