python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Using R to convert GTFS spatial data from character to numeric
I am following a vignette for gtfstools (https://cran.r-project.org/web/packages/gtfstools/vignettes/gtfstools.html) but am getting stuck with the data format. Basically, I am linking to a gtfs datase...
TransitHarmony
Votes: 0
Answers: 1
Lost GTFS result routes using GraphHopper
I’ve developed GTFS routing application using GraphHopper (Open Source Routing Engine) but I’ve got a problem. According to departure time I’ve got different best routes but I can’t get alternative ro...

Dmitry
Votes: 0
Answers: 0
GTFS Data format: Non Unique Route id?
This is query about the requirements for routes file in a GTFS feed. If I understand correctly, a route is a set of trips that is spread out across a a time horizon. For example, if there is a bus t...
kangkan Dc
Votes: 0
Answers: 1
Python/SQL: Storing a sequence
I have the following table (schedule) in my database (250K rows):
id
route_id
route_long_name
trip_id
direction_id
stop_id
stop_name
arrival_time
1
70111001900000
Red line
14010000574353508
0
...
user07345
Votes: 0
Answers: 1