Add Flemish bathymetry partition workflow
This commit is contained in:
+25
-1
@@ -459,7 +459,7 @@ export interface BathymetrySourceRead {
|
||||
vertical_reference: string
|
||||
horizontal_crs: string
|
||||
native_resolution?: string | null
|
||||
integration_status: 'operational' | 'available_not_integrated' | 'catalog_only'
|
||||
integration_status: 'operational' | 'probe_only' | 'available_not_integrated' | 'catalog_only'
|
||||
acquisition_supported: boolean
|
||||
configured: boolean
|
||||
service_url?: string | null
|
||||
@@ -469,6 +469,30 @@ export interface BathymetrySourceRead {
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface BathymetrySourceProbeRead {
|
||||
source_key: 'mdk_bcp_bathymetry'
|
||||
status:
|
||||
| 'disabled'
|
||||
| 'invalid_configuration'
|
||||
| 'tls_error'
|
||||
| 'endpoint_unavailable'
|
||||
| 'invalid_capabilities'
|
||||
| 'reachable'
|
||||
configured_url: string
|
||||
capabilities_url?: string | null
|
||||
tls_verified: boolean
|
||||
capabilities_reachable: boolean
|
||||
acquisition_supported: false
|
||||
wcs_version?: string | null
|
||||
coverage_identifiers: string[]
|
||||
advertised_formats: string[]
|
||||
advertised_crs: string[]
|
||||
response_sha256?: string | null
|
||||
checked_at: string
|
||||
message: string
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface ThematicRasterAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
|
||||
Reference in New Issue
Block a user