danielthepope / trntxt

:steam_locomotive::train::train: A data-friendly UK train times site
https://trntxt.uk
MIT License
36 stars 9 forks source link

Update list of stations #56

Closed danielthepope closed 2 years ago

danielthepope commented 5 years ago

There have probably been some new stations that have opened since station_codes.csv was last updated.

The National Rail page hasn't been updated since early 2018, and as we discovered in #40, didn't include stations that opened in 2017. National Rail's CSV file also shows the outdated list.

Let's find a better source for this information.

danielthepope commented 5 years ago

Railfuture seems like it could be useful, but there has to be a curated list of station names and codes somewhere.

danielthepope commented 2 years ago

Attempted to generate my own list, making use of the autocomplete feature of the NRE website: https://github.com/danielthepope/trntxt/commit/a13860727c29d1ec0502300b4e6eb31b4aca0e76

The result is pretty much the same, but that commit didn't replace the CSV file that's currently in use.