GridLAB-D Taxonomy Feeder Graphs

By Michael A. Cohen

Below are links to visualizations I created of the GridLAB-D "taxonomy feeders" using Graphviz and glm2dot, a ruby script I wrote to translate .glm (GridLAB-D) files into DOT files that can be laid out by Graphviz. In the spirit of the GridLAB-D licensing terms, I'm releasing these under the Creative Commons "CC BY 3.0" license; that is, you're free to use the images in the pdfs for whatever you like (including commercial purposes) as long as you credit me by name (Michael A. Cohen) and/or linking to this page.

I created these images while working on a project with my advisor Duncan Callaway to examine the impact of distributed photovoltaic (solar) power on the electrical distribution system. We're grateful to SolarCity for collaborating with us on this project and the California Solar Initiative RD&D program for their financial support.

Key

GridLAB-D object Graph representation Notes
Overhead line Thin blue line Length of individual segments is roughly to scale
Underground line Thin brown line
Node, plain triplex node Black dot
Swing bus node Magenta double octagon Looks a bit like a bullseye
Triplex node with real power demand Orange house Area is proportional to peak real power demand (same scale as load)
Capacitor Green double circle
Fuse Short magenta line
Load Lavender square Area is proportional to peak real power demand (same scale as triplex node)
Meter Lavender circle
Recloser Short gray line flanked by magenta
Regulator Short gray line flanked by green
Switch Short yellow line
Transformer Short green line
Triplex line Thin gray line
Triplex meter Orange circle

Notes and caveats

Graph files

The graph files are presented below in two formats. The .pdf files contain visual representations of the feeders; these are generally the best place to start. The .dot files contain the “Attributed DOT Format” (text) output from Graphviz with coordinates attached to each object (in the pos property); these can be useful if you'd like to use the numerical coordinates in some other software, like GIS. See Drawing graphs with dot for documentation of the file format. Note in particular that the pos coordinates are in units of printers‘ points. There are 72 points in an inch, and the layouts were prepared at a scale of 1 inch = 200 ft, so:

real world feet = point coordinate / 72.0 * 200.0

Of course, the origin point for each layout is arbitrary since we don't know the true physical location (or orientation) of the taxonomy feeders.

pdfdot
GC-12.47-1.pdfGC-12.47-1.dot
R1-12.47-1.pdfR1-12.47-1.dot
R1-12.47-2.pdfR1-12.47-2.dot
R1-12.47-3.pdfR1-12.47-3.dot
R1-12.47-4.pdfR1-12.47-4.dot
R1-25.00-1.pdfR1-25.00-1.dot
R2-12.47-1.pdfR2-12.47-1.dot
R2-12.47-2.pdfR2-12.47-2.dot
R2-12.47-3.pdfR2-12.47-3.dot
R2-25.00-1.pdfR2-25.00-1.dot
R2-35.00-1.pdfR2-35.00-1.dot
R3-12.47-1.pdfR3-12.47-1.dot
R3-12.47-2.pdfR3-12.47-2.dot
R3-12.47-3.pdfR3-12.47-3.dot
R4-12.47-1.pdfR4-12.47-1.dot
R4-12.47-2.pdfR4-12.47-2.dot
R4-25.00-1.pdfR4-25.00-1.dot
R5-12.47-1.pdfR5-12.47-1.dot
R5-12.47-2.pdfR5-12.47-2.dot
R5-12.47-3.pdfR5-12.47-3.dot
R5-12.47-4.pdfR5-12.47-4.dot
R5-12.47-5.pdfR5-12.47-5.dot
R5-25.00-1.pdfR5-25.00-1.dot
R5-35.00-1.pdfR5-35.00-1.dot

Last updated 2013-10-03