ITSLeeds / UK2GTFS

Convert UK transport data (TransXchange / ATOC CIF) to GTFS format in R
https://itsleeds.github.io/UK2GTFS/
GNU General Public License v3.0
37 stars 13 forks source link

ATOC Agency "LD" #30

Closed stupidpupil closed 3 years ago

stupidpupil commented 3 years ago

I'm getting these routes from ttis019:

1553,LD,1553,Train from EDINBUR to KNGX,2
1554,LD,1554,Train from EDINBUR to NWCSTLE,2
1555,LD,1555,Train from KNGX to EDINBUR,2
1556,LD,1556,Train from NWCSTLE to KNGX,2

I think this might be East Coast Trains .

mem48 commented 3 years ago

The table with the package may be out of date, you can manaully update it, and I'll add the new Agency to the next release

stupidpupil commented 3 years ago

Possibly a silly question, but is there a 'raw' _atocagency file anywhere that I should be updating for a pull request, or is it just matter of re-writing data/atoc_agency.rda?

mem48 commented 3 years ago

easy way is

library(UK2GTFS)
atoc_agency = atoc_agency

You can then access it like any normal data frame