A collection of browser-based tools for working with Swiss building and parcel data — built around the official Gebäude- und Wohnungsregister (GWR), the ÖREB cadastre, and swisstopo APIs. The repo holds three independent apps, each in its own folder with its own README.
Verify your building records against the official GWR. Upload CSV/Excel, enrich each record against the public GWR API, review on map + table, export. All processing in the browser — no data leaves your device.
- Live app: https://bbl-dres.github.io/geo-check/gwr-check/
- Source code:
gwr-check/
Search the Swiss ÖREB cadastre by municipality, EGRID, parcel number, PLZ, or canton. Autocomplete, area calculation, and direct links to official ÖREB extracts. Uses the swisstopo ÖREB layer. Bundled with a companion Python script for raw XML extracts. Multilingual: DE / FR / IT.
- Live app: https://bbl-dres.github.io/geo-check/oereb-search/
- Source code:
oereb-search/
Caution
This app is depracated, database is no longer online.
Project-management-style mockup for building-data quality workflows: multi-source validation (GEOREF / SAP RE-FX / GWR), confidence scoring across 5 dimensions, kanban with inline correction tracking, role-based auth (Supabase), and a Deno + Hono rule engine.
- Live app: https://bbl-dres.github.io/geo-check/prototype-quality/
- Source code:
prototype-quality/
No build step (the prototype's backend needs Deno — see its README). From the repo root:
# Python
python -m http.server 8000
# Node
npx http-server
# PHP
php -S localhost:8000Then open http://localhost:8000/. The root redirects to the main app; each app lives at its own path (e.g. /oereb-search/).
GitHub Pages: push to main deploys automatically. Old bookmarks for /app-oereb/ and /prototype-pm/ keep working via redirect stubs.
MIT — developed by the Bundesamt für Bauten und Logistik (BBL) of the Swiss Federal Administration.




