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

A warning when use atoc2gtfs in R #25

Closed Bin-Chi closed 3 years ago

Bin-Chi commented 3 years ago

Dear Malcolm,

I wish to use atoc2gtfs to transfer the zip data to gtfs. the original data (May 2016 Rail GTFS data)in the zip data contains 9 files. But it has warning after run the function. May I query what is wrong?

image

image Many thanks.

Bin

mem48 commented 3 years ago

You seem to alreay have a GTFS file? atoc2gtfs converts the ATOC CIF to GTFS so is not relevant

Bin-Chi commented 3 years ago

I see, Thanks for your reply, but this gtfs can be used directly.

Bin-Chi commented 3 years ago

I wish to calculate the shortest travel time between LAs or MSOAs in England. I did write a lot of codes by myself as I find the gtfs package cannot work for this data. I found this did help (https://github.com/rafapereirabr/gtfs_to_igraph ) but still have some problems left. I just saw the package you created two weeks and do wish to have a try. Given there is no detials on how to use the available functions within the package. I wonder do you have some related practical to show how these could be used? Many thanks.

mem48 commented 3 years ago

The documentation is on the packag website https://itsleeds.github.io/UK2GTFS/ but I don't see how UK2GTFS can help you. This package is only to convert files to GTFS, as you already have a GTFS file there are no useful functions in the package.