geomeppy icon indicating copy to clipboard operation
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.

Results 31 geomeppy issues
Sort by recently updated
recently updated
newest added

I am using `geomeppy` to view a 3D IDF model in python. but I get the following error when running the `idf.view_model()` command: ` ValueError: not enough values to unpack...

bug
dependencies

When a surface has more than one subsurface in an .idf file, only the first subsurface appears in the converted .obj file. The image below shows an example featuring a...

bug

Are there any plans to support Geomeppy with conda? Enabling install with conda.

help wanted
feature
continuous-integration

It would be great if we could import buildings from GIS software and build models automatically. Main issue seems like it would be converting the coordinates from whatever format they...

help wanted
feature

A function to get geomeppy to return the outline of all blocks would be useful for visualisation of results, and also for adding a single zone above an existing building...

feature

Need to do some kind of validation when we have duplicate objects which can only be present once. This includes both unique objects such as `GLOBALGEOMETRYRULES`, as well as objects...

bug

Hello, I am using the "intersect()" function from geomeppy on an existing idf file that already contains geometry ("BuildingSurface:Detailed", "FenestrationSurface:Detailed", etc.). See attached file please. The problem I encounter is...

bug

Too much detail in geometry leads to slow simulations. It would be great to have a way of simplifying geometry while maintaining topology (adjacencies). The `shapely` library, which is already...

help wanted
feature

### Update [beautifulsoup4](https://pypi.org/project/beautifulsoup4) from **4.8.0** to **4.12.3**. Changelog ### 4.11.1 ``` This release was done to ensure that the unit tests are packaged along with the released source. There are...