Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite IDF/IDD Parser #8

Open
mattdoiron opened this issue Mar 1, 2020 · 2 comments
Open

Rewrite IDF/IDD Parser #8

mattdoiron opened this issue Mar 1, 2020 · 2 comments
Assignees
Labels

Comments

@mattdoiron
Copy link
Owner

The idd/idf is written entirely from scratch. It works, but is quite slow and probably fragile. The parser should be completely rewritten, probably using a well-established parsing library like PyParsing. This would be many times faster and more robust. A rewrite will likely be necessary anyway once EnergyPlus moves to the upcoming xml file format.

@mattdoiron mattdoiron added the task label Mar 1, 2020
@mattdoiron mattdoiron self-assigned this Mar 1, 2020
@mattdoiron
Copy link
Owner Author

Significant improvements have been done over time, but the long term approach may still be to use PyParsing

@mattdoiron
Copy link
Owner Author

E+ is moving to a json file format, so there will be many options for pre-existing parsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant