Proposal:Simpler public transport route relations

From OpenStreetMap Wiki
Jump to navigation Jump to search
PTv3
Proposal status: Draft (under way)
Proposed by: Stereo
Draft started: 2020-02-06
RFC start: 2020-03-06

Proposal

We propose a new schema for public transport route relations. Compared to PTv2, routes are a lot easier to create and maintain.

Definition of existing terms

(Just to make sure we're on the same page.)

The central idea

The proposed relation is identical to PTv2 relations, except that it contains no route ways - the members are primarily platforms (with role Role platform). Using platforms, in most situations, a routing tool can accurately calculate the route.

Stations (with role Role station) can be used instead of platforms, in situations where it is not guaranteed which platform of a station will be served (e.g. big train stations in India and France, where trains may change platforms every day), or where the exact platform is not yet known.

If platforms aren't enough

If the router doesn't deduce the correct route from the platforms alone - that is, if there is some ambiguity - via points can be used to nudge it in the right direction. A via point can be any node (e.g. intersections, nodes of highway=* segments for bus routes) with a Role via role in the relation (similar to turn restrictions). Ways cannot be used in a Role via role.

public_transport=stop_position nodes with a Role stop_position role are similar to via points. A stop position overrides a platform's position, but only if it is before or after the platform in the relation, and the ref tags are empty or compatible.

It is only necessary to add a via point or stop position when the router gets the path wrong, for example if it routes the bus through an alley behind a main road. The route derived from the platforms alone will probably be correct in most cases.

Hail and ride, variable routes

If a route has no fixed stops, and passengers can hail a ride anywhere along the route - simply indicate the route using via points and (if required) stop positions, and add hail_and_ride=yes to the relation.

To only mark certain segments of a route as hail and ride, use via points with the roles Role hail_and_ride:begin and Role hail_and_ride:end.

For situations where routes are variable and only platforms/stations are constant, add a route:variable=yes to the relation, to inform routers and users that there is no fixed route. By "variable", we mean 'varying on a regular basis' - it does not refer to services that change their routes in response to exceptional, unusual circumstances (e.g. construction, road work, violence, or natural calamities).

Backward-compatibility

The schema is backward-compatible with PTv2 - any valid PTv2 relation is a technically valid PTv3 relation. The PTv2 ways simply get ignored, and the route calculated by the router might need to be overriden with via points.

Caveats

We recognize that this isn't perfect for all public transport situations yet. However, we are confident that this proposal can be adapted based on community feedback to cover local and edge cases.

Rationale

  1. Adding, verifying and maintaining ways takes a lot of manual time and effort, even with tools like PT Assistant. This stands out in particular with long distance train and coach routes, but is also significant with intra-city bus routes.
  2. Conventional ways-and-platforms relations are prone to breakage (e.g. changes to a road, or a new mapper erroneously converting roads to dual carriageway).
  3. The exact route a PSV takes is not usually the chief concern of passengers - they are mostly concerned with platforms, i.e. where they can board or deboard. When the exact route is wanted, it can, if necessary, be influenced with stop_position and via points.
  4. The route can easily be deduced by routers from a list of platforms. (cf. OsmAnd, which already supports routing this way)
  5. Relations using the proposed schema have the added benefit of being easy to update using GTFS data (where available), which contains only stops - indeed, they will permit the update process to be automated.

Examples

  1. Compare this line built only with stops with the path of that bus line as it is in OSM today
  2. Bus 440 in Delhi - relation 10313936
  3. Train Lucknow Mail in india - relation 10477123

Tagging

Applies to

Rendering

Features/Pages affected

FAQ

Does everyone who wants to make a map now need to have a router?

Not necessarily. We pre-calculate coastlines for rendering, and could also pre-calculate public transport routes.

What happens if my bus route serves one stop twice / goes past one stop it's stopped at before / does a loop?

You tag the stops ordered in the relation. The router will calculate the shortest stop-to-stop route from A to B, then from B to C, etc., independently of the route taken by other stop-to-stop pairs.

Do you have an example or a demo of how the routing would work?

Yes, more or less: https://stereo.lu/osrm2josm.html shows the principle. It takes the stop_position positions and routes the line through them.

Why not make ways optional?

  • They add no value when routing
  • They can't easily be used for routing (routers take points)
  • They break often, and are tedious to maintain. Broken ways are the most common errors https://ptna.openstreetmap.de and the PT_Assistant JOSM plugin have to deal with.

Aren't nodes more fragile than ways?

We don't think so. Currently, both JOSM and Vespucci ask for confirmation if a node you're deleting is part of a relation. Moving of via nodes is a problem only in case of hail and ride segments. Editors could warn people if they're moving nodes which have Role hail_and_ride:begin/Role hail_and_ride:end roles.

Won't different routers route the same relation differently?

Given road classification restrictions and platforms, we feel it is unlikely. Even if they do, there is no harm in adding a via point to fix a given router - it won't change anything for other routers which are already getting the route right without it.

External discussions

https://lists.openstreetmap.org/pipermail/tagging/2020-March/051442.html

Comments

Contrapunctus was crucial in turning this from a vague proposal to a proper wiki page.

Please comment on the discussion page.