pnnl / tesp

Other
39 stars 36 forks source link

Add option to have network plot coordinates fed back into .glm #121

Open trevorhardy opened 1 year ago

trevorhardy commented 1 year ago

As part of plotting the network model networkx defines locations for all the nodes in the network. Though the algorithm used is unlikely to be highly realistic for power system purposes, it can be better than nothing. We should add a feature to the GLModifier.model.plot_model() call to allow these coordinates to feed back up from the networkx graph to the .glm.

d3j331 commented 11 months ago

networkx plot locations might change every time is generated, but I think it can be done.