NREL / floorspace.js

Other
68 stars 36 forks source link

Default floor_to_ceiling_height should be interpreted in meters #292

Closed macumber closed 6 years ago

macumber commented 6 years ago

Default value in schema is 3 which should be interpreted according to default units in schema which are 'm'. Currently starting a new floorplan in units of 'ft' results in floors which are 3 ft high. Logic should apply to other length attributes like window height, etc

macumber commented 6 years ago

Thanks to @shorowit for helping me figure out this was invalid