feat: complete governed Walloon coverage sources
This commit is contained in:
@@ -576,11 +576,12 @@ export interface ThematicRasterAcquireRequest {
|
||||
export interface ThematicRasterProductRead {
|
||||
key: string
|
||||
display_name: string
|
||||
theme: 'space_occupation' | 'open_space' | 'forest' | 'agriculture' | 'population' | 'accessibility' | 'services'
|
||||
metric_kind: 'binary_area' | 'population_density' | 'index_score' | 'normalized_score'
|
||||
theme: 'space_occupation' | 'open_space' | 'forest' | 'agriculture' | 'population' | 'accessibility' | 'services' | 'land_cover'
|
||||
metric_kind: 'binary_area' | 'population_density' | 'index_score' | 'normalized_score' | 'categorical_area'
|
||||
coverage_id: string
|
||||
native_resolution_m: number
|
||||
source_crs: 'EPSG:31370'
|
||||
analysis_resolution_m?: number | null
|
||||
source_crs: 'EPSG:31370' | 'EPSG:3812'
|
||||
source_value_unit: string
|
||||
observation_year: number
|
||||
source_version: string
|
||||
@@ -591,6 +592,9 @@ export interface ThematicRasterProductRead {
|
||||
legend_max_label: string
|
||||
included_source_values: number[]
|
||||
limitation_message: string
|
||||
coverage_zones: string[]
|
||||
configured: boolean
|
||||
status: 'configured' | 'source_not_provisioned'
|
||||
}
|
||||
|
||||
export interface ThematicRasterSelectionResponse {
|
||||
|
||||
Reference in New Issue
Block a user