osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
19 stars 5 forks source link

check for "gtfs:route_id" and "gtfs:trip_id" and provide a link to the GTFS-Analysis #98

Closed osm-ToniE closed 4 years ago

osm-ToniE commented 4 years ago

Take the 'network' from

Provide a link to /gtfs/.../trips.php?network=...&route_id=... for the route-masters

Provide a link to /gtfs/.../single-trip.php?network=...&trip_id=... for the routes

as "GTFS" in the column "Relation (id=)"

make this selectable through options like '--check-gtfs', '--link-gtfs', '--show-gtfs' and '--path-to-work-dir='

osm-ToniE commented 4 years ago

original idea implemented: checks to be seen as a separate task