pnnl / tesp

Other
39 stars 36 forks source link

Implement alternative orders for GLMModifier to write out the model to file #105

Open trevorhardy opened 1 year ago

trevorhardy commented 1 year ago

Currently GLMModifier writes out the model to file by class (e.g. all houses grouped together, all lines grouped together). In some cases this is fine and in other cases, for human readers of the file, other orders for the objects on the page would be preferable. We need to evaluate and define these alternative methods and get them implemented in GLMModifier.

trevorhardy commented 1 year ago

I think we have a graph-based way of doing this now; is that correct?

trevorhardy commented 1 year ago

Not yet implemented and there are other alternatives (e.g. writing out configurations in separate files). Need to do some more thinking before we dig into this.