-
Notifications
You must be signed in to change notification settings - Fork 8
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]: Generate sqlite by frecuency #120
Comments
Thank you, I think the data source is a bit incomplete. I'm going to ask you to complete at least the time it takes to get to each stop on the first trip. |
I just ran the pygtfs and the frequencies are already imported (my code search did not show this). With that, I can modify the data too but I am still not sure what to do with in-between stops, they must (!) have a arrival/departure to allow to be able to select and show the stop-of-interest and its timings (e.g. when I schedule trips between 1318 and 925). Else it will just be a line(trip) with start times for stop 6, as I have no clue when it arrives at stop 23 |
I think that an approximation could be, if we do not have the intermediate times, it could be dividing the time between the first stop and the last by the number of stops. It will not be exact, but it is an approximation. |
Did some checks and my idea to add trips for each interval is not working as the trip_id needs to be unique for e.g. realtime data.
It is however a lot of work, not just the dev but also the testing and the maintenance afterwards ... It is not very motivating for just 1 case as you may understand |
Ok, don't worry, if you have time you can do it, although as you indicate for just 1 case it may not be worth it. |
For my reference only: approach / option and thoughts related to frequencies only for this (!) provider (Palma) even if stop_times have their initial values, i.e. based on the first trip-departure, a next challenge is to find the next_departures for a specific stop/
Con:
Current pov:
|
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: