We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a trip starts at 00:00:00, the first line of àrrival_time would be negative
00:00:00
àrrival_time
> tmp_gtfs <- gtfs2gps::adjust_arrival_departure(gtfs_data = tmp_gtfs ,min_lag = 15) > tmp_gtfs$stop_times trip_id arrival_time departure_time stop_id stop_sequence 1: 1012-10-0_1 -00:00:07 00:00:07 301729 1 2: 1012-10-0_1 00:01:35 00:01:50 301764 2 3: 1012-10-0_1 00:03:18 00:03:33 301724 3 4: 1012-10-0_1 00:05:01 00:05:16 30003042 4
The text was updated successfully, but these errors were encountered:
Joaobazzo
No branches or pull requests
If a trip starts at
00:00:00
, the first line ofàrrival_time
would be negativeThe text was updated successfully, but these errors were encountered: