Filter out GTFS data that does not travel to Timisoara #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Reference
vlad/TIMRRN#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The GTFS files include transit routes for all of Romania, which need to be limited to just routes going to-from-through Timisoara
Most of Romanian Transit Traffic going through/to Timisoara flow either through Bucharest or Iasi, with a couple notable exceptions around Timis County and International routes (of which there is only 1)
@vlad wrote in #1 (comment):
can be useful when getting routeIds, since, if we prune the routes to only have the ones going to Timisoara, we can store routeIds on AppInit
Database file now has foreign key and on cascade delete constraints added; Filtering out the data shouldn't be difficult since we can look through all stops where stop_id in stop_times (matching trip_id) and seeing if Timisoara Nord/Est/Sud is on that route.