geomeppy
geomeppy copied to clipboard
GeomEppy is a scripting language for use with Eppy, which in turn is a scripting language for EnergyPlus IDF files and output files.
The add_block method currently only creates geometry at z=0 level i.e ground level.
Currently, the patches.py implementation of newidfobject removes the argument of defaultvalues, to not add default values to an idf object. With the example of 'Daylighting:Controls', it will edit reference points...
Hello all I tried to use eppy for adding some building blocks. The problem is that as soon as I reach this part of the code which is also used...
I am running EnergyPlus v9-1-0 from Spyder (3.3.6) using eppy and geomeppy. I am particularly interested in the option to change the glazing ratio using geomeppy to assess the impact...
It is a nice feature of Geomeppy that it can translate .idf files to .obj files. What I have noticed is that the generated .obj file sometimes turns out to...
I was testing intersect_match function using simple 2 boxes stacking vertically which has adjscency between roof and floor. However, all the outside boundary condition set to outside which implies this...
When working with the current set_wwr function from the recipes.py file, I noticed two opportunities for improvement: - when applying different WWR with the **_wwr_map function_** the case WWR =...
Hi Jamie, I've been working on a script. So, when i tried to make a list of the objects 'WindowMaterial:SimpleGlazingSystem', got the following error: ``` File "xxxx", line 155, in...
Hi, I might have missed something, so sorry in advance if it is the case, and thanks to forward to the best link you have ! here is my issue:...
Hi @jamiebull1, I created a `geomeppy` docker environment & a `Github` repo which copies the `geomeppy` tutorials to enable running the tutorials via `docker` and unfortunately this bug popped up....