Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.01 KB

File metadata and controls

21 lines (15 loc) · 1.01 KB

CHANGELOG gtfs-static-db-importer

19.Jan 2025

  • adds trips.stop_times_count SQLite field + index needed by the gtfs-query app

09.Jan 2025

  • fix stop_times.stop_id GROUP_CONCAT queries which might occur in unexpected results

19.Dec 2024

03.May 2024

  • adds cli_aggregate_dbs.py CLI tool to compute a GTFS DB catalog report of the files that are currently in ./data/gtfs-static-dbs

30.Mar 2024

  • calendar parsing improvements + other optimizations - PR #40

15.Oct 2023

  • add support for feeds with shapes.txt - PR #32
  • add support for feeds with only calendar_dates.txt and no calendar.txt - PR #33