public-transport/gtfs-via-postgres

add helper table mapping extended to basic route_types

Open

#75 创建于 2026年1月22日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)JavaScript (21 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (141 star)
PR 合并指标
 (PR 指标待抓取)

描述

Working with extended route_type values (both in the Google scheme as well as in the TPEG-PTI scheme) is cumbersome.

For example, most ferries are specified as 4 ("Ferry. Used for short- and long-distance boat service."), while some are specified as 1000 ("Water Transport Service").

gtfs-via-postgres (and gtfs-via-duckdb) should provide a mapping table that maps them to basic route_type values, and maybe also add basic_route_type to arrivals_departures/connections.

贡献者指南