pyenergyplus / witheppy

Python packages built using eppy
MIT License
8 stars 2 forks source link

write a mergezones function #39

Closed santoshphilip closed 2 years ago

santoshphilip commented 2 years ago

The function would look something like this:

mergezones(idf, zonelist)

where zonelist looks like:

['zone1', 'zone2', 'zone3']

zone2 and zone3 are merged into zone1

santoshphilip commented 2 years ago

I have a working script for this, written because I needed it. This needs to be made into a function with pytests