Skip to content
New issue

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

Missing segments #48

Open
Verkehrsfachwirt opened this issue Dec 5, 2024 · 2 comments
Open

Missing segments #48

Verkehrsfachwirt opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Verkehrsfachwirt
Copy link

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?

@anitagraser
Copy link
Collaborator

This could be related to the following upstream issue: Bondify/gtfs_functions#22
Please have a look if that makes sense.

@anitagraser anitagraser added the bug Something isn't working label Dec 14, 2024
@anitagraser
Copy link
Collaborator

@Verkehrsfachwirt can you try if you get the missing segments if you use

feed = Feed(gtfs_path, busiest_date=False, patterns=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants