You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Shoebox module helps create EnergyPlus shoeboxes parametrically f…
…rom UmiTemplateLibrary files (#61)
* working concept of shoe box
* Adds new HVACTemplate module
* Set wwr
* next
* Finishes hvac properties from template
* fixes wwr
* sets infiltration and natural ventilation in shoebox
* set internal mass based on template
* Adds envelope properties + ground temp
* adds kgCO2 to unit registry
* Adds "HVACTEMPLATE:ZONE:BASEBOARDHEAT"
* Adds archetypal to requirements
* markdown
* Specify zones to build using list of dict
* Specify zones
* Update python-package.yml
* Adds energyplus install file
* Update python-package.yml
Added flake8 config + UmiProject can be imported from pyumi directly (#……26)
* Uses ladybug.epw module to parse epw file
* flake8 config added to setup.cfg
* UmiProject added to package import
You can now do `from pyumi import UmiProject`