UCL / simstock_qgis

Simstock plugin for QGIS: allows dynamic urban building energy models to be created and simulated all within QGIS.
Other
1 stars 0 forks source link

Split constructions into each element #38

Closed shyamamrith closed 4 months ago

shyamamrith commented 5 months ago

Currently a string is provided in the "construction" attribute field to match with a wall, roof and floor element which has the specified string at the start of the object name.

It would be better to create separate attributes for each construction element i.e. "wall_const", "roof_const", "floor_const" which can be independently filled out. This would avoid the user having to create construction presets and provide more flexibility.

Note that this would mean layers from old projects would need updating,