Hello All,
Excited to share eppd, an open-source Python library for EnergyPlus that
I've been working on for a while.
This library takes a unique approach in that it loads the entire IDF file
into a pandas Series.
Some features:
- Use all of pandas's capabilities, vectorized assignments, regex search,
and more
- Build repeatable, transparent scripts to transform IDF files
- Simplified string-based creation of HVAC systems using templates
- Run parallel batch simulations
- Perform large-scale parametric simulations
- Generate analysis scripts via the included Claude skill
eppd GitHub Repository
eppd Video overviews
Feedback and use cases are welcome.
Cheers.
Bharath Karambakkam.