ladybug-tools / uwg

:city_sunrise: The Urban Weather Generator (uwg) is a Python application for modeling the urban heat island effect.
https://www.ladybug.tools/uwg/docs/
GNU General Public License v3.0
53 stars 24 forks source link

Error mediumoffice #266

Closed HibaHamdi09 closed 2 years ago

HibaHamdi09 commented 2 years ago

Hello, when i write mediumoffice (instead of LargeOffice...) in the initialize.uwg file, i have this error endlessly : "Error while reading parameter at row 82. Got: ['mediumoffice', 'pst80', '0.4#largeoffice']. could not convert string to float: 'pst80' "

saeranv commented 2 years ago

@HibaHamdi09

"mediumoffice" isn't an accepted building type input (although "medoffice" is). You can see the list of acceptable inputs for defining building types in the UWG documentation here: https://www.ladybug.tools/uwg/docs/uwg.uwg.html#uwg.uwg.UWG.bld.

HibaHamdi09 commented 2 years ago

ok, thank you so much!