The purpose of this project is to create an adjacency list from the metro system serving the city of Madrid, capital of Spain.
I'd like to thank Jesús Sánchez-Oro and Daniel de Santos Sierra for their help in this project.
Version with line colors and names plus travel time between stations: https://github.com/jvicentem/madrid_metro_adjacency_list/releases/tag/v3.2.1
Simple version (only vertices): https://github.com/jvicentem/madrid_metro_adjacency_list/releases/tag/v1.0.0
Gephi's nodes and edges csv files: Ids are real CRTM station ids. Weight = 1 / travel_seconds
I'm currently working on a graph analysis of Madrid Metro network so please visit this link to check my work out https://github.com/jvicentem/madrid_metro_adjacency_list/blob/master/analysis/madrid-metro-graph-analysis.ipynb . There's a Gephi's project file too (analysis folder). I strongly recommend to install "Give Color To Edges" plugin so you can paint the edges with the color of each Metro line.
The size of vertix: the higher its degree is, the bigger the vertix is.
According to the size of edges: higher weight (it takes less time to travel between two stations) -> thicker edges.
About the color of each vertix: the higher its closeness centrality value is, the darker it is.
In this plot, thicker edges mean faster connection between two stations.