ladybug-tools / dragonfly-doe2

:dragon: :tokyo_tower: Dragonfly extension for energy simulation with DOE2
https://www.ladybug.tools/dragonfly-doe2/docs/
GNU Affero General Public License v3.0
3 stars 5 forks source link

Need to handle lowest slab if slab.bc != ground #38

Open TfedUD opened 2 years ago

TfedUD commented 2 years ago

Need to ID if is lowest level, and either assign ground or more dynamically/properly address as this wouldn't work: image

perhaps a classmethod in the 'floor' class for "from_base_floor" that contains a "always make floor a physical floor"?

and remove the BC check from the std one, then sort stories, do new cls to first story, std cls to all others?

TfedUD commented 2 years ago

This will be handled in the next PR