Power Grid Network

Source Notebook

An undirected, unweighted network representing topology

An undirected, unweighted network representing the topology of the Western States Power Grid of the United States.

(4941 vertices, 6594 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Power Grid Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Power Grid Network", All]["Summary"]
Out[2]=

Basic Applications

Show the most connected vertex:

In[3]:=
g = ResourceData["Power Grid Network"];
In[4]:=
most = First[
  Part[VertexList[g], Ordering[DegreeCentrality[g], All, Greater]]]
Out[4]=
In[5]:=
HighlightGraph[
 NeighborhoodGraph[g, most, VertexLabels -> Automatic], most, PlotTheme -> "Web"]
Out[5]=

Wolfram Research, "Power Grid Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information