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

Strip and lowercase string inputs to avoid errors #40

Closed shyamamrith closed 2 months ago

shyamamrith commented 2 months ago

If a user leaves trailing whitespace in one of the string inputs, Simstock can see "office" and " office" as distinct but EnergyPlus deletes trailing whitespace so this leads to errors with duplicate objects.

To do: