-
# Agency name/Transit Provider:
### Location
US, Florida, Jacksonville
## Details
#### Data type
gtfs
#### Issue type
Feed update
## URLs
| Current URL on OpenMobilityData.o…
-
The key error lets me assume that if we use order, then the reference must use order too. If we think this should not be necessary (or it is impossible, then probably we will need to change the code..…
-
I have gotten TimeTableApi.py up and running after applying pull-request #4 but now another issue has appeared.
The received data doesn't update when the process has been left running for an ext…
-
The "routes" tables have [a "route_type" column](https://developers.google.com/transit/gtfs/reference#routestxt) which specifies:
- 0 Tram, Streetcar, Light rail. Any light rail or street level sys…
-
Having the scraper generate GTFS-RT data would have two benefits:
1. Anyone creating apps that require GTFS-RT (a standard) would have access to a feed
2. We could use and improve upon tools built…
-
For the purpose of public API that combine the GTFS and SIRI data we need to have a data source of GTFS that we could query.
On previous phase of the project we had POC with DB that could hold **s…
-
How do I mark up GTFS feeds not stored one `.zip` archive?
Serving the individual `.csv`/`.txt` files via HTTP has great benefits, including following web semantics & efficiency (caching, downloadi…
-
If a stop does not have any departures itself (e.g. a parent_station) but there are stops that can be transfered to that do have departures, these routes should also be followed.
- genereally consid…
-
@rafapereirabr `gtfsrouter` now has a new turbo-charged [`gtfs_traveltimes`](https://atfutures.github.io/gtfs-router/reference/gtfs_traveltimes.html) function, largely motivated by the support of the …
-
This is the line of code that handles the latest zipfile:
https://github.com/LACMTA/los-angeles-regional-gtfs/blob/4f19e0d20b31a188af381cecdc763f212a2ba0db/.scripts/main.py#L77