potentially wrong shape ids are returned from the function shapes_as_sf (e.g. Berlin GTFS Feed).
unique(gtfs_shapes$shape_id) does not necessarily have the same order of shape ids (because of the split function in line 49).
Instead: use names(list_of_line_tibbles)
potentially wrong shape ids are returned from the function shapes_as_sf (e.g. Berlin GTFS Feed).
unique(gtfs_shapes$shape_id) does not necessarily have the same order of shape ids (because of the split function in line 49). Instead: use names(list_of_line_tibbles)