Description
Use Case Municipality Rotterdam 2
Digital Building Permit Checking based on GeoBIM
When developing a new building, it is important to determine whether the design complies with the regulations applicable to the location where the building is planned. The information needed to check compliance is often spread across various sources. The building regulations shown below require 3D geometry and 3D query functionality to verify compliance.
The regulations are as follows: For the areas designated for a specific function (Centrum-1):
• At the location marked as a passageway, a passageway is mandatory.
• At the location marked as an overhang, an overhang is permitted; however, construction up to the existing overhang is not allowed.
• Buildings within 40 meters from the bank of the Nieuwe Maas must have at least one (emergency) exit that is oriented away from this risk source.
Actor: Architect, Building Developers, Engineers and Permit Checkers
Preconditions
- BIM Model in open IFC format is present and is georeferenced on the right location.
- Regulationmodel is present in Geo-format
- Existing assets likes, building, trees, water, ways, green, surfacemodel etc. Are present at different stakeholders, forming the digital twin city.
Postconditions
- Geosparql can analyse whether a passageway exists geometrically
- Geosparql can analyse whether an overhang exists geometrically
- Geosparql can analyse if the georeferenced IFC BIM-geometry of the Building is within 40 meter from the bank of the Nieuwe Maas (river) (Geo geometry)
Steps
Cadastre company: provides the existing buildings (2D and 3D Geo)
Municipality: provides the existing assets (2D and 3D Geo)
Digitaal Stelsel Omgevingswet (DSO): provides regulation model (2D Geo)
Building developer: provides IFC BIM-model
System: returns a SPARQL result if there exists a passageway/overhang
System: returns a SPARQL result if the BIM model is within 40 meter
Building developer/Permit Checkers: Check of the Sparql result is compliant with the regulation.
Activity