You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function cut_gtfs takes stop_times, stops, and shapes created by import_gtfs as arguments and returns a geodataframe where each segment is a row and has a LineString geometry. But I am missing segments compared to the data in the stop_times table. Is there a reason why not all segments from the stop_times table are calculated?
The text was updated successfully, but these errors were encountered:
The function cut_gtfs takes stop_times, stops, and shapes created by import_gtfs as arguments and returns a geodataframe where each segment is a row and has a LineString geometry. But I am missing segments compared to the data in the stop_times table. Is there a reason why not all segments from the stop_times table are calculated?
The text was updated successfully, but these errors were encountered: