Road network graphs for betweenness centrality algorithm
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/record/1290208
下载链接
链接失效反馈官方服务:
资源简介:
Weighted graph representation of a road network in selected regions. Derived from Open Street Map https://www.openstreetmap.org. The dataset can be used as input for the betweenness centrality algorithm implemented here: https://code.it4i.cz/ADAS/betweenness.
Archive contents
The archive contains following folders.
CZE
Static graphs of three major cities in the Czech Republic (Praha, Brno, Ostrava) and entire Czech road network. Weighted by length of the road segments in metres.
PT
Static graphs of Lisbon, Porto and entire Portugese road network. Weighted by length of the road segments in metres.
Data format
Standard UTF-8 encoded CSV files, separated by semicolon with the following columns:
id1: (Type: unsigned long) - start node
id2: (Type: unsigned long) - end node
dist: (Type: unsigned long) - weight of the edge (length in metres, unless described otherwise)
edge_id: (Type: unsigned long) - unique edge identifier
创建时间:
2020-01-24



