GridMod / RTS-GMLC

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

restructure files #128

Open claytonpbarrows opened 3 years ago

claytonpbarrows commented 3 years ago

I plan to improve the file structure of this repo. A proposal for the new structure follows:

GordStephen commented 3 years ago

In the spirit of brainstorming, could I suggest splitting the "canonical" data and the tool-specific formats into separate repositories? Or better yet, canonical data + one repository per tool? That would make the respective commit histories a lot more informative, and also decentralize the process of adding new formats (stewarding the system specification and maintaining a dozen different implementations of that specification are fairly distinct tasks and you/NREL/the IEEE TF doesn't necessarily need to be involved in the latter).

claytonpbarrows commented 3 years ago

Makes sense.

GordStephen commented 3 years ago

Cool. You should still be able to pull in a whitelisted set of format generators as part of a CI workflow, if you want to automatically generate new formatted data whenever the spec changes. If you want help just let me know!