Skip to content

Instantly share code, notes, and snippets.

@srividyacb
Created April 5, 2016 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srividyacb/6130c8a4e37c7e51d26f8ae7387605cc to your computer and use it in GitHub Desktop.
Save srividyacb/6130c8a4e37c7e51d26f8ae7387605cc to your computer and use it in GitHub Desktop.

Workflow used to identify missing stations

  • We used this map style to locate the missing stations running along the subway/metro and look for the default metro-icon or the official metro network-logo.
    • red-lines are the usual inter-city railway network.
    • black-lines are metro/subway lines running in a city.
    • blue-lines are the light-rail network.
  • Check the tags for the stations which have custom icon and look for the network or operator tag associated with railway=station/railway=halt (look for more than 5 such stations).
  • Check the tags for the stations which have default icon and look if there are any network or operator tag associated with railway=station/railway=halt (look for more than 5 such stations if missing).
  • Look for the coverage of both network and operator tag for railway=station and railway=halt inside the city using Overpass Turbo.

screenshot 2016-03-30 20 17 08

Its a good practice to keep add both network and operator tags with the valid source but keeping the names of either Operator or the Network is also equally important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment