gtfs-via-postgres
gtfs-via-postgres copied to clipboard
Process GTFS Static/Schedule by importing it into a PostgreSQL database.
from public-transport/gtfs-utils#14 > The Count Trips for Individual Route toolset allows you to examine individual routes in your system in detail. It generates a feature class of transit stops associated...
Thanks for the script everyone. ### Changes I added a 'folder mode' argument that takes the argument and reads the given directory, then parses the files in it as normal,...
https://github.com/kiel-live/transport-hub/tree/310e479dd6b98a9a99e2dc0a2f4fe1a33cca260f/server/database/gtfs
Heya, I am working with the dataset from Dublin Bus. This data updates regularly and I will create a script to automatically update it on an x interval. When trying...
Currently, queries on `arrivals_departures` & `connections` are slow as soon as there are `frequencies`-based rows in there. This is because the `frequencies_it` – which is needed for `arrival_departure_id`/`connection_id` – calculation...
This aligns `gtfs-via-postgres` more closely with the spec: - it removes the `--routes-without-agency-id` option, as routes without `agency_id` were only ever allowed by the spec with
In the [GTFS spec](https://gtfs.org/documentation/schedule/reference/#agencytxt), the `agency_id` field in `agency.txt` is _conditionally required:_ - Required when the dataset contains data for multiple transit agencies. - Recommended otherwise. **Current behaviour:** Single-agency feeds...