How the CrossTowner Trip Planner works

The planner compares any Chicago-area rail trip as it is today against how it would work with the proposed CrossTowner tunnel (plus the CTA Red Line Extension, which is under construction). Type or pick a start and end, and it shows both trips side by side.

Where the numbers come from

Every trip is computed in advance with r5r, the R interface to Conveyal R5 — an open-source transit routing engine used by transportation planners. Because the set of rail stations is fixed, we precompute the travel time between every pair of stations ahead of time and ship the results as static data. That's why the site is instant: your browser is looking up a precomputed answer, not routing live.

Two networks are compared:

How we handle walking to and from stations

A trip is more than the train ride — you have to walk to the first station and from the last one. Here's how that's estimated:

  1. Your typed address (or a picked example) is turned into a point on the map.
  2. We find the nearest rail stations to each end of your trip (up to a few candidates).
  3. The walk to each station is estimated from the straight-line distance, multiplied by 1.3 to approximate real streets (you rarely walk in a perfectly straight line), then divided by a walking speed of 2.75 mph (4.43 km/h).
  4. If the nearest station is more than a 20-minute walk away, that end is considered out of reach and the trip isn't shown.
  5. The total is walk to station + train time + walk from station, and the planner keeps the fastest combination.

The 2.75 mph figure is a deliberately unhurried pace grounded in US walking-speed studies, so estimates aren't rosy. The train time itself (station to station) also includes any transfers and waiting, computed by R5 from the actual schedules.

Which route it shows in the future scenario

In the future scenario, when more than one reasonable trip exists, the planner prefers the CrossTowner route even if it's a little slower. Specifically: among all the options that are within 12 minutes of the fastest, it picks the one that spends the most time on a CrossTowner X-route. If no near-fastest option uses an X-route, it simply shows the fastest trip.

This reflects a real rider's likely choice — most people will take a direct CrossTowner train over a marginally quicker trip that adds a transfer to a bus — and it keeps the future card focused on what the tunnel changes. The travel time shown is always the time of the trip actually displayed, so the number and the route always match.

Getting to O'Hare's terminals

O'Hare is a special case. Its terminals aren't rail stations, and two very different rail nodes serve them: the CTA Blue Line "O'Hare" station, right in the terminal core, and "O'Hare Transfer" (Metra and the proposed CrossTowner) out at the Multi-Modal Facility (MMF) — one end of the airport's Airport Transit System (ATS) people mover. Where you end up depends on which you take, so instead of forcing every airport trip onto one station, the planner lets you pick your terminal (1, 2, 3, 5, or the MMF) and then routes to both stations, adding the time it takes to reach your terminal from each. Each network uses whichever station serves it — the Blue Line today, the CrossTowner in the future scenario — which is a fairer head-to-head than the older behavior of snapping every O'Hare trip to a single station.

The ATS isn't in our schedule data, so we model the trip from each station to each terminal as a fixed number of minutes: the ATS wait (about half of its 3–5 minute headway), the ride (~2.5 min per hop along the T1–T2–T3–T5–MMF line, which the CDA times end-to-end at 10 minutes), and a short platform walk. The terminal-core walk times from the Blue Line are hand estimates, not street-routed. These assumptions are debatable — that's the point of publishing them here.

Minutes added to reach each terminal:
Destinationfrom Blue Line "O'Hare"
(terminal core)
from "O'Hare Transfer"
(MMF)
Terminal 19 (walk)13 (ATS)
Terminal 25 (walk)11 (ATS)
Terminal 38 (walk)9 (ATS)
Terminal 512 (walk + ATS)6 (ATS)
MMF / O'Hare Transfer14 (walk + ATS)3 (walk)
Because the Blue Line drops you in the terminal core, it wins for Terminals 1–3; because O'Hare Transfer sits at the MMF, it wins for Terminal 5 and the MMF. Think these are off? Send feedback — the numbers are easy to change.

Departure time

Trips are precomputed for a single weekday departure — 8 AM. The result is a median over a 30-minute departure window, so a single lucky (or unlucky) connection doesn't skew it.

Where you can travel

Trips must start and end within the six Metra-service counties: Cook, DuPage, Lake, Kane, McHenry, and Will. Addresses outside that area are declined.

Data sources

What to keep in mind

Your privacy

Trips are computed in your browser from precomputed data. To learn which trips people care about most, we log each planned trip's origin and destination stations and its two travel times — but not the address you type: only the nearest rail station to each end is recorded, never your exact location. If you choose to enter your email, it's saved only so Build the Tunnel can reach you.

Your browser also stores a random, anonymous ID (a UUID in local storage) that's sent with each logged trip, so we can gauge roughly how many people use the planner and how many trips each looks up. It isn't tied to your identity and isn't shared with other sites; clearing your browser storage resets it.

Each logged trip also notes how you arrived (the site that linked you here and any campaign tags in the link) and a coarse device type (phone, tablet, or desktop), so we can understand the planner's reach. None of this identifies you.

Credit

Made by Steven Vance, using the Star:Line Chicago CrossTowner map and synthetic schedule as input to Conveyal R5 trip-planning software. This tool is otherwise unaffiliated with Star:Line Chicago. Fuller technical documentation lives in the project's analysis/METHODOLOGY.md.

← Back to the planner