pyenergyplus / witheppy

Python packages built using eppy
MIT License
8 stars 2 forks source link

Fixed issue #1 #2

Closed santoshphilip closed 5 years ago

santoshphilip commented 5 years ago

Problem: need and easy way to work with extensible fields in the idfobject Solution: new functions extensiblefields2list() and list2extensiblefields()

Limitation: both the functions work with flat lists. For the coordinates of a building surface it will return [2,3,4,22,33,44] instead of [(2,3,4),(22,33,44)]