feat: operationalize Flemish land and nature themes
This commit is contained in:
+29
-1
@@ -383,6 +383,33 @@ export interface GrbProductRead {
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface OfficialVectorAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
product_key: string
|
||||
force_refresh?: boolean
|
||||
}
|
||||
|
||||
export interface OfficialVectorProductRead {
|
||||
key: string
|
||||
display_name: string
|
||||
theme: 'nature_value' | 'soil'
|
||||
provider: string
|
||||
source_name: string
|
||||
reference_layer_name: string
|
||||
service_type: 'OGC API Features' | 'WFS 2.0'
|
||||
collection: string
|
||||
geometry_types: string[]
|
||||
source_crs: string
|
||||
source_version: string
|
||||
observation_label: string
|
||||
authority_level: 'authoritative' | 'authoritative_historical_baseline'
|
||||
catalog_url: string
|
||||
attribution: string
|
||||
license_note: string
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface TerrainSelectionResponse {
|
||||
dataset_id: string
|
||||
dataset_ids: string[]
|
||||
@@ -524,7 +551,7 @@ export interface ThematicRasterAcquireRequest {
|
||||
export interface ThematicRasterProductRead {
|
||||
key: string
|
||||
display_name: string
|
||||
theme: 'space_occupation' | 'open_space' | 'population' | 'accessibility' | 'services'
|
||||
theme: 'space_occupation' | 'open_space' | 'forest' | 'agriculture' | 'population' | 'accessibility' | 'services'
|
||||
metric_kind: 'binary_area' | 'population_density' | 'index_score' | 'normalized_score'
|
||||
coverage_id: string
|
||||
native_resolution_m: number
|
||||
@@ -537,6 +564,7 @@ export interface ThematicRasterProductRead {
|
||||
license_note: string
|
||||
legend_min_label: string
|
||||
legend_max_label: string
|
||||
included_source_values: number[]
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user