Caution
Unofficial prototypes for demonstration purposes only. Portfolio records and workflows are fictional mock content. The height-enrichment tool queries public OpenStreetMap and Swiss elevation services, so its results depend on upstream data. The tools are incomplete and are not intended for production use.
Five browser prototypes for exploring real-estate portfolio search, detail views, approval workflows, GIS data management, and building-height enrichment.
Main app: https://bbl-dres.github.io/property-inventory/
The repository root opens the read-only property inventory.
| Prototype | Purpose | Demo | Details |
|---|---|---|---|
| Main App | Read-only portfolio with map, list, and gallery views | Open app | README |
| Tabs Views | Structured property details and portfolio-query assistant | Open app | README |
| CR Workflows | Create, change, and delete flows with four-eyes approval | Open app | README |
| GIS Server | Layer, schema, and feature management frontend | Open app | README |
| OSM Height Enrichment | Adds Swiss elevation-derived heights to OSM buildings | Open app | README |
Serve the repository root with any static web server:
python -m http.server 8000Then open http://localhost:8000/. The root redirects to the main app; each other prototype is available at the path shown above.
Detailed features, setup, technology, and file layouts are documented in the prototype READMEs linked in the table. The height-enrichment utility also has a Python implementation guide.


