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

Feature/gtfs schedule parser #2

Merged
merged 6 commits into from
Apr 27, 2024
Merged

Conversation

munterfi
Copy link
Member

Add functionality to GTFS schedule class:

  • Query nearest stations without spatial index.
  • Query next departures from station.
  • Query all active trips on a specific date.

- Provide GTFS Switzerland and Germany for benchmark tests.
- Add benchmark input data directory.
- Simple execution class to read the datasets.
Reduces memory usage by factor 10 for GTFS Switzerland.
- Split along responsibilities.
- Split along responsibilities.
- Nearest stations, prepare spatial indexing.
- Next departures.
- Active trips.
@munterfi munterfi requested a review from Brunner246 April 26, 2024 17:31
@munterfi munterfi self-assigned this Apr 26, 2024
@munterfi
Copy link
Member Author

@Brunner246 There are some TODOs prepared to implement a spatial index, e.g. KD Tree 😃

@munterfi munterfi merged commit 0e8781d into main Apr 27, 2024
1 check passed
@munterfi munterfi deleted the feature/gtfs-schedule-parser branch April 28, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants