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

### 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...

**This is a simple code, but the coordinates in the generated idf file are wrong! Why?** IDF.setiddname("D:/02_Software/EnergyPlus/Energy+.idd") idf = IDF(r'D:\02_Software\EnergyPlus\ExampleFiles\Minimal.idf') idf.epw = "USA_CO_Golden-NREL.724666_TMY3.epw" idf.add_block( name='BOC', coordinates=[[10,0], [10,10], [0,10], [0,0]], height=3,...

In Python 3.11.3 I receive the following error .... File "C:\GitHub\geomeppy\venv\Lib\site-packages\geomeppy\geom\polygons.py", line 2, in from collections import MutableSequence ImportError: cannot import name 'MutableSequence' from 'collections' (C:\Users\thinkpad\AppData\Local\Programs\Python\Python311\Lib\collections\__init__.py) In polygons.py, the line...

This PR fixes the documentation on the error reported in issue #209 A year ago [I posted a fix for the error](https://github.com/jamiebull1/geomeppy/issues/209#issuecomment-1103686087), but didn't submit any PRs (my bad). >...

I was having the error which is mentioned in issue #264 : `ImportError: cannot import name 'MutableSequence' from 'collections'` According to [this StackOverflow answer](https://stackoverflow.com/a/70870087/18211609): > You need to import collections.abc...

Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...

dependencies

Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...

dependencies

@jamiebull1, maybe this could make it to your release. Somehow, this did not trigger CIs.