Filter out GTFS data that does not travel to Timisoara #1

Open
opened 2026-05-06 03:23:46 +02:00 by vlad · 3 comments
Owner

The GTFS files include transit routes for all of Romania, which need to be limited to just routes going to-from-through Timisoara

The GTFS files include transit routes for all of Romania, which need to be limited to just routes going to-from-through Timisoara
vlad self-assigned this 2026-05-06 03:23:46 +02:00
Author
Owner

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)

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)
Author
Owner

@vlad wrote in #1 (comment):

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)

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

@vlad wrote in https://git.outnight.eu/vlad/TIMRRN/issues/1#issuecomment-34: > 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) 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
Author
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
vlad/TIMRRN#1
No description provided.