ptn-data {NetOrigin} | R Documentation |
Public transportation network datasets from LinTim software (Integrated Optimization in Public Transportation)
Description
Public transportation network datasets from LinTim software (Integrated Optimization in Public Transportation)
ptnAth
The data of the Athens Metro, consisting of 51 nodes and 52 edges.
Vertex attributes: station name, additonal station info.
Edge attributes: track length (in meter), minimal and maximal time required to pass the track (in minutes).
ptnGoe
The data of the Goettingen bus network, consisting of 257 nodes and 548 edges.
Vertex attributes: station name.
Edge attributes: track length (in meter), minimal and maximal time required to pass the track (in minutes).
Author(s)
Juliane Manitz and Jonas Harbering
Source
Public transportation network datasets are extracted from LinTim software (Integrated Optimization in Public Transportation; https://lintim.net/). Special thanks to Anita Schoebel for making the data available.
The Athens Metro data was collected by Konstantinos Gkoumas.
The Goettingen bus network data was collected by Barbara Michalski.
See Also
Examples
# Athens metro system
data(ptnAth)
plot_ptn(ptnAth)
# Goettingen bus system
data(ptnGoe)
plot_ptn(ptnGoe)