samuelduchesne / archetypal

archetypal: Retrieve, construct, simulate, convert and analyse building simulation templates
https://archetypal.readthedocs.io/
MIT License
11 stars 8 forks source link

The ability to choose the encoding of the idf file has been added as a parameter of the IDF class #463

Closed samuelduchesne closed 1 year ago

samuelduchesne commented 1 year ago

Example

from archetypal import IDF

idf = IDF("in.idf", encoding="Windows-1252")