for Python 2.7, 3.7 via Travis
GeomEppy is a scripting language for use with Eppy, which in turn is a scripting language for EnergyPlus IDF files and output files.
It primarily adds functions to do with IDF geometry, including zones, surfaces, constructions, etc.
In most cases, all that is needed is:
pip install geomeppy
If you have problems installing, you may need to install shapely
first. To ensure the required libraries are installed, we recommend installing shapely
using a conda
environment, particularly on Windows.
Complete documentation is hosted at Read the Docs. This covers the internals of geomeppy, and may be subject to change.
Features documented in the Basics section can be relied upon to remain stable.
If you rely on this package in academic work, and would like to include a citation (which we greatly appreciate), please refer to this project as:
- Bull J, et al. GeomEppy, 2016-, https://github.com/jamiebull1/geomeppy [Online; accessed 2019-09-21].