GridMod / RTS-GMLC

Reliability Test System - Grid Modernization Lab Consortium
155 stars 82 forks source link

Unify the generator ID format #19

Closed claytonpbarrows closed 7 years ago

claytonpbarrows commented 7 years ago

vg_gen_DA.csv is using a different format of generator IDs from hydro_profiles.csv. Can we generate common IDs for all the data files?

oconnellm commented 7 years ago

I think we should keep the VG generator format. So gen name = node ID + gen Type and if there are multiple of each type at a node we can start the _1, _2, _3 etc. That way it is easier to identify generators rather than just using node id and generator number (101_1, 101_2, 101_3, etc)

claytonpbarrows commented 7 years ago

agreed

claytonpbarrows commented 7 years ago

do this in reorganization branch and #44

claytonpbarrows commented 7 years ago

0cfa67f3e3b5d715c138bd8df4294f6555e91ab9 closes