public-transport/gtfs-via-postgres

add helper table mapping extended to basic route_types

Open

#75 aberto em 22 de jan. de 2026

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (21 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (141 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador