Add governed bathymetry profile workflow
This commit is contained in:
@@ -442,6 +442,33 @@ export interface FloodHazardSelectionResponse {
|
||||
generated_at: string
|
||||
}
|
||||
|
||||
export interface BathymetryProfileAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
force_refresh?: boolean
|
||||
}
|
||||
|
||||
export interface BathymetrySourceRead {
|
||||
key: string
|
||||
display_name: string
|
||||
owner: string
|
||||
authority_level: 'authoritative' | 'contextual'
|
||||
geographic_coverage: string
|
||||
data_kind: string
|
||||
query_modes: string[]
|
||||
vertical_reference: string
|
||||
horizontal_crs: string
|
||||
native_resolution?: string | null
|
||||
integration_status: 'operational' | 'available_not_integrated' | 'catalog_only'
|
||||
acquisition_supported: boolean
|
||||
configured: boolean
|
||||
service_url?: string | null
|
||||
catalog_url: string
|
||||
attribution: string
|
||||
license_note: string
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface ThematicRasterAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
|
||||
Reference in New Issue
Block a user