Add governed Wallonia and Brussels orthophotos
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 22:02:10 +02:00
parent 0c328fd3d1
commit ec6f2d9061
17 changed files with 238 additions and 49 deletions
+2
View File
@@ -27,6 +27,8 @@ const DATASET_SOURCE_LABELS: Record<string, string> = {
department_omgeving_land_use: 'Departement Omgeving',
agentschap_landbouw_zeevisserij_agricultural_parcels: 'Agentschap Landbouw en Zeevisserij',
digitaal_vlaanderen_orthophoto: 'Digitaal Vlaanderen',
spw_orthophoto: 'SPW Orthofoto',
urbis_orthophoto: 'Paradigm UrbIS',
digitaal_vlaanderen_buildings_addresses_register: 'Digitaal Vlaanderen',
digitaal_vlaanderen_dhmv: 'Digitaal Vlaanderen',
spw_terrain: 'Service public de Wallonie',
+4
View File
@@ -362,6 +362,7 @@ export interface OrthophotoAcquireRequest {
export interface OrthophotoProductRead {
key: string
provider: string
display_name: string
observation_label: string
temporal_granularity: string
@@ -369,6 +370,9 @@ export interface OrthophotoProductRead {
supports_detection: boolean
color_mode: string
catalog_url: string
coverage_zone: string
attribution: string
license_note: string
limitation_message: string
}