Yanko Godaert

Yanko Godaert is a GIS consultant at GeoSquare Belgium, specializing in open-source and low-code geospatial solutions. He holds a Master’s degree in Geography with a specialization in Geo-ICT from Ghent University, where he developed a strong foundation in spatial data analysis, modelling, visualization and application development.

He started his career as a front-end developer and evolved towards data engineering. Over the past years, he has gained experience across industry and government, including projects for ArcelorMittal and the Flemish Department of Mobility and Public Works.

Yanko has built extensive expertise in open-source technologies such as MapStore, GeoServer, PostGIS and QGIS. As an expert in Open Source & Low Code GIS Solutions, he focuses on delivering flexible, scalable geoportals that support data-driven decision-making and promote the adoption of open geospatial ecosystems.


Sessions

07-01
11:30
30min
Pushing the boundaries: Automated Geometry Alignment with 'brdr' and ‘brdrQ’
Yanko Godaert

Maintaining spatial consistency between different thematic geographic datasets and reference layers (such as cadastral parcels or base maps) is a persistent challenge in GIS workflows. Manually snapping boundaries to match updated reference data is not only time-consuming and prone to human error but also difficult to reproduce. To address this, Athumi (The Flemish Data Utility Company) & Flanders Heritage Agency developed brdr, an open-source Python library, and its companion QGIS plugin, brdrQ, designed to automate and streamline the alignment of geometries to reference borders.

By decoupling the alignment logic (brdr) from the user interface (brdrQ), the project offers flexibility for both developers and GIS analysts. Developers can integrate the alignment engine into automated data pipelines, while analysts can leverage the QGIS plugin for visual validation and manual fine-tuning. Both ways of working ensure a significant reduction in workload to obtain higher-quality data.

In this presentation, we will demonstrate the underlying algorithm, showcase the QGIS integration, and discuss real-world use cases where these tools have improved the efficiency of spatial data management at the Flanders Heritage Agency.

Python library: brdr

At its core, brdr is a Python library built to detect and resolve geometric discrepancies through a series of deterministic spatial calculations. Unlike simple snapping tools, the brdr-algorithm evaluates candidate reference geometries by calculating relevant intersections and differences. It uses these metrics to generate alignment predictions: the library calculates the most likely intended geometry based on geometric stability. This predictive approach allows for a high degree of confidence in automated workflows, as ‘brdr’ can distinguish between a deliberate gap and a registration error, maintaining the overall structural integrity of the original dataset.

QGIS plugin: brdrQ

brdrQ integrates the 'brdr'-library into a user-friendly QGIS-plugin, making the 'brdr' logic more accessible through visual GIS-workflows. brdrQ offers several tools, including:

  • Feature Aligner: An interactive tool for record-by-record inspection, allowing users to compare "predictions" (suggested alignments) with a correctness score before committing changes.
  • AutoCorrectBorders: A processing algorithm for bulk alignment of datasets.
Use cases & applications
A02
07-01
15:30
30min
Supporting Mobility and Infrastructure Decisions in Flanders with MapStore
Yanko Godaert

MapStore is a powerful open-source framework for building, managing and sharing web-based maps, dashboards and geostories directly in the browser. It supports a wide range of geospatial data and highly customizable viewer applications.

In this talk, GeoSquare Belgium presents a real-world implementation of MapStore for the Department of Mobility and Public Works (DMOW) of the Flemish Government. What started as a proof of concept, has quickly evolved into a fully operational open-source WebGIS platform supporting data-driven mobility policy in Flanders.

The platform integrates MapStore, GeoServer, GeoNetwork and PostgreSQL to power a geoportal that hosts multiple thematic applications. These applications combine interactive maps, dashboards and geostories to support internal decision-making while simultaneously publishing selected data and insights to citizens through public web services and embedded web applications.

To illustrate the capabilities and flexibility of the platform, several use cases will be highlighted, such as bicycle infrastructure monitoring, supporting the deployment of intelligent traffic lights and using the custom developed photoviewer extension to view and navigate images on the map.

We will also briefly touch on community contributions like OpenID integration, dynamic filtering, and translation updates.

Join us to discover how MapStore’s flexible design enables organizations like DMOW to deliver both ready-to-use and customized user-friendly geospatial solutions.

Use cases & applications
A13