Add governed bathymetry profile workflow
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 15:25:00 +02:00
parent c0cab9e3c5
commit 5b4e18059a
31 changed files with 1990 additions and 4 deletions
+27
View File
@@ -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