pnnl / tesp

Other
39 stars 37 forks source link

Refactor prep_substation.py to use existing GridLAB-D metadata #50

Closed trevorhardy closed 2 years ago

trevorhardy commented 3 years ago

prep_substation.py does its own parsing of the GridLAB-D model (.glm) to find the metadata it needs, duplicating the functionality provided by glm_dict.py. We should refactor the code to remove this duplication of functionality, expanding the single implementation so that it provides all necessary metadata from the .glm for all TESP functions.

trevorhardy commented 2 years ago

Being addressed by new TESP API in development.