This backlog reflects the current Germany-scale PostGIS prototype. The target remains a Europe-scale mobility data workbench that builds canonical stops, stations, routes, route geometry, timetable links, transfer rules, routing graph data, address search, and coverage evidence from many public sources.
OSM-derived geometry is the preferred visual authority. GTFS, NeTEx, realtime, and official APIs are timetable, validation, routing, and gap-detection inputs. GTFS shapes are still valuable evidence, especially for missing OSM relations and temporary detours.
## Current State
- PostgreSQL/PostGIS is the active development database path; SQLite remains a legacy/test fallback.
- Germany OSM and Germany GTFS/DELFI-scale imports are supported.
- OSM address indexing is available and address search is bbox-aware without being bbox-limited.
- Jobs and job events exist for imports, route matching, route-layer rebuilds, address indexing, relabeling, deletes, and maintenance.
- Job rows expose a generic details overlay with planned/current/done phases, event log, metadata, and a compact queue snapshot.
- A first QA dashboard skeleton exists for source discovery, import health, GTFS validation, canonical stop/link coverage, route matching, and publication readiness.
- The GTFS harmonization target architecture is documented in `docs/gtfs_harmonization.md`.
- GTFS source management is presented as a separate `GTFS Harmonization` UI module; OSM/map inputs are presented as a separate `Mapping Data` module.
- Journey search consumes the active harmonized transit snapshot instead of exposing a raw GTFS source selector.
- Route-layer rebuild runs through the queue, but it is still coarse-grained and can take minutes on national datasets.
- The route-layer builder links canonical GTFS stops, OSM stops, OSM route relations, GTFS route patterns, and trip-pattern links.
- Journey search is progressive and can publish intermediate results, but the underlying routing algorithm is still a prototype.
- Walk and drive routing use the OSM-derived routing layer when available.
## Current Caveats
- Journey search is not yet a full RAPTOR/CSA-style router.
- Address endpoints can multiply the search space: current behavior can use up to 4 access stops and 4 egress stops, creating up to 16 transit stop-pair searches per transfer stage.
- Progressive stages still recompute too much. Searching `up to 2 transfers` repeats direct and one-transfer work before deeper expansion.
- Walking access/egress legs are represented separately in journey output, but the search engine still needs a cleaner transfer budget model where access/egress walking never consumes public-transport transfer count.
- Route-search caches are in-process only. They do not survive server restart, do not deduplicate identical searches already running in another thread/process, and only help once a stage/search has completed.
- Route-layer rebuild currently clears/rebuilds derived tables. Until the rebuild completes, visual route-pattern link tables can be incomplete.
- Timetable reachability should not depend on visual route-pattern links. The code has been patched in this checkout, but a running server must reload before using that fix.
- Canonical stop extraction on national feeds is CPU/memory heavy and does too much Python-side grouping.
- OSM stop-linking and OSM route-candidate indexing are still large spatial/batch operations.
- GTFS detours are not classified as first-class route variants yet.
- Local-transport-only routing is not a first-class profile yet.
- Proper Alembic migrations are still missing; runtime schema maintenance should be reduced to an explicit migration/maintenance path.
- The source and job database tables are still shared between harmonization, mapping, and routing; the current split is a product/UI boundary, not a separate service or database boundary yet.
## P0: Routing Performance and Correctness
These items directly address slow or failed searches such as `Berlin, Alexanderplatz` to `Heidelberg, Blumenstrasse 36`.
- Replace the demo round-expansion router with a timetable-native algorithm.
Preferred direction: RAPTOR or CSA over preloaded arrays/tables, with rounds representing public-transport boardings rather than ad hoc SQL expansion.
- Precompute a transfer graph.
Store station-internal transfers, nearby walking transfers, platform/stop-place links, and allowed transfer times by mode/source/station.
- Separate access/egress from transfer count.
Walking from an address to the first stop, and from the last stop to an address, should never count as a vehicle transfer.
- Add a durable journey cache.
Cache normalized requests, address-to-stop candidates, stop-to-stop stage results, common station-pair results, and in-flight request deduplication in PostgreSQL.
- Add hub-aware long-distance routing.
For long-distance OD pairs, search local access to likely hubs, trunk rail/regional candidates, then local egress. Candidate hubs can be ranked by station importance, service frequency, route scope, distance, and direction.
- Add a local-transport-only profile.
Implement a Deutschlandticket-like profile that excludes long-distance route scopes and still supports regional rail, S-Bahn, subway, tram, bus, ferry, and walking transfers.
- Add admissible pruning.
Bound exploration by best known arrival, remaining distance, direction/off-course penalty, transfer budget, service frequency, and maximum tolerated detour.
- Add journey diagnostics.
Return searched stages, candidate counts, pruned reasons, access/egress stops, service date, source feeds, transfer stops, and whether no-route means no timetable path or a search limit was hit.
- Add arrive-by search.
This is important for route quality and for comparing against operator/DB route planners.
- Add route profile controls in the UI.
`fastest`, `earliest arrival`, `fewest transfers`, `local only`, `walk`, `drive`, `arrive by`, `via`, `avoid`, and transfer buffer controls.
## P0: Queue and Rebuild Robustness
- Move runtime schema maintenance out of normal app startup.
The current checkout avoids redundant PostgreSQL DDL, but explicit migrations are still needed.
- Add Alembic migrations.
Use migrations for PostGIS columns, indexes, route-layer tables, routing tables, and cache tables.
- Make route-layer rebuild use shadow tables or versioned rows.
Build replacement rows without deleting the readable active layer first; atomically promote the new version when complete.
- Make route-layer rebuild incremental.
Rebuild only affected route patterns after new matches, stop-link decisions, source updates, or OSM diffs.
- Add stale worker and stale pid reconciliation.
Worker status should never report a pid as running unless the current server can verify it.
- Improve cancellation.
Long PostgreSQL statements need cancellable phases and visible progress rather than only a queued/running state.
- Improve progress granularity and timings.
The UI can display job events now, but long PostgreSQL statements still need finer checkpoints, elapsed times, estimated remaining work, and cancellable sub-phases.
## P1: Route Layer, Detours, and Geometry Provenance
- Classify GTFS route variants.
Group trips by route, direction, shape, stop sequence, service date span, and trip frequency. Mark rare/temporary shapes as detours or temporary variants rather than replacing the canonical visual route.
- Add stop-by-stop OSM path fallback.
When an OSM route relation is missing or a GTFS shape is a detour, assemble geometry between matched consecutive stops using mode-constrained OSM paths.
- Cache stop-to-stop route geometry.
Key by mode, from canonical stop, to canonical stop, direction constraints, and graph version.
AT Bean Shuttle GTFS,gtfs,https://www.beanshuttle.com/gtfs.zip,AT,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2036/latest.zip
BE Communauté Urbaine de Dunkerque / Réseau Dk Bus GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f51fabfb-9d7a-44b7-bd03-d1032337fb80,BE,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82683/latest.zip
BE De Lijn GTFS,gtfs,https://files.mobilitydatabase.org/mdb-684/latest.zip,BE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Selected Mobility Database latest.zip mirror because the catalog direct URL is known to be stale.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
BE Eurostar International Ltd. GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bfd97acd-63f3-4ea4-bfe8-70e4c7fd8d13,BE,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82199/latest.zip
BE Métropole Européenne de Lille GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c9e5dd3f-8eed-4ad7-aec2-915240599cf6,BE,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81995/latest.zip
BE Société Régionale Wallonne du Transport GTFS,gtfs,http://opendata.tec-wl.be/Current%20GTFS/TEC-GTFS.zip,BE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1212/latest.zip
CH Swiss national GTFS,gtfs,https://gtfs.geops.ch/dl/gtfs_complete.zip,CH,verify at opentransportdata.swiss,"rail,tram,metro,bus,ferry",European transport feeds / official Swiss OTD derivative,P0,geOps feed is derived from official Swiss Open Transport Data; verify production terms.
DE BBS Schapfl GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/ding.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-770/latest.zip
DE bodo Verkehrsverbund GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/bodo.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-769/latest.zip
DE generated national GTFS,gtfs,https://scraped.data.public-transport.earth/de/gtfs.zip,DE,verify upstream DELFI/Mobilithek/gtfs.de,"rail,tram,metro,bus",European transport feeds mirror,P0,Bootstrap only; prefer official DELFI/Mobilithek NeTEx for production.
DE DELFI Germany-wide scheduled timetable data (GTFS),gtfs,https://www.opendata-oepnv.de/index.php?id=1384&tx_vrrkit_view%5Bsharing%5D=eyJkYXRhc2V0IjoiZGV1dHNjaGxhbmR3ZWl0ZS1zb2xsZmFocnBsYW5kYXRlbi1ndGZzIiwidXNlcklkIjo1MDM4fQ%3D%3D&tx_vrrkit_view%5Baction%5D=download&tx_vrrkit_view%5Bcontroller%5D=View,DE,see http://www.opendefinition.org/licenses/cc-by,bus,Mobility Database feed catalog,P0,
DE Fluo Grand Est GTFS,gtfs,https://transport.data.gouv.fr/resources/80419/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,DE,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80419/latest.zip
DE Fluo Grand Est GTFS,gtfs,https://transport.data.gouv.fr/resources/80467/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,DE,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80467/latest.zip
DE Hofmann Omnibusverkehr GmbH GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/kvsh.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1082/latest.zip
DE Karlsruher Verkehrsverbund GTFS,gtfs,https://projekte.kvv-efa.de/GTFS/google_transit.zip,DE,see https://www.kvv.de/fahrplan/fahrplaene/open-data.html,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2231/latest.zip
DE Münchner Verkehrs- und Tarifverbund GmbH (MVV) GTFS,gtfs,https://www.mvv-muenchen.de/fileadmin/mediapool/02-Fahrplanauskunft/03-Downloads/openData/mvv_gtfs.zip,DE,see https://www.mvv-muenchen.de/fahrplanauskunft/fuer-entwickler/opendata/index.html,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-779/latest.zip
DE Münchner Verkehrsgesellschaft (MVG) GTFS,gtfs,https://www.mvg.de/static/gtfs/google_transit.zip,DE,see https://www.mvg.de/verbindungen/Fahrplandaten.html,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list; PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=DE-BY-MVG,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; PTNA candidate; use original publisher URL where available.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2333/latest.zip
"DE OVA-Aalen, OVA-Bopfingen, Beck+Schubert GTFS",gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/oam.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-772/latest.zip
DE Rhein-Neckar-Verkehr GTFS,gtfs,https://files.mobilitydatabase.org/mdb-777/latest.zip,DE,see https://opendata.rnv-online.de/dataset/gtfs-general-transit-feed-specification,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Selected Mobility Database latest.zip mirror because the catalog direct URL is known to be stale.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
"DE Rurtalbahn GmbH, ABELLIO Rail, VIAS GmbH, Aachener Straßenbahn und Energieversorgungs-AG, Rurtalbus GmbH, WestVerkehr GmbH, Staatsbahnen, National Express, ASEAG Netliner GTFS",gtfs,http://opendata.avv.de/current_GTFS/AVV_GTFS_mit_SPNV.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1094/latest.zip
DE Schweizer Reisen GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_ohne_liniennetz/vgf.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-774/latest.zip
DE SWU Verkehr GmbH (SWU) GTFS,gtfs,https://gtfs.swu.de/daten/SWU.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-776/latest.zip
DE Verkehrsverbund Mittelthüringen (VMT) GTFS,gtfs,https://www.vmt-thueringen.de/fileadmin/VMT_Redaktion/OPEN_DATA/VMT_GTFS.zip,DE,see https://creativecommons.org/licenses/by-nd/2.0/de/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1172/latest.zip
DE Verkehrsverbund Großraum Nürnberg (VGN) GTFS,gtfs,http://www.vgn.de/opendata/GTFS.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-858/latest.zip
DE VOLZ GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/vgc.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-906/latest.zip
DK Rejseplanen GTFS,gtfs,https://www.rejseplanen.info/labs/GTFS.zip,DK,verify Rejseplanen Labs terms,"rail,bus",Rejseplanen Labs / European transport feeds; Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,May require account/terms review for production.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1292/latest.zip
"FI Haarasilta Toivo Samuli, Järvisen Liikenne Oy, Koiviston Auto Oy, Lehtimäen Liikenne Oy, Bus Travel Oy Reissu Ruoti, Tilausliikenne Kuisma Ky GTFS",gtfs,https://tvv.fra1.digitaloceanspaces.com/223.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1129/latest.zip
FI Helsingin seudun liikenne (HSL) GTFS,gtfs,http://dev.hsl.fi/gtfs/hsl.zip,FI,see http://developer.reittiopas.fi/pages/en/home.php,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-865/latest.zip
"FI J. Vainion Liikenne Oy, LS-Liikennelinjat Oy, Salon Tilausmatkat Oy GTFS",gtfs,https://tvv.fra1.digitaloceanspaces.com/239.zip,FI,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tld-5529/latest.zip
FI Koskilinjat Oy GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/237.zip,FI,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tld-5528/latest.zip
FI Kuopio GTFS,gtfs,http://karttapalvelu.kuopio.fi/google_transit/google_transit.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-868/latest.zip
"FI Kuopion Tila-Auto Oy*, Oy Pohjolan liikenne Ab*, Kymen Charterline Oy, Mika K. Niskanen Oy, Savonlinja Oy, Pohjolan Matka (Pohjolan Turistiauto Oy), Kuopion Liikenne GTFS",gtfs,https://tvv.fra1.digitaloceanspaces.com/221.zip,FI,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tld-832/latest.zip
FI Lappeenranta GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/225.zip,FI,see https://opendata.waltti.fi/docs,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-929/latest.zip
FI Mikkeli GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/227.zip,FI,see https://opendata.waltti.fi/docs#gtfs-packages,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1130/latest.zip
FI Tampereen joukkoliikenne (JOLI) GTFS,gtfs,http://data.itsfactory.fi/journeys/files/gtfs/latest/gtfs_tampere.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-866/latest.zip
FI Waltti - Hämeenlinna GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/203.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1098/latest.zip
FI Waltti - Joensuu GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/207.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1227/latest.zip
FI Waltti - Jyväskylä GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/209.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-867/latest.zip
FI Waltti - Kotka GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/217.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1127/latest.zip
FI Waltti - Kouvola GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/219.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1128/latest.zip
FI Waltti - Oulu GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/229.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-869/latest.zip
FI Waltti - Pori GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/231.zip,FI,see https://creativecommons.org/licenses/by/4.0/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2839/latest.zip
FI Waltti - Vaasa GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/249.zip,FI,see https://opendata.waltti.fi/docs#gtfs-packages,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1131/latest.zip
FR Communauté d'agglomération de la Baie de Somme GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/47ead4b7-dc95-41f0-916a-7411d9f6b79b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83757/latest.zip
FR Communauté d'Agglomération de la Région de Château-Thierry GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/37ea6578-7f6d-4124-a150-3d450a529d69,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83793/latest.zip
FR Communauté d'Agglomération du Caudrésis et du Catésis GTFS,gtfs,https://transport.data.gouv.fr/resources/83396/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83396/latest.zip
FR Communauté d'Agglomération du Grand Cahors GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1f768fa6-ee56-44d8-b322-75b946128fd8,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81432/latest.zip
FR Communauté d'Agglomération du Grand Dole GTFS,gtfs,https://transport.data.gouv.fr/resources/81254/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81254/latest.zip
FR Communauté d'agglomération du grand Gueret GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/4b6bb4e3-86de-491c-8a0a-7892a02ccb60,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79483/latest.zip
FR Communauté d'Agglomération du Grand Sénonais INTERCOM GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/5f2edbfa-9025-467d-b769-80f4b1ec4ba6,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81898/latest.zip
FR Communauté d'Agglomération du Grand Villeneuvois GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/9248b0d3-3675-491b-8990-8058f0fdbcb5,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82189/latest.zip
FR Communauté d'Agglomération du Nord Grande-Terre GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/dbfbff0f-46b6-44d5-a4d4-60d4ac645026,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83020/latest.zip
FR Communauté d'Agglomération du Pays Ajaccien GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/5021a054-43c8-49b7-9166-832f2af6c8f0,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83836/latest.zip
FR Communauté d'agglomération du Pays de Grasse GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1580b34b-8ebe-42b1-b75c-a4ae41d579b7,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79821/latest.zip
FR Communauté d'agglomération du Pays de Grasse GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/851decd7-714f-45ad-9579-d60c06fad9dd,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79822/latest.zip
FR Communauté d'Agglomération du Pays de Laon GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/ab24abac-0a10-4695-9d4d-c0df885b1970,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80707/latest.zip
FR Communauté d'Agglomération du Pays de Saint-Omer GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/a490d239-942a-4206-bed5-cef5a2007bcd,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83987/latest.zip
FR Communauté d'Agglomération du Pays de Saint-Omer GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/78d8705c-bcb9-40aa-98b7-2486ffe9fee5,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83988/latest.zip
FR Communauté d'Agglomération du Puy-en-Velay GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/0bdd928a-c207-4d69-9a0b-cd520e870d7f,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,
FR Communauté d'Agglomération du Puy-en-Velay GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c3d26d87-0b2d-4d26-83b5-9474f12e31a4,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,
FR Communauté d'Agglomération du Puy-en-Velay GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/4544fd3f-cf34-4bab-b6ff-e5ad89476347,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,
FR Communauté d'Agglomération du Puy-en-Velay GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/72cb82e9-df44-40fc-9fea-4f93f8a527af,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,
FR Communauté de Communes Chinon Vienne et Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/af410692-57e7-44a3-b888-4efccdf77014,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83189/latest.zip
FR Communauté de Communes Chinon Vienne et Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/6348dadb-600c-42c8-bbea-f6ac09505ed3,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82150/latest.zip
FR Communauté de communes Cluses Arve et Montagne GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/0602751c-36aa-445d-88e2-aa4c51c13205,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83578/latest.zip
FR Communauté de Communes Cœur de Loire GTFS,gtfs,https://transport.data.gouv.fr/resources/83859/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83859/latest.zip
FR Communauté de Communes de l'Ouest Vosgien GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/e25586ac-9c14-4872-b00e-e66cd23d4413,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79814/latest.zip
FR Communauté de communes de Millau Grands Causses GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b1b9a7a6-1baf-4113-a6c3-4c5713764ffd,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83978/latest.zip
FR Communauté de communes de Serre-Ponçon GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bb9234b1-3837-4765-b630-276dc8bdabea,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83364/latest.zip
FR Communauté de Communes des Montagnes du Giffre GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/58b67800-a341-44f8-9a31-864d578b9757,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81549/latest.zip
FR Communauté de Communes du Briançonnais GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3ee23301-f454-4175-ba53-4734c30d5245,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81455/latest.zip
FR Communauté de Communes du Centre-Ouest GTFS,gtfs,https://transport.data.gouv.fr/resources/83891/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83891/latest.zip
FR Communauté de communes du Guillestrois et du Queyras GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bf92984d-4441-4cad-9879-b7209acba875,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82604/latest.zip
FR Communauté de Communes du Pays d'Orange en Provence GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d6c75600-f730-421e-93df-74a143d3e723,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,
FR Communauté de Communes du Pays des Écrins GTFS,gtfs,https://transport.data.gouv.fr/resources/83467/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83467/latest.zip
FR Communauté de Communes du Sud Corse GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/74f0577f-f709-49db-9750-53c9341f6e50,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81252/latest.zip
FR Communauté de Communes Haute-Tarentaise GTFS,gtfs,https://transport.data.gouv.fr/resources/83848/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83848/latest.zip
FR Communauté de Communes Haute-Tarentaise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/76210b43-2647-413a-84ed-adf07b0a7392,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83626/latest.zip
FR Communauté de Communes Haute-Tarentaise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/9f5669e6-202f-4166-99e4-0e15586e1473,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83627/latest.zip
FR Communauté de communes pays d'Evian - vallée d'Abondance GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/e8b38261-a2df-4f48-8749-93d56c468454,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83746/latest.zip
FR Communauté de Communes Pyrénées Vallées des Gaves GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/382a2cc7-336b-49ff-9fbd-f355629701b6,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83155/latest.zip
FR Communauté de communes Retz-en-Valois GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/39bc7064-a387-4eef-9fb3-05fe3c00782b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82689/latest.zip
FR Communauté d’Agglomération du Centre Littoral de Guyane GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/9e9cea88-cdf9-4f3d-ae17-f30c9512d276,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81705/latest.zip
FR Communauté d’Agglomération du Centre Littoral de Guyane GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/12c4aed4-a268-4cb3-8fb5-7625a747cf56,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83304/latest.zip
FR Communauté d’Agglomération du Centre Littoral de Guyane GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d358344a-ed1e-4d74-b092-9cbc517b10a8,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83781/latest.zip
FR Commune Les Deux Alpes GTFS,gtfs,https://transport.data.gouv.fr/resources/83810/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83810/latest.zip
FR Commune Les Deux Alpes GTFS,gtfs,https://transport.data.gouv.fr/resources/83813/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83813/latest.zip
FR Commune Les Deux Alpes GTFS,gtfs,https://transport.data.gouv.fr/resources/83989/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83989/latest.zip
FR Grand Poitiers Open Data GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/82146378-f019-4048-aa16-7328081b0369,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83389/latest.zip
FR Intercom de la Vire au Noireau GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/4d6b5107-fec7-41bb-9115-bbaafb7e71f1,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83769/latest.zip
FR Intercom de la Vire au Noireau GTFS,gtfs,https://transport.data.gouv.fr/resources/83846/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83846/latest.zip
FR Intercom de la Vire au Noireau GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f3b71a3c-85fd-48c3-a3f0-30b988a4e64b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83770/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/191ae476-2ce8-48d7-bed2-b9cb93f63364,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81138/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/61277099-cde9-457c-919d-a1b7b20fe992,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81650/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d9ea4b4a-0717-4a7d-bd14-054afa192457,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81146/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/0676f78f-66f9-4d37-a67e-0944ac5164e3,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81072/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/23f2f5ed-c21c-4e87-840b-22512fe7c5d7,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81645/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2b8e53ce-a26c-4986-8d33-505e1b680bb4,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81074/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1f143621-2afa-4aa8-a958-d5399e709347,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81042/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/e61f439a-2321-4ce2-bda7-89be2494304f,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83921/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2ca2ec9b-666a-4fc8-a348-6e7ec79e59a0,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83922/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b892a9c7-eda3-4d95-a70b-89b2391e81b0,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81519/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c6279e07-8e38-459a-b96a-96e4109d0816,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81649/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/960fa36a-d183-4140-ae64-462d92a06eb8,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81056/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/ef552f35-b49b-43d5-8bbc-ad95efdc3d95,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81652/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3074dfb5-2209-44b4-891a-a86694ecaeec,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81054/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/ad0a4757-eb8a-4c06-b459-51442466d5c4,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81058/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/44f6333d-58ab-4e0c-965e-5349d6d1cdcd,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81068/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2aeffed5-95e9-4587-a8f8-f52c32968566,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81648/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1364ed96-7246-4344-a04c-34bd06ef2b0c,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81070/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/daba957b-c833-46ad-9bc1-12f3347ac4d9,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81651/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3a98dcdb-ca6e-40fc-8da9-09ab7f5661c9,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81066/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/6fdd303a-7b76-4742-b877-d0923c59505b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81034/latest.zip
FR Oise Mobilité - Syndicat mixte des transports collectifs de l'Oise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2c64085e-8c3d-4bb6-b935-a4b6c0a2e550,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81158/latest.zip
FR Ondéa - COMPAGNIE DE TRANSPORT DU LAC DU BOURGET-CTLB GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b4e8d98c-e17a-4fb0-857f-8cb618039b2a,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-71223/latest.zip
FR Open Data Rodez Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f17028a4-61ff-4b84-8856-f7c8937a2c28,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81175/latest.zip
FR Pays de Saint Gilles Croix de Vie Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/34972a83-5b0f-4f99-b9b7-19593a4c6e1d,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82097/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c0bd9ff1-97f9-43f8-aca4-8e80d7728324,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79818/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/916752e4-5daa-48bd-8bc1-4dd8d64f1d4a,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80721/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b57c66f2-ecaf-4934-a530-753bcb8aad04,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82641/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/4c73f3c1-7f5a-4e38-b97d-75471bd47048,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81416/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d5920d40-ea72-4e22-b506-2ca583950282,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81421/latest.zip
FR Région des Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/7bc6edfa-d68c-4cc7-a1a5-a8b05fcae444,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81394/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/4258bcab-8da4-42fe-a811-0135d7476e85,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82170/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3e744287-1221-47fd-96e0-fa154e79c4f8,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82169/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/429d30fb-ba6e-4e90-ad82-6d589a98cbfd,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82277/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/293d12e7-7db8-42d8-bbb4-543aad13fc7e,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81828/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/58babea3-fc7a-4e2d-be16-69936f10e81c,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81829/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bb4ce18c-af05-4a8c-b7ae-f9c53bdb3fae,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81830/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1e2937e3-d495-44bc-aec0-bd5da085e3a4,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81832/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/ae3f2c20-ddf9-4469-a953-ebb56e273d3f,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81820/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/67129a71-49d0-467d-b388-4672ab1d5593,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81821/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c50a9ec8-98dc-40ee-a842-555738197957,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81822/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/5338146c-d7d5-44fe-aa17-df21e170b7d5,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81823/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/46fa1d25-72a8-40e2-849d-c08c096a44c7,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82276/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/34cc46fd-56f8-450c-802c-f5ad3a4914af,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81826/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/deb2e6c8-fc48-4a11-b7d0-180f961fd4dc,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81833/latest.zip
FR Région Hauts-de-France GTFS,gtfs,https://transport.data.gouv.fr/resources/83620/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83620/latest.zip
FR Réseau de transport en commun Le Havre Seine Métropole LiA GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2178bfa8-9fe0-4633-8223-8c151728ef28,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-84037/latest.zip
FR Syndicat Mixte des Mobilités de l'Aire Grenobloise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/91dbf9cb-4ab2-42a3-9f40-0791a53d58d2,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81617/latest.zip
FR Syndicat Mixte des Mobilités de l'Aire Grenobloise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b6ec7ba4-09bc-46df-b9a1-79a2c2668cf2,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83459/latest.zip
FR Syndicat Mixte des Mobilités de l'Aire Grenobloise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c1067233-c35e-4c53-93b3-050f707bf6a2,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81794/latest.zip
FR Syndicat Mixte des Mobilités de l'Aire Grenobloise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2ee1e02f-da22-4b86-8451-5ef67ae32cdd,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83462/latest.zip
FR Syndicat Mixte des Mobilités de l'Aire Grenobloise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3ec51aee-ce59-4608-b721-faae118ea1d0,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81618/latest.zip
FR Syndicat Mixte des Transports du Petit Cul de Sac Marin GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/ac89688b-252b-4b23-9e97-39226402cf2b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82727/latest.zip
FR Syndicat Mixte des Transports Urbains du grand Nouméa GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/696cd51a-1d94-4d3f-9001-8e719c25fe03,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82780/latest.zip
FR Transdev • Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b8d1007f-567e-48c4-9c40-bee205f1e688,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79151/latest.zip
FR Transdev • Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/024123a0-8665-4983-90bd-134ef7d70383,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80586/latest.zip
FR Transdev • Pays de la Loire GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/2fc8108a-5b91-455a-8d10-1c938d360a9f,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79537/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b98b0597-0657-4a1a-b4cb-eee012da25b2,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-74201/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bea6a9f7-2ebc-49b0-9c00-21e84a94b70b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79299/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f2d93d79-f9f7-4455-9a3b-5d942d010cad,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79359/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/cf277982-b61f-4ba0-b47a-5f6df5394d38,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-79551/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bbbd5a29-2fbf-47ae-84fd-6d1ebb758eeb,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82168/latest.zip
FR Transp'Or - Pays de l'Or Agglomération GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/6144236f-d68c-4318-8ed8-5bb468ac735c,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-84029/latest.zip
FR Transport du Grand Longwy GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/8a839ea6-21f5-4503-a8e1-05fe0fd2aa8e,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83210/latest.zip
NL OpenOV national GTFS,gtfs,http://gtfs.openov.nl/gtfs-rt/gtfs-openov-nl.zip,NL,verify OpenOV/NDOV terms,"rail,tram,metro,bus,ferry",European transport feeds / OpenOV,P0,Use NDOV/OVapi for production and realtime.
NO Entur national aggregated GTFS,gtfs,https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_norway-aggregated-gtfs.zip,NO,verify Entur terms/NLOD,"rail,tram,metro,bus,ferry",Entur; Mobility Database feed catalog,P0,GTFS is a subset; NeTEx is official/most complete.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1078/latest.zip
SE Scania Transport Services GTFS,gtfs,https://data.trilliumtransit.com/gtfs/scania-se/scania-se.zip,SE,,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tld-7891/latest.zip
SE GTFS Sverige mirror,gtfs,https://scraped.data.public-transport.earth/se/gtfs.zip,SE,verify Trafiklab/Samtrafiken terms,"rail,tram,metro,bus,ferry",European transport feeds mirror,P0,Production source should use Trafiklab API key and official endpoint.
SE TrafikLab GTFS,gtfs,https://api.resrobot.se/gtfs/sweden.zip,SE,see https://www.trafiklab.se/api/gtfs-datasets/gtfs-sverige-2/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2661/latest.zip
SE Trafiklab GTFS,gtfs,https://opendata.samtrafiken.se/gtfs-sweden/sweden.zip,SE,see https://www.trafiklab.se/api/gtfs-datasets/gtfs-sweden/#licence,bus,Mobility Database feed catalog,P0,
AT Optima Express GTFS,gtfs,https://github.com/jonaes/gtfs/raw/refs/heads/main/output/optima_gtfs.zip,AT,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-3123/latest.zip
"AT Wiener Lokalbahnen (WLB), Wiener Linien GTFS",gtfs,http://www.wienerlinien.at/ogd_realtime/doku/ogd/gtfs/gtfs.zip,AT,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-648/latest.zip
BE Société nationale des chemins de fer belges (NMBS-SNCB) GTFS,gtfs,https://gtfs.irail.be/nmbs/gtfs/latest.zip,BE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-686/latest.zip
BE Société nationale des chemins de fer belges (NMBS-SNCB) GTFS,gtfs,https://data.gtfs.be/sncb/gtfs/be-sncb-gtfs.zip,BE,see https://gtfs.be/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1859/latest.zip
BE TEC GTFS,gtfs,https://data.gtfs.be/tec/gtfs/be-tec-gtfs.zip,BE,see https://gtfs.be/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1868/latest.zip
DE DB Long-distance Rail GTFS.DE,gtfs,https://download.gtfs.de/germany/fv_free/latest.zip,DE,Creative Commons 4.0,rail,GTFS.DE / Deutsche Bahn long-distance rail; Mobility Database feed catalog,P1,Use as the first focused German rail feed for cross-source station deduplication with VBB and FlixTrain.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-768/latest.zip
DE DB ZugBus Regionalverkehr Alb-Bodensee GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/rab.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog,P1,
DE European Sleeper GTFS,gtfs,https://jbb.ghsq.de/gtfs/eu-es.gtfs.zip,DE,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-3107/latest.zip
"DE Freiburger Verkehrs AG (VAG), R.A.S.T. Reisen (RAST), Tuniberg Express GTFS",gtfs,https://www.vag-freiburg.de/fileadmin/gtfs/VAGFR.zip,DE,see https://www.vag-freiburg.de/service-infos/downloads/gtfs-daten,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1115/latest.zip
DE Verkehrsverbund Pforzheim-Enzkreis (VPE) GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/vpe.zip,DE,see https://www.nvbw.de/open-data/fahrplandaten/fahrplandaten-mit-liniennetz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1085/latest.zip
DE Verkehrsverbund Rhein-Neckar GTFS,gtfs,https://geoportal.vrn.de/services/sharing/rest/content/items/4ec4b1d131eb46a6bb8e216ce9b90eff/data,DE,see https://www.vrn.de/opendata/datasets/soll-fahrplandaten-gtfs-aktuell,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1173/latest.zip
DE Verkehrsverbund Rhein-Sieg (VRS) GTFS,gtfs,http://download.vrsinfo.de/gtfs/google_transit.zip,DE,see https://www.vrs.de/fahren/fahrplanauskunft/opendata-/-openservice,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-778/latest.zip
EU FlixBus/FlixTrain Europe GTFS,gtfs,http://gtfs.gis.flix.tech/gtfs_generic_eu.zip,EU,verify Flix terms,rail,Transitland feed,P1,Important commercial long-distance network; verify reuse before production.
FI national GTFS,gtfs,https://traffic.navici.com/tiedostot/gtfs.zip,FI,verify Fintraffic/FINAP terms,"rail,tram,metro,bus,ferry",European transport feeds / Fintraffic,P1,Check current endpoint and whether HSL/Waltti should be ingested separately.
"FI Finferries, Alandstrafiken, Rosita Oy, JS Ferryway Ltd Oy, Kuljetus-Savolainen Oy, Archipelago Lines Oy, Sundqvist Investments Oy Ab, Pörtö Line, Nordic Coast Line, Yksityinen, HSL, Vitharun, Espoon kaupunki, Suomen saaristokuljetus, Nor",gtfs,http://lautta.net/db/gtfs/gtfs.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/ferries/734/20221227-2/gtfs.zip
"FI Porvoon Museorautatie, Pieksämäen Höyryveturiyhdistys ry GTFS",gtfs,https://rata.digitraffic.fi/api/v1/trains/gtfs-passenger.zip,FI,,bus,Mobility Database feed catalog,P1,
FI Turku GTFS,gtfs,http://data.foli.fi/gtfs/gtfs.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-864/latest.zip
"FI Vekka Liikenne Oy, Kainuun Tilausliikenne P. Jääskeläinen Ky, Oulaisten Liikenne Oy GTFS",gtfs,https://tvv.fra1.digitaloceanspaces.com/211.zip,FI,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/tld-829/latest.zip
FR Communauté urbaine du Grand Nancy GTFS,gtfs,https://www.data.gouv.fr/fr/datasets/r/e7e78cd7-e186-4923-a272-9713fbc28b45,FR,,bus,Mobility Database feed catalog,P1,
"IE Catherine Madigan, Kelly Travel, Donal Harrington Coach Service, Farragher International Travel Services, Burkesbus, Collins Coaches, Halpenny Transport, McGonagle Bus & Coach Hire, Tralee Peoples Bus Service, Flight Link Limited, Keelin",gtfs,https://www.transportforireland.ie/transitData/Data/GTFS_Small_Operators.zip,IE,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/tld-5576/latest.zip
IE Transport for Ireland combined GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_combined.zip,IE,verify NTA terms/fair use,"rail,tram,bus",Transport for Ireland / European transport feeds,P1,Pair with NTA GTFS-Realtime later.
"IE TFI Local Link Mayo, TFI Local Link Kerry, TFI Local Link Cork, TFI Local Link Galway, TFI Local Link Longford Westmeath Roscommon, TFI Local Link Cavan Monaghan, TFI Local Link Tipperary, TFI Local Link Waterford, TFI Local Link Louth M",gtfs,https://www.transportforireland.ie/transitData/Data/GTFS_Local_Link.zip,IE,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/tld-641/latest.zip
IE Transport for Ireland (TFI) GTFS,gtfs,https://www.transportforireland.ie/transitData/Data/GTFS_All.zip,IE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2364/latest.zip
LU GTFS mirror,gtfs,https://scraped.data.public-transport.earth/lu/gtfs.zip,LU,verify data.public.lu terms,"rail,tram,bus",European transport feeds mirror,P1,Prefer data.public.lu NeTEx for production.
DE AVV Aachen GTFS,gtfs,http://opendata.avv.de/current_GTFS/,DE,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=DE-NW-AVV,P2,PTNA candidate; use original publisher URL where available.
DE RhönEnergie Bus GmbH GTFS,gtfs,https://gtfs.rhoenenergie-bus.de/GTFS.zip,DE,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=DE-HE-REB,P2,PTNA candidate; use original publisher URL where available.
FI Helsingin seudun liikenne GTFS,gtfs,https://infopalvelut.storage.hsldev.com/gtfs/hsl.zip,FI,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FI-18-HSL,P2,PTNA candidate; use original publisher URL where available.
FR CITYWAY GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/LINEOTIM_Complet.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-Lineotim,P2,PTNA candidate; use original publisher URL where available.
FR Keolis Rennes GTFS,gtfs,https://transport.data.gouv.fr/datasets/versions-des-horaires-theoriques-des-lignes-de-bus-et-de-metro-du-reseau-star-au-format-gtfs,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-Star,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/ARBUS.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-ARBUS,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_NS.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_NS,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_RLP.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_RLP,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_22.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_22,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_29.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_29,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_35.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_35,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/BREIZHGO_CAR_56.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-BREIZHGO_CAR_56,P2,PTNA candidate; use original publisher URL where available.
FR KorriGo GTFS,gtfs,https://www.korrigo.bzh/ftp/OPENDATA/TUDBUS.gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-BRE-TUDBUS,P2,PTNA candidate; use original publisher URL where available.
FR Mecatran GTFS,gtfs,https://transport.data.gouv.fr/datasets/offres-de-services-bus-et-tramway-gtfs,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-NAQ-TBM,P2,PTNA candidate; use original publisher URL where available.
FR Ministère chargé des transports GTFS,gtfs,https://transport.data.gouv.fr/datasets/donnees-de-transport-en-commun-reseau-altigo-communaute-de-communes-du-brianconnais-format-gtfs,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-PAC-Altigo,P2,PTNA candidate; use original publisher URL where available.
FR Région Pays de la Loire GTFS,gtfs,https://donnees.paysdelaloire.fr/data/pdl44.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-PDL-Aleop_44,P2,PTNA candidate; use original publisher URL where available.
FR SNCF GTFS,gtfs,https://eu.ftp.opendatasoft.com/sncf/plandata/export-opendata-sncf-gtfs.zip,FR,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FR-SNCF,P2,PTNA candidate; use original publisher URL where available.
NL OVapi GTFS,gtfs,https://gtfs.ovapi.nl/nl/gtfs-nl.zip,NL,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=NL-OVApi,P2,PTNA candidate; use original publisher URL where available.
SE Samtrafiken i Sverige AB GTFS,gtfs,https://opendata.samtrafiken.se/gtfs-sweden/sweden.zip?key={apikey},SE,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=SE-Samtrafiken,P2,PTNA candidate; use original publisher URL where available.
AT Bean Shuttle GTFS,gtfs,http://gtfs.beanshuttle.com/google_transit.zip,AT,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-859/latest.zip
AT OBB Personenverkehr AG Kundenservice GTFS,gtfs,https://static.oebb.at/open-data/soll-fahrplan-gtfs/GTFS_OP_2024_obb.zip,AT,see https://data.oebb.at/de/datensaetze~soll-fahrplan-gtfs~,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2138/latest.zip
AT Wiener Linien GTFS,gtfs,https://wien.gv.at/data/zip/gtfs.zip,AT,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/stadt-wien/888/20200623/gtfs.zip
"BE ABuss OÜ, Aktsiaselts Hansa Bussiliinid, Aktsiaselts MK Autobuss, Alukvik OÜ, Arilix OÜ, AS Lux Express Estonia, Asunduse osaühing, ATG Bussiliinid OÜ, Atko Bussiliinid AS, ATKO Liinid OÜ, ATKO Transport OÜ, Ekspress-Auto L Osaühing, Eks",gtfs,https://files.mobilitydatabase.org/mdb-1095/latest.zip,BE,,bus,MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
BE De Lijn GTFS,gtfs,https://data.gtfs.be/delijn/gtfs/be-delijn-gtfs.zip,BE,see https://gtfs.be,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1869/latest.zip
BE De Waterbus GTFS,gtfs,https://addtransit.com/gtfsfile/85165/DeWaterbus.zip,BE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-685/latest.zip
BE DeWaterbus GTFS,gtfs,https://data.gtfs.be/dewaterbus/gtfs/be-dewaterbus-gtfs.zip,BE,see https://gtfs.be/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1860/latest.zip
BE Société des Transports Intercommunaux de Bruxelles/Maatschappij voor het Intercommunaal Vervoer te Brussel (STIB / MIVB) GTFS,gtfs,https://stibmivb.opendatasoft.com/api/datasets/1.0/gtfs-files-production/alternative_exports/gtfszip/,BE,see https://stibmivb.opendatasoft.com/explore/dataset/gtfs-files-production/information/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1088/latest.zip
BE Société des Transports Intercommunaux de Bruxelles/Maatschappij voor het Intercommunaal Vervoer te Brussel (STIB / MIVB) GTFS,gtfs,https://data.gtfs.be/stib/gtfs/be-stib-gtfs.zip,BE,see https://gtfs.be,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1857/latest.zip
DE Leipziger Verkehrsbetriebe (LVB) GTFS,gtfs,https://opendata.leipzig.de/dataset/8803f612-2ce1-4643-82d1-213434889200/resource/b38955c4-431c-4e8b-a4ef-9964a3a2c95d/download/gtfsmdvlvb.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-781/latest.zip
DE Münchner Verkehrs- und Tarifverbund GmbH (MVV) GTFS,gtfs,https://www.mvv-muenchen.de/fileadmin/mediapool/02-Fahrplanauskunft/03-Downloads/openData/mvv_ohneShape_20241004095702.zip,DE,see https://www.mvv-muenchen.de/fahrplanauskunft/fuer-entwickler/opendata/index.html,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2252/latest.zip
DE Münchner Verkehrs- und Tarifverbund GmbH (MVV) GTFS,gtfs,https://www.mvv-muenchen.de/fileadmin/mediapool/02-Fahrplanauskunft/03-Downloads/openData/mvv_gtfs_01.zip,DE,see https://www.mvv-muenchen.de/fahrplanauskunft/fuer-entwickler/opendata/index.html,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2365/latest.zip
DE NVBW GTFS,gtfs,https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/vhb.zip,DE,see https://www.nvbw.de/open-data/lizenz,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-914/latest.zip
DE OstalbMobil – Verkehrsverbund GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/ostalbmobil-verkehrsverbund/1236/20200601/gtfs.zip,DE,see https://www.nvbw.de/aufgaben/digitale-mobilitaet/lizenz/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1202/latest.zip
DE RNV GTFS,gtfs,https://opendata.rnv-online.de/node/132/download,DE,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/rhein-neckar-verkehr/629/20200528/gtfs.zip
DE Rursee-Schifffahrt KG GTFS,gtfs,https://de.data.public-transport.earth/gtfs-germany.zip,DE,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-784/latest.zip
DE Swiss Federal Railways (SBB) GTFS,gtfs,https://opentransportdata.swiss/de/dataset/timetable-2022-gtfs2020/permalink,DE,see https://opentransportdata.swiss/en/terms-of-use/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1092/latest.zip
DE Verkehrsverbund Rhein-Ruhr GTFS,gtfs,https://www.opendata-oepnv.de/dataset/496eea5d-d6ef-4dc2-aeb0-d15c4fbf3178/resource/773be6b9-daec-4c39-971a-c9e5668f148b/download/20250508_gtfs_vrr_od.zip,DE,see https://www.opendata-oepnv.de/ht/de/organisation/verkehrsverbuende/vrr/startseite?tx_vrrkit_view%5Baction%5D=details&tx_vrrkit_view%5Bcontroller%5D=View&tx_vrrkit_view%5Bdataset_name%5D=soll-fahrplandaten-vrr&cHash=02c1406b5f625dd48a64d,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2651/latest.zip
"DE Železničná spoločnosť Slovensko, a.s. GTFS",gtfs,https://files.mobilitydatabase.org/mdb-1832/latest.zip,DE,,bus,MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
FI Joensuu GTFS,gtfs,https://dev.hsl.fi/gtfs.waltti/joensuu.zip,FI,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/city-of-joensuu/732/20190922/gtfs.zip
FI Jyväskylä GTFS,gtfs,https://data.jyvaskyla.fi/tiedostot/linkkidata.zip,FI,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/city-of-jyvaskyla/728/20180214/gtfs.zip
FI Kajaani GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/city-of-kajaani/1103/20190921/gtfs.zip,FI,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1136/latest.zip
FI Komia Liikenne GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/komia-liikenne/1225/20231206/gtfs.zip,FI,see https://www.komialiikenne.fi,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1255/latest.zip
FI Mäntylän Alueen Liikenne GTFS,gtfs,https://github.com/eidancottierr-jpg/mal-testgtfs/raw/refs/heads/main/mantyla_gtfs_schdl.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2905/latest.zip
FI Oulun joukkoliikenne GTFS,gtfs,https://transitdata.fi/oulu/google_transit.zip,FI,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/oulun-joukkoliikenne/729/20190529/gtfs.zip
FI POS-ELY Joensuu GTFS,gtfs,https://tvv.fra1.digitaloceanspaces.com/183.zip,FI,see https://opendata.waltti.fi/getting-started,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1125/latest.zip
FI POSELY GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/liikennevirasto/733/20180808/gtfs.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1317/latest.zip
FR Aix en Bus GTFS,gtfs,http://tsvc2.pilote3.cityway.fr/api/Export/v1/GetExportedDataFile?ExportFormat=Gtfs&OperatorCode=AIXENBUS,FR,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-888/latest.zip
"FR Aleop Renfort LR 85, Aléop en Loire-Atlantique, Aléop en Maine-et-Loire, Aléop en Mayenne, Aléop en Sarthe, Aléop en Vendée, Aléop en Vendée et Loire-Atlantique, Aléop express Régionale, Aléop TER, projet Aléop en Loire-Atlantique, Yeu C",gtfs,https://donnees.paysdelaloire.fr/data/pdl.zip,FR,see https://data.paysdelaloire.fr/explore/dataset/234400034_lignes-regulieres-de-transports-regionaux-arrets/information/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1096/latest.zip
FR CA du Pays de Grasse GTFS,gtfs,https://transport-data-gouv-fr-resource-history-prod.cellar-c2.services.clever-cloud.com/79822/79822.20230921.151241.357814.zip,FR,see https://transport.data.gouv.fr/datasets/lignes-regulieres-de-transports-sillages-en-pays-de-grasse-urbain-et-scolaire,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2004/latest.zip
FR Communauté d'agglomération de la Baie de Somme GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/0a10e218-937c-4795-b9e7-c81533a38446,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82577/latest.zip
FR Communauté d'Agglomération de la Région de Château-Thierry GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f56b6c9c-0a25-4d87-a1b1-4b108e3d0a22,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81574/latest.zip
FR Communauté d'Agglomération du Pays Ajaccien GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/3f08460c-8ec7-4b9e-a244-8855292b9e24,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-8645/latest.zip
FR Communauté d'Agglomération du Pays de Saint-Omer GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/584491f9-0ace-4ee2-a49e-23caedb6f3f1,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81457/latest.zip
FR Communauté de communes de Millau Grands Causses GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b38a8202-1d7e-4345-964c-f07a335ea90b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-82411/latest.zip
FR Communauté de communes de Millau Grands Causses GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/c5b39c38-3a01-40fb-9d66-26ce3a760b9b,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83930/latest.zip
FR Communauté de communes de Serre-Ponçon GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/619cfea8-a866-40bc-b431-b7f85af6066f,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81974/latest.zip
FR Communauté de communes de Serre-Ponçon GTFS,gtfs,https://transport.data.gouv.fr/resources/84030/download?token=xdgqKBTAzhw4DSPz6zeGc4c5eW0LhwztcGv4-vpzP4U,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-84030/latest.zip
FR Communauté de communes de Serre-Ponçon GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/f8a8d797-035b-4adf-a447-a8624639232e,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83736/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/7a182d63-ebe2-4490-8bc8-188ae7312c23,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81866/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/629ffcc9-152e-4526-9720-3ccf944c97e2,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81772/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d4d91019-c15a-4733-bd2d-0ebf17d69993,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81858/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/8d670add-a215-486a-bf96-2b44b3b6aebe,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81867/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/7b2f319f-a028-4db7-826f-1bd71d636a01,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81870/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/7c5842e2-0420-4e60-a2ad-90c077c03505,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81873/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/bf169a63-e51b-44b3-bca0-e7aaa3335109,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81863/latest.zip
FR Communauté de Communes du Golfe de Saint-Tropez GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/147fd87d-9898-42a9-af88-748c0ac9bb52,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-81773/latest.zip
FR Communauté de Communes Haute-Tarentaise GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/d6c3eae8-fab6-4ff2-adc2-32bb2d213dd7,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83629/latest.zip
FR Communauté de communes Retz-en-Valois GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/eff9558e-4575-429f-bbe1-0cd37f1e6432,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83788/latest.zip
FR Communauté dʼAgglomération du Pays de Saint-Omer GTFS,gtfs,https://www.data.gouv.fr/fr/datasets/r/5ec3d89e-cd57-4416-a5ba-c84c4784f958,FR,see https://transport.data.gouv.fr/datasets/transports-en-commun-audomarois-1,bus,Mobility Database feed catalog,P3,
FR Communauté dʼAgglomération du Pays de Saint-Omer GTFS,gtfs,https://transport-data-gouv-fr-resource-history-prod.cellar-c2.services.clever-cloud.com/81457/81457.20231230.060844.417532.zip,FR,see https://transport.data.gouv.fr/datasets/transports-en-commun-audomarois-1,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1989/latest.zip
FR Département de Loire-Atlantique GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/b04f2bcc-a99c-4d45-a22a-b61f491c30ad,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,
FR Département de Loire-Atlantique GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/daebfad5-7273-4637-b897-88308b2d96d7,FR,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-83727/latest.zip
"FR Eurostar, Thalys, SNCF, DB ICE, DB Intercity, c2c Service, Chiltern Railways Service, First Great Western Service, Gatwick Express Service, East Coast, Heathrow Express Service, Hull Trains Service, East Midland Trains, Greater Anglia, L",gtfs,https://gtfs.eurostar.com/assets/gtfs.zip,FR,see https://transport.data.gouv.fr/datasets/eurostar-gtfs,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2431/latest.zip
FR Ilévia (Réseau de transport Transpole de la Métropole Européenne de Lille) GTFS,gtfs,https://transport-data-gouv-fr-resource-history-prod.cellar-c2.services.clever-cloud.com/81995/81995.20241104.060921.630251.zip,FR,see https://www.etalab.gouv.fr/licence-ouverte-open-licence/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2152/latest.zip
FR La Navette de la CC Sel et Vermois GTFS,gtfs,https://zenbus.net/gtfs/static/download.zip?dataset=sel-et-vermois,FR,see https://transport.data.gouv.fr/datasets/horaires-theoriques-et-temps-reel-de-la-navette-de-sel-et-vermois-gtfs-gtfs-rt,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1895/latest.zip
FR Le Grand Chalon GTFS,gtfs,https://www.data.gouv.fr/fr/datasets/r/7d3fd400-c55e-4994-9d85-de1dd4291dcb,FR,see https://transport.data.gouv.fr/datasets/horaires-theoriques-du-reseau-zoom-le-grand-chalon-gtfs,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-658/latest.zip
FR Le Titus GTFS,gtfs,https://zenbus.net/gtfs/static/download.zip?dataset=reseau-titus,FR,see https://transport.data.gouv.fr/datasets/horaires-theoriques-et-temps-reel-du-reseau-titus-rosny-sous-bois-gtfs-gtfs-rt,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1890/latest.zip
FR Les bus des Cigales GTFS,gtfs,http://tsvc2.pilote3.cityway.fr/api/Export/v1/GetExportedDataFile?ExportFormat=Gtfs&OperatorCode=CIGALES,FR,see http://opendata.regionpaca.fr/fileadmin/user_upload/tx_ausyopendata/licences/Licence-Ouverte-Open-Licence-ETALAB.pdf,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-889/latest.zip
FR Les Saisies GTFS,gtfs,https://zenbus.net/gtfs/static/download.zip?dataset=lessaisies,FR,see https://transport.data.gouv.fr/datasets/horaires-theoriques-et-temps-reel-de-la-station-de-ski-les-saisies-gtfs-gtfs-rt,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1899/latest.zip
FR Offre de transport du réseau Libellus GTFS,gtfs,https://www.data.gouv.fr/fr/datasets/r/70c9f936-129e-41f4-940a-8e6f272535d1,FR,see http://opendatacommons.org/licenses/odbl/summary/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1286/latest.zip
FR Ondéa - COMPAGNIE DE TRANSPORT DU LAC DU BOURGET-CTLB GTFS,gtfs,https://ratpdev-mosaic-prod-bucket-raw.s3-eu-west-1.amazonaws.com/33/exports/1/gtfs.zip,FR,see https://transport.data.gouv.fr/datasets/ctlb-donnees-theoriques-et-rt-aix-les-bains-lac-du-bourget/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-600/latest.zip
FR Réseau de transport en commun Le Havre Seine Métropole LiA GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/1e666e24-58ee-46b9-8952-ea2755ba88f2,FR,see https://opendatacommons.org/licenses/odbl/1.0/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80254/latest.zip
FR Réseau de transport Transpole de la Métropole Européenne de Lille GTFS,gtfs,https://opendata.lillemetropole.fr/api/datasets/1.0/transport_arret_transpole-point/alternative_exports/gtfszip,FR,see https://opendata.lillemetropole.fr/explore/dataset/transport_arret_transpole-point/?disjunctive.filename&disjunctive.commune,bus,Mobility Database feed catalog,P3,
FR TAG GTFS,gtfs,https://metromobilite.fr/data/Horaires/SEM-GTFS.zip,FR,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/tag/594/20221110/gtfs.zip
FR TER Pays de la Loire GTFS,gtfs,https://eu.ftp.opendatasoft.com/sncf/plandata/export-ter-gtfs-last.zip,FR,see https://www.etalab.gouv.fr/licence-ouverte-open-licence/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1259/latest.zip
FR TER Pays de la Loire GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/region-des-pays-de-la-loire/1072/20190403/gtfs.zip,FR,see http://opendatacommons.org/licenses/odbl/,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1153/latest.zip
FR Transport en Moselle et Madon (T'MM) GTFS,gtfs,https://www.datagrandest.fr/metadata/fluo-grand-est/FR-200052264-T0025-0000/fluo-grand-est-tmm-gtfs.zip,FR,see https://transport.data.gouv.fr/datasets/fr-200052264-t0025-0000-1,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2738/latest.zip
GB Transport For London (TfL) GTFS,gtfs,https://storage.googleapis.com/teleport-gtfs/tflgtfs_nobus.zip,GB,see https://tfl.gov.uk/corporate/terms-and-conditions/transport-data-service,bus,Mobility Database feed catalog,P3,
"IE John Paul Healy, Kyanitedale Ltd, Philip Farrell, Cummer Coaches Ltd, EastPoint, Galway Bus Ltd, Martin Leydon Coaches, John O'Donoghue & Sons, Gorey Bus Links, McGonagle Bus and Coach Hire, GoBus, Avalen Limited, Treacy Coaches, Barrys ",gtfs,https://www.transportforireland.ie/transitData/google_transit_sro.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Joseph Foley GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_josfoley.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Kearns Transport GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_kearns.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Kenneallyʼs Bus Service GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_kenneallys.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Local Link Mayo GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_locallink.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Luas GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_luas.zip,IE,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/transport-for-ireland/1045/20221213/gtfs.zip
IE Michael Gray Coach Hire GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_mgray.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Michael Kilbride GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_mkilbride.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Tralee Peopleʼs Bus Service GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_tralee.zip,IE,,bus,Mobility Database feed catalog,P3,
IE Wexford Bus GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_wexfordbus.zip,IE,,bus,Mobility Database feed catalog,P3,
"LU Régime Général des Transports Routiers, Ville de Luxembourg - Service Autobus, Chemins de Fer Luxembourgeois, Syndicat des Tramways Intercommunaux dans le Canton d'Esch, Luxtram, Société Nationale des Chemins de Fer Luxembourgeois GTFS",gtfs,https://data.public.lu/en/datasets/r/10d05f8a-40a9-4bf2-bd8d-d7f783145b36,LU,see https://data.public.lu/en/datasets/horaires-et-arrets-des-transport-publics-gtfs/,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1108/latest.zip
NO Kolumbus GTFS,gtfs,https://rkt.no/gt/google_transit.zip,NO,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/kolumbus/54/20211118/gtfs.zip
NO Ruter GTFS,gtfs,https://reis.ruter.no/gtfs/gtfs.zip,NO,,bus,Mobility Database feed catalog,P3,Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/ruter/240/20170617/gtfs.zip
SE Trafiklab GTFS,gtfs,https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/storstockholms-lokaltrafik/1086/20200224/gtfs.zip,SE,see https://www.trafiklab.se/node/17865/license,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P3,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1320/latest.zip
DE VBB Berlin-Brandenburg GTFS,gtfs,https://www.vbb.de/vbbgtfs,DE,CC-BY attribution VBB Verkehrsverbund Berlin-Brandenburg GmbH,"rail,tram,metro,bus,ferry",VBB official Berlin Open Data GTFS,P5,Berlin/Brandenburg bootstrap feed for the regional model; updated twice weekly; pair with Geofabrik Berlin OSM PBF.
1
name
kind
url
country
license
mode_scope
source_basis
priority
notes
2
AT Bean Shuttle GTFS
gtfs
https://www.beanshuttle.com/gtfs.zip
AT
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P0
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2036/latest.zip
3
BE Communauté Urbaine de Dunkerque / Réseau Dk Bus GTFS
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P0
Selected Mobility Database latest.zip mirror because the catalog direct URL is known to be stale.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; PTNA candidate; use original publisher URL where available.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2333/latest.zip
see https://opendata.rnv-online.de/dataset/gtfs-general-transit-feed-specification
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P0
Selected Mobility Database latest.zip mirror because the catalog direct URL is known to be stale.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.
27
DE Rurtalbahn GmbH | ABELLIO Rail | VIAS GmbH| Aachener Straßenbahn und Energieversorgungs-AG | Rurtalbus GmbH | WestVerkehr GmbH | Staatsbahnen | National Express | ASEAG Netliner GTFS
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P0
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-868/latest.zip
40
FI Kuopion Tila-Auto Oy*, Oy Pohjolan liikenne Ab*, Kymen Charterline Oy, Mika K. Niskanen Oy, Savonlinja Oy, Pohjolan Matka (Pohjolan Turistiauto Oy), Kuopion Liikenne GTFS
GTFS.DE / Deutsche Bahn long-distance rail; Mobility Database feed catalog
P1
Use as the first focused German rail feed for cross-source station deduplication with VBB and FlixTrain.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-768/latest.zip
see https://www.vrs.de/fahren/fahrplanauskunft/opendata-/-openservice
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P1
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-778/latest.zip
621
EU FlixBus/FlixTrain Europe GTFS
gtfs
http://gtfs.gis.flix.tech/gtfs_generic_eu.zip
EU
verify Flix terms
rail
Transitland feed
P1
Important commercial long-distance network; verify reuse before production.
622
FI national GTFS
gtfs
https://traffic.navici.com/tiedostot/gtfs.zip
FI
verify Fintraffic/FINAP terms
rail,tram,metro,bus,ferry
European transport feeds / Fintraffic
P1
Check current endpoint and whether HSL/Waltti should be ingested separately.
623
FI Finferries, Alandstrafiken, Rosita Oy, JS Ferryway Ltd Oy, Kuljetus-Savolainen Oy, Archipelago Lines Oy, Sundqvist Investments Oy Ab, Pörtö Line, Nordic Coast Line, Yksityinen, HSL, Vitharun, Espoon kaupunki, Suomen saaristokuljetus, Nor
gtfs
http://lautta.net/db/gtfs/gtfs.zip
FI
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P1
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://openmobilitydata-data.s3.us-west-1.amazonaws.com/public/feeds/ferries/734/20221227-2/gtfs.zip
624
FI Porvoon Museorautatie, Pieksämäen Höyryveturiyhdistys ry GTFS
see https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P1
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1951/latest.zip
652
GB Transport for Greater Manchester Arriva in the North West, Atlantic Travel, Bestway Travel, Belle Vue Coaches, Blackburn Private Hire, The Burnley Bus Company, Bullocks Coaches, Cumfy Bus, D&G Bus, Don Fraser Coaches Ltd, Finch Coaches,
IE TFI Local Link Mayo, TFI Local Link Kerry, TFI Local Link Cork, TFI Local Link Galway, TFI Local Link Longford Westmeath Roscommon, TFI Local Link Cavan Monaghan, TFI Local Link Tipperary, TFI Local Link Waterford, TFI Local Link Louth M
see https://www.opendata-oepnv.de/ht/de/organisation/verkehrsverbuende/vrr/startseite?tx_vrrkit_view%5Baction%5D=details&tx_vrrkit_view%5Bcontroller%5D=View&tx_vrrkit_view%5Bdataset_name%5D=soll-fahrplandaten-vrr&cHash=02c1406b5f625dd48a64d
bus
Mobility Database feed catalog; MobilityData validator acceptance-test feed list
P3
Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2651/latest.zip
FR Aleop Renfort LR 85, Aléop en Loire-Atlantique, Aléop en Maine-et-Loire, Aléop en Mayenne, Aléop en Sarthe, Aléop en Vendée, Aléop en Vendée et Loire-Atlantique, Aléop express Régionale, Aléop TER, projet Aléop en Loire-Atlantique, Yeu C
gtfs
https://donnees.paysdelaloire.fr/data/pdl.zip
FR
see https://data.paysdelaloire.fr/explore/dataset/234400034_lignes-regulieres-de-transports-regionaux-arrets/information/
see https://transport.data.gouv.fr/datasets/horaires-theoriques-au-format-gtfs-et-horaires-temps-reel-au-format-gtfs-rt-du-reseau-car-jaune-a-la-reunion
FR Eurostar, Thalys, SNCF, DB ICE, DB Intercity, c2c Service, Chiltern Railways Service, First Great Western Service, Gatwick Express Service, East Coast, Heathrow Express Service, Hull Trains Service, East Midland Trains, Greater Anglia, L
gtfs
https://gtfs.eurostar.com/assets/gtfs.zip
FR
see https://transport.data.gouv.fr/datasets/eurostar-gtfs
IE John Paul Healy, Kyanitedale Ltd, Philip Farrell, Cummer Coaches Ltd, EastPoint, Galway Bus Ltd, Martin Leydon Coaches, John O'Donoghue & Sons, Gorey Bus Links, McGonagle Bus and Coach Hire, GoBus, Avalen Limited, Treacy Coaches, Barrys
LU Régime Général des Transports Routiers, Ville de Luxembourg - Service Autobus, Chemins de Fer Luxembourgeois, Syndicat des Tramways Intercommunaux dans le Canton d'Esch, Luxtram, Société Nationale des Chemins de Fer Luxembourgeois GTFS
CH Swiss national GTFS,gtfs,https://gtfs.geops.ch/dl/gtfs_complete.zip,CH,verify at opentransportdata.swiss,"rail,tram,metro,bus,ferry",European transport feeds / official Swiss OTD derivative,P0,geOps feed is derived from official Swiss Open Transport Data; verify production terms.
NL OpenOV national GTFS,gtfs,http://gtfs.openov.nl/gtfs-rt/gtfs-openov-nl.zip,NL,verify OpenOV/NDOV terms,"rail,tram,metro,bus,ferry",European transport feeds / OpenOV,P0,Use NDOV/OVapi for production and realtime.
DK Rejseplanen GTFS,gtfs,https://www.rejseplanen.info/labs/GTFS.zip,DK,verify Rejseplanen Labs terms,"rail,bus",Rejseplanen Labs / European transport feeds; Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,May require account/terms review for production.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1292/latest.zip
FI Helsingin seudun liikenne (HSL) GTFS,gtfs,http://dev.hsl.fi/gtfs/hsl.zip,FI,see http://developer.reittiopas.fi/pages/en/home.php,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-865/latest.zip
NO Entur national aggregated GTFS,gtfs,https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_norway-aggregated-gtfs.zip,NO,verify Entur terms/NLOD,"rail,tram,metro,bus,ferry",Entur; Mobility Database feed catalog,P0,GTFS is a subset; NeTEx is official/most complete.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1078/latest.zip
IE Bus Éireann GTFS,gtfs,https://www.transportforireland.ie/transitData/Data/GTFS_Bus_Eireann.zip,IE,see https://www.transportforireland.ie/transitData/PT_Data.html,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2636/latest.zip
GB BODS national GTFS,gtfs,https://data.bus-data.dft.gov.uk/timetable/download/gtfs-file/all/,GB,OGL/verify BODS terms,"rail,bus",BODS / Mobility Database; Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,England/GB bus focus; heavy rail separate.; Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2014/latest.zip
DE DB Long-distance Rail GTFS.DE,gtfs,https://download.gtfs.de/germany/fv_free/latest.zip,DE,Creative Commons 4.0,rail,GTFS.DE / Deutsche Bahn long-distance rail; Mobility Database feed catalog,P1,Use as the first focused German rail feed for cross-source station deduplication with VBB and FlixTrain.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-768/latest.zip
DE Public Transport Germany GTFS,gtfs,https://download.gtfs.de/germany/nv_free/latest.zip,DE,see https://www.nvbw.de/open-data/lizenz,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1090/latest.zip
DE Regional Rail Transport Germany GTFS,gtfs,https://download.gtfs.de/germany/rv_free/latest.zip,DE,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1089/latest.zip
DE Verkehrsverbund Rhein-Neckar GTFS,gtfs,https://geoportal.vrn.de/services/sharing/rest/content/items/4ec4b1d131eb46a6bb8e216ce9b90eff/data,DE,see https://www.vrn.de/opendata/datasets/soll-fahrplandaten-gtfs-aktuell,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1173/latest.zip
"AT Wiener Lokalbahnen (WLB), Wiener Linien GTFS",gtfs,http://www.wienerlinien.at/ogd_realtime/doku/ogd/gtfs/gtfs.zip,AT,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P1,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-648/latest.zip
NL OVapi GTFS,gtfs,https://gtfs.ovapi.nl/nl/gtfs-nl.zip,NL,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=NL-OVApi,P2,PTNA candidate; use original publisher URL where available.
FI Helsingin seudun liikenne GTFS,gtfs,https://infopalvelut.storage.hsldev.com/gtfs/hsl.zip,FI,,bus,PTNA GTFS analysis; details: https://ptna.openstreetmap.de/en/gtfs-details.php?feed=FI-18-HSL,P2,PTNA candidate; use original publisher URL where available.
CH Communauté de communes pays d'Evian - vallée d'Abondance GTFS,gtfs,https://www.data.gouv.fr/api/1/datasets/r/429c8587-676a-4ed3-8279-e67403bc36f4,CH,see https://www.data.gouv.fr/pages/legal/licences/etalab-2.0,bus,Mobility Database feed catalog,P0,Mobility Database mirror: https://files.mobilitydatabase.org/tdg-80973/latest.zip
AT Bean Shuttle GTFS,gtfs,https://www.beanshuttle.com/gtfs.zip,AT,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-2036/latest.zip
AT Optima Express GTFS,gtfs,https://github.com/jonaes/gtfs/raw/refs/heads/main/output/optima_gtfs.zip,AT,,bus,Mobility Database feed catalog,P1,Mobility Database mirror: https://files.mobilitydatabase.org/mdb-3123/latest.zip
"FI Haarasilta Toivo Samuli, Järvisen Liikenne Oy, Koiviston Auto Oy, Lehtimäen Liikenne Oy, Bus Travel Oy Reissu Ruoti, Tilausliikenne Kuisma Ky GTFS",gtfs,https://tvv.fra1.digitaloceanspaces.com/223.zip,FI,,bus,Mobility Database feed catalog; MobilityData validator acceptance-test feed list,P0,Useful smoke-test feed list; prefer Mobility Database feeds_v2 metadata for production source review.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-1129/latest.zip
GTFS.DE / Deutsche Bahn long-distance rail; Mobility Database feed catalog
P1
Use as the first focused German rail feed for cross-source station deduplication with VBB and FlixTrain.; Mobility Database mirror: https://files.mobilitydatabase.org/mdb-768/latest.zip
Run harmonization inside the existing Mobility Workbench for now:
- Same FastAPI server.
- Same operator/data-engineering UI.
- Same PostgreSQL/PostGIS database.
- Separate GTFS Harmonization and Mapping Data UI modules backed by the existing source/job tables.
- Separate QA/harmonization API surface starting with `/api/qa/*`.
- Separate canonical export concept, but no separate public API backend yet.
Split this into a separate service later when one of these becomes true:
- third-party API consumers need independent uptime, auth, quotas, billing, or SLA boundaries;
- export jobs need independent workers, storage, or scaling;
- canonical data publication needs immutable release management independent of the editing workbench;
- commercial/public API concerns start slowing down internal QA and import workflows.
The public/API product should not expose raw workbench tables directly. It should consume versioned canonical snapshots.
The journey/routing interface should consume the active harmonized transit snapshot. It should not expose raw GTFS feed selection as a normal traveller-facing routing control. Feed-specific filters remain useful for QA, layer inspection, diagnostics, and source review.
## Target Pipeline
```text
source catalog
-> raw feed snapshots
-> validation reports
-> normalized staging tables
-> canonical matching and deduplication
-> conflict review and reusable rules
-> versioned canonical snapshot
-> GTFS/API/GeoParquet exports
```
The pan-European output should be a canonical mobility dataset first, not one giant internal GTFS feed. GTFS should be one export format from that canonical snapshot.
## Core Concepts
### Source Registry
Track every identified source, including feeds not yet imported:
- source URL and publisher;
- country/region/mode coverage;
- source authority and priority;
- update cadence and freshness;
- importability;
- license and redistribution status.
Mobility Database can be used as a broad discovery connector. Prefer the full `feeds_v2.csv` catalog/API over validator acceptance-test feed lists because it includes feed status, official/source flags, latest/direct URLs, license URLs, features, and bounding boxes. Treat it as candidate metadata: the catalog metadata is reusable, but each transit feed still needs its own provider licence review and authority ranking.
PTNA can be used as a GTFS/OSM QA and crosswalk connector. Its country pages expose feed IDs, provider names, release dates, validity windows, route-analysis links, detail pages, and original release-page links. Detail pages can add license text, OSM permission notes, `network:guid`, and route matching hints. PTNA should not become the canonical publisher for a feed; the harmonizer should follow the original provider URL where possible and keep PTNA as evidence.
The generated discovery files live under `docs/generated/`:
-`gtfs_feed_candidates.csv` keeps every discovered feed/evidence row.
-`gtfs_ingestable_sources.csv` keeps rows that can be imported as GTFS sources after review.
-`gtfs_test_run_sources.csv` keeps a smaller multi-source set for deduplication tests.
Required license flags before publication:
-`can_import`
-`can_derive`
-`can_redistribute`
-`requires_attribution`
-`commercial_restrictions`
### Raw Snapshots
Every update should preserve immutable raw input:
- source id;
- fetch time;
- source hash;
- upstream metadata;
- parser/import version;
- validator report;
- previous active snapshot.
This keeps deduplication and conflict decisions reproducible.
### Canonical Entities
Stable meubility IDs should be the internal truth. Source IDs remain aliases.
- OSM as visual/gap evidence, not timetable authority.
Authority can differ by entity type. A source can be authoritative for timetable but weak for route geometry or operator identity.
### Conflict Review
The QA dashboard should expose review queues for:
- duplicate operators/agencies;
- duplicate stop places/station complexes;
- GTFS stops without canonical links;
- OSM stops without GTFS/canonical links;
- canonical stop groups with large spatial disagreement;
- routes with missing, weak, or conflicting OSM links;
- routes with missing shapes or route-pattern geometry;
- stale calendars and short service horizons;
- license/redistribution blockers.
Manual resolutions must become reusable rules so source updates do not reintroduce the same conflict.
## Export Strategy
Do not start with one giant Europe GTFS zip as the only product. Produce:
- versioned canonical snapshot tables;
- country/region GTFS exports;
- network/operator GTFS exports;
- full-Europe analytical dumps such as GeoParquet;
- API-ready entity endpoints later.
Each export needs:
- snapshot id;
- source feed versions;
- generation time;
- validation summary;
- license/attribution manifest;
- conflict/review status.
## Current Implementation Step
The first implementation is a lightweight harmonization boundary:
-`/api/qa/summary`;
- source discovery metrics;
- import health metrics;
- GTFS validation counters;
- canonical stop/link coverage;
- route matching and geometry counters;
- publication-readiness warnings.
- GTFS source add/import/review controls live in the `GTFS Harmonization` sidebar module.
- OSM/route-layer source controls live in the `Mapping Data` sidebar module.
- The journey panel displays the active harmonized transit snapshot instead of a GTFS source picker.
This is intentionally a skeleton. The next step is to turn non-zero warning/bad counters into review queues with drill-down lists and persistent resolution actions.
CH Swiss national GTFS,gtfs,https://gtfs.geops.ch/dl/gtfs_complete.zip,CH,verify at opentransportdata.swiss,"rail,bus,tram,metro,ferry,cableway",European transport feeds / official Swiss OTD derivative,P0,geOps feed is derived from official Swiss Open Transport Data; verify production terms.
DE generated national GTFS,gtfs,https://scraped.data.public-transport.earth/de/gtfs.zip,DE,verify upstream DELFI/Mobilithek/gtfs.de,"rail,bus,tram,metro",European transport feeds mirror,P0,Bootstrap only; prefer official DELFI/Mobilithek NeTEx for production.
DB Long-distance Rail GTFS.DE,gtfs,https://download.gtfs.de/germany/fv_free/latest.zip,DE,Creative Commons 4.0,"rail,long-distance rail",GTFS.DE / Deutsche Bahn long-distance rail,P1,Use as the first focused German rail feed for cross-source station deduplication with VBB and FlixTrain.
VBB Berlin-Brandenburg GTFS,gtfs,https://www.vbb.de/vbbgtfs,DE,CC-BY attribution VBB Verkehrsverbund Berlin-Brandenburg GmbH,"rail,bus,tram,metro,ferry",VBB official Berlin Open Data GTFS,P5,Berlin/Brandenburg bootstrap feed for the regional model; updated twice weekly; pair with Geofabrik Berlin OSM PBF.
DK Rejseplanen GTFS,gtfs,https://www.rejseplanen.info/labs/GTFS.zip,DK,verify Rejseplanen Labs terms,"train,bus",Rejseplanen Labs / European transport feeds,P1,May require account/terms review for production.
FI national GTFS,gtfs,https://traffic.navici.com/tiedostot/gtfs.zip,FI,verify Fintraffic/FINAP terms,"rail,bus,tram,metro,ferry",European transport feeds / Fintraffic,P1,Check current endpoint and whether HSL/Waltti should be ingested separately.
IE Transport for Ireland combined GTFS,gtfs,https://www.transportforireland.ie/transitData/google_transit_combined.zip,IE,verify NTA terms/fair use,"bus,rail,tram",Transport for Ireland / European transport feeds,P1,Pair with NTA GTFS-Realtime later.
LT national GTFS,gtfs,https://www.visimarsrutai.lt/gtfs/gtfs_all.zip,LT,verify visimarsrutai terms,"bus,trolleybus,rail",NAP list / European transport feeds,P2,Validate freshness and calendar horizon.
LU GTFS mirror,gtfs,https://scraped.data.public-transport.earth/lu/gtfs.zip,LU,verify data.public.lu terms,"bus,rail,tram",European transport feeds mirror,P1,Prefer data.public.lu NeTEx for production.
NL OpenOV national GTFS,gtfs,http://gtfs.openov.nl/gtfs-rt/gtfs-openov-nl.zip,NL,verify OpenOV/NDOV terms,"rail,bus,tram,metro,ferry",European transport feeds / OpenOV,P0,Use NDOV/OVapi for production and realtime.
NO Entur national aggregated GTFS,gtfs,https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_norway-aggregated-gtfs.zip,NO,verify Entur terms/NLOD,"rail,bus,tram,metro,ferry",Entur,P0,GTFS is a subset; NeTEx is official/most complete.
SE GTFS Sverige mirror,gtfs,https://scraped.data.public-transport.earth/se/gtfs.zip,SE,verify Trafiklab/Samtrafiken terms,"rail,bus,tram,metro,ferry",European transport feeds mirror,P0,Production source should use Trafiklab API key and official endpoint.
GB BODS national GTFS,gtfs,https://data.bus-data.dft.gov.uk/timetable/download/gtfs-file/all/,GB,OGL/verify BODS terms,"bus,local light rail where in BODS",BODS / Mobility Database,P0,England/GB bus focus; heavy rail separate.
FlixBus/FlixTrain Europe GTFS,gtfs,http://gtfs.gis.flix.tech/gtfs_generic_eu.zip,EU,verify Flix terms,"coach,rail",Transitland feed,P1,Important commercial long-distance network; verify reuse before production.
1
name
kind
url
country
license
mode_scope
source_basis
priority
notes
2
CH Swiss national GTFS
gtfs
https://gtfs.geops.ch/dl/gtfs_complete.zip
CH
verify at opentransportdata.swiss
rail,bus,tram,metro,ferry,cableway
European transport feeds / official Swiss OTD derivative
P0
geOps feed is derived from official Swiss Open Transport Data; verify production terms.
-`docs/source_catalog_seed.csv` — broad discovery catalogue for official NAPs, feed registries, route-geometry evidence, realtime/disruption sources, rail/air registries and country notes.
-`docs/ingestable_sources_seed.csv` — direct static feeds that the current prototype can import immediately.
-`docs/generated/gtfs_feed_candidates.csv` — generated GTFS discovery manifest from Mobility Database, PTNA, the validator acceptance list, and curated local seeds.
-`docs/generated/gtfs_ingestable_sources.csv` — generated direct GTFS source rows suitable for source-registry import after license/source review.
-`docs/generated/gtfs_test_run_sources.csv` — generated focused feed set for the first multi-source harmonization/deduplication run.
Use `--countries ALL` for the broad global Mobility Database/acceptance-list pass. Use a positive `--max-ptna-details` when you want PTNA license and OSM crosswalk fields; the country-table scrape is fast, while detail pages can be slow.
Import the direct feed seed list into the source registry:
That queues every listed source import with per-source matching disabled, then queues one route-matching job and one route-layer rebuild after the imports. This avoids rebuilding matches/layers after every individual feed.
Then run feeds one by one from the UI or CLI:
```bash
python -m app.cli run-source 1
python -m app.cli run-match
```
## Operator list strategy
There is no single complete European transport-operator list. Generate the operator table by unioning and reconciling:
1. GTFS `agency.txt` records from every imported static feed.
2. NeTEx `Operator`, `Authority`, `Network`, and `Line` records once NeTEx ingestion is added.
3. National Access Point dataset publishers and data-provider metadata.
4. National stop registries and access-node systems, such as NaPTAN, NSR, and Swiss SLOID/DiDok/service-point datasets.
5. Rail undertaking registries such as ERADIS Single Safety Certificates.
6. Aviation registries such as EASA AOC/TCO lists, plus airport registries such as OurAirports.
7. OSM `operator` and `network` tags as a gap-finding and alias-discovery layer, not as authority.
8. Manual commercial/onboarding records for booking/API coverage.
Persist every operator row with provenance: source table, source URL, first_seen, last_seen, confidence, and whether it is an authority, data publisher, brand, legal operator, infrastructure manager, or booking partner.
## Geometry policy
For this workbench, the extracted OSM route layer is the authoritative visual layer for routes, networks and stop display. GTFS, NeTEx, official GIS data, infrastructure registries and historical vehicle traces are matching and QA inputs. They can propose corrections, flag missing or stale OSM route-layer geometry, and explain timetable deviations, but they do not override the canonical visual route layer automatically.
Use non-OSM geometry sources as evidence in this order:
1. NeTEx journey-pattern/link-sequence geometry and GTFS `shapes.txt`.
2. Official stop/station registries such as NaPTAN, NSR, and SLOID/DiDok.
3. Official infrastructure registries such as ERA RINF and RailNetEurope DII.
4. Official operator GIS route datasets where available.
5. Historical realtime vehicle traces after QA.
6. OSM route-layer gaps and conflicts for manual review.
## OSM PBF extraction
For large countries or Europe-wide experiments, pre-filter raw PBF files before importing them:
This requires the external `osmium` CLI. The result is still an OSM transport extract and remains the input to the canonical visual route-layer extraction; it is not a separate geometry hierarchy.
## Temporary closures and disruption data
Structured temporary closure/disruption data usually comes from:
- GTFS-Realtime Service Alerts, TripUpdates and VehiclePositions.
- SIRI-SX, SIRI-ET, SIRI-VM, and related national profiles.
- DATEX II roadworks, closures, incidents, restrictions and weather for bus detours and access legs.
- Rail-specific feeds such as National Rail Darwin or operator construction-work feeds.
- Ferry and air operator/airport APIs where available, often commercial or auth-gated.
Model these as separate validity-windowed event tables rather than modifying the base static timetable.
Europe,EU/EEA/UK/CH,multimodal,NAPCORE National Access Points list,Official discovery / NAP index,catalog URLs; country NAPs; MMTIS/RTTI/SRTI/SSTP,public directory,Primary entry point for official national mobility data portals; not itself a feed.,No direct route geometry; points to authoritative national sources.,"Indirect: country NAPs may expose DATEX II, SIRI, GTFS-RT, road events.",Use NAP publishers/data providers as candidate authority/operator records.,Public; individual NAP terms vary.,P0,https://napcore.eu/description-naps/national-access-point/,https://napcore.eu/description-naps/national-access-point/,"Crawl country NAP metadata first; store source, formats, auth requirements, licence, last_seen."
Europe,EU/EEA/UK/CH,multimodal,EU National Access Points PDF,Official NAP directory,PDF/list of NAP URLs by delegated act,public,"Official map of country NAPs for multimodal, real-time traffic, safety-related traffic and truck parking data.",No direct route geometry.,References traffic/disruption portals by country.,"Useful for country bootstrap, not operator enumeration.",Public.,P0,https://transport.ec.europa.eu/document/download/963c997d-efd9-40ae-a38b-5d4b935bdfcf_en?filename=its-national-access-points.pdf,https://transport.ec.europa.eu/document/download/963c997d-efd9-40ae-a38b-5d4b935bdfcf_en?filename=its-national-access-points.pdf,Seed country table; reconcile against NAPCORE monitoring tool.
Europe,EU/EEA/UK/CH,land/public transport,European transport feeds,Community feed index,"GTFS, NeTEx",public stable redirect URLs; no SLA,Practical list of open European GTFS/NeTEx feeds; good bootstrap but not authoritative and not exhaustive.,GTFS shapes / NeTEx geometry may supersede OSM where present.,No live data focus.,Derive agencies/operators from imported feeds.,URLs may be mirrors/scraped; verify source licence.,P0,https://eu.data.public-transport.earth/,https://eu.data.public-transport.earth/,Import feed URLs into source registry with 'secondary discovery' flag; validate licences upstream.
Europe,global,land/public transport + shared mobility,Mobility Database,Open catalog / feed registry,"GTFS, GTFS-RT, GBFS; validators/quality reports",public catalog; API/login for some functions,Large feed catalog with thousands of feeds across many countries; useful to find missing local/regional sources.,GTFS shapes can supersede OSM route geometry; feed metadata helps coverage.,"GTFS-RT feeds can include trip updates, vehicle positions, service alerts.",Feed agencies; not a complete legal operator registry.,Catalog is open; each feed has separate terms.,P0,https://mobilitydatabase.org/,https://mobilitydatabase.org/,Mirror metadata; schedule validator runs; link feed IDs to source registry.
Europe,global,land/public transport,Transitland Atlas / Transitland,Feed and operator catalog / archives,"GTFS, GTFS-RT; operator records; historical snapshots; API",public/commercial tiers,"Useful crosswalk of source feeds, agencies, operators, routes and archived versions.",RouteStopPattern / GTFS shapes can improve route geometry and history.,GTFS-RT service alerts/trip updates where catalogued.,Transitland operator abstraction groups agencies across feeds; good candidate operator list seed.,Atlas is open; API/service terms vary.,P1,https://github.com/transitland/transitland-atlas,https://www.transit.land/documentation/concepts/agencies-and-operators/,Use as secondary crosswalk; do not let it override official NAP sources without evidence.
Europe,global,land/public transport,Transitous sources,Open journey-planner source list / processed dataset,GTFS-derived datasets,public,Open-source routing project that compiles public feeds and can remove overlapping data when better sources exist.,"Processed shapes can aid QA, but use original feed as source of truth.",Not primary disruption source.,Operators via GTFS agencies.,Processed coverage may differ from original.,P2,https://github.com/transitous/transitous/blob/master/feeds/,https://transitous.org/,Use for gap discovery and regression comparison; ingest original sources where possible.
Europe,global,all mapped modes,OpenStreetMap / Geofabrik extracts,Crowdsourced geometry baseline,OSM PBF; route relations; route_master; stops; terminals; infrastructure,open under ODbL,"Best general existence layer for mapped networks, stops, stations, ferry routes and infrastructure; not timetable truth.","Fallback only; superseded by official GTFS shapes, NeTEx geometry, national stop registries, rail infrastructure registries.",Mapped closures may be present but not reliable for temporary passenger disruption.,"operator/network tags are useful candidate operator names, but noisy.",ODbL share-alike requirements; use attribution.,P0 fallback,https://download.geofabrik.de/europe.html,https://wiki.openstreetmap.org/wiki/Public_transport,Load into PostGIS as 'known network'; match official feeds against it.
Europe,EU,road/access legs/bus detours,DATEX II ecosystem / NAP road data,Road traffic/disruption standard,DATEX II,via national road NAPs; auth varies,"Reference European road traffic/travel information format; useful for bus detours, road closures, car/taxi/access legs.","Can supersede OSM for temporary road state, restrictions, closures.","Incidents, roadworks, closures, weather, restrictions, travel times.",Usually infrastructure/data-provider rather than transport-operator list.,Country-specific licences and access.,P1,https://datex2.eu/,https://napcore.eu/description-naps/national-access-point/,Model as road_event layer; spatially join with bus route shapes and access legs.
Europe,EU,rail,ERA ERADIS Safety Certificates,Rail operator registry,database/web,public,European rail safety/interoperability database; Single Safety Certificates identify licensed railway undertakings.,No route geometry; operator existence/authority layer.,No passenger disruptions.,"Strong seed for rail operator registry, but not timetable coverage.",Public database; not timetable licence.,P1,https://eradis.era.europa.eu/,https://www.era.europa.eu/domains/applicants/applications-single-safety-certificates_en,Ingest as rail_operator_authority table; match names to GTFS/NeTEx agencies.
Europe,EU,rail infrastructure,ERA RINF,Rail infrastructure registry,registry/web/API where available,public/official,Register of Infrastructure describes static characteristics of railway lines and operational points.,Can supersede OSM for official rail operational points/line sections and infrastructure characteristics.,No passenger disruption; static infrastructure only.,"Infrastructure managers and operational points, not passenger operators.",Access/API details vary.,P2,https://rinf.era.europa.eu/,https://www.era.europa.eu/domains/infrastructure/register-infrastructure-rinf_en,"Use later for rail topology QA, station/line code crosswalks, route compatibility."
Europe,EU,rail infrastructure,RailNetEurope Digital Infrastructure Information,Rail infrastructure / network information,"RINF-related, Primary Location Codes, network overview",public/sector,Rail infrastructure metadata for international rail planning and location codes.,"Can supersede OSM for official rail locations/codes, not passenger timetable route paths.",No direct passenger disruption feed.,"Infrastructure managers, not passenger operators.",Terms vary.,P3,https://rne.eu/it/rne-applications/dii/,https://rne.eu/it/rne-applications/dii/,Use as enrichment after core passenger timetable coverage.
Europe,global,air,EASA AOC / Air operators lists,Air operator registry,web/PDF lists,public,"Lists air operators holding EASA-issued AOCs and related authorisations; operator registry, not schedules.",No route geometry.,No passenger disruption.,Air operator existence only; combine with airports and flight schedule providers.,Public; not timetable data.,P3,https://www.easa.europa.eu/en/list-air-operators-holding-aoc-granted-easa,https://www.easa.europa.eu/en/list-air-operators-holding-aoc-granted-easa,Ingest as air_operator_registry; mark as non-schedule.
Europe,global,air,EASA Third Country Operators list,Air operator registry,PDF/list,public,"Authorized non-EU air operators relevant to Europe; registry, not route schedules.",No route geometry.,No disruptions.,Air operator existence only.,Public; not timetable data.,P3,https://www.easa.europa.eu/en/domains/air-operations/third-country-operators-tco,https://www.easa.europa.eu/en/domains/air-operations/third-country-operators-tco,Ingest as TCO registry for air operator crosswalk.
Europe,global,airports,OurAirports,Airport registry,CSV dumps,public,"Nightly-updated airport, region and country CSV files; useful airport/heliport existence layer.","Can supersede OSM for airport identifiers/metadata, not terminal geometry or schedules.",No disruptions.,"Airports, not airlines.",Public data; verify licence and attribution.,P2,https://ourairports.com/data/,https://ourairports.com/data/,Ingest airport points/codes; reconcile with OSM aeroway and IATA/ICAO.
Europe,global,air,IATA SDEP / SSIM,Air schedule data exchange,SSIM/SSM/ASM/MCT,industry/commercial/participation,"Industry schedule ecosystem; better for comprehensive air schedules than open data, but not public/open.","Can supersede OSM entirely for flight path/schedule existence, but not freely reusable.",Schedule changes; not open disruption feed.,Airlines via participation.,Restricted/commercial; use only with agreements.,P4,https://www.iata.org/en/services/data/passenger-traffic/schedule-data-exchange-program/,https://www.iata.org/en/publications/manuals/standard-schedules-information/,Mark as commercial source candidate; do not include in open MVP.
Europe,global,air,Cirium schedules,Commercial aviation schedules,"APIs, SSIM-style data",commercial,High-coverage commercial aviation schedules; useful if air timetable precision becomes required.,Supersedes OSM for air route/schedule graph.,Flight status may be separate commercial products.,Airline/operator data inside product.,Commercial licence.,P4,https://www.cirium.com/data/flight-schedules/schedules-and-connections-data/,https://www.cirium.com/data/flight-schedules/schedules-and-connections-data/,Commercial evaluation only; not open pipeline.
Europe,EU,air operations,EUROCONTROL Network Manager B2B,Operational aviation data,B2B APIs,restricted to operational stakeholders,Operational network data; not a general open public timetable source.,Could supersede public air data for qualified stakeholders only.,"Operational updates, depending access.","Operational participants, not open operator list.",Eligibility/usage conditions.,P4,https://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services,https://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services,Keep out of MVP unless eligibility/contract exists.
Austria,AT,"rail, bus, tram, metro",mobilitydata.gv.at / MVO GTFS timetable data,National feed / NAP,GTFS; NeTEx via Austrian mobility associations where available,public; some registration may apply,National public-transport planned timetable data collected by Verkehrsverbünde / MVO.,GTFS shapes/stops supersede OSM for planned service geometry where present.,Not primary; check Austrian NAP for SIRI/road events.,GTFS agency.txt and MVO data providers.,Licence/auth must be checked per dataset.,P1,https://www.mobilitydata.gv.at/,https://www.mobilitydata.gv.at/daten/soll-fahrplandaten-gtfs/,Add national static feed; validate shape and calendar coverage.
Belgium,BE,"rail, bus, tram, metro",transportdata.be / Belgian PT datasets,NAP / official datasets,"GTFS, NeTEx, GTFS-RT, SIRI/API",public; API subscription key may be required,"Belgian portal exposes De Lijn, STIB-MIVB, LETEC, SNCB/NMBS and multimodal datasets.",GTFS/NeTEx route and stop geometry supersede OSM for official service layer.,"De Lijn GTFS-RT includes disruptions, delays, cancellations; SMOP real-time integrates major operators.",Operators from feed agencies and Belgian PTO portal.,API keys and terms vary.,P1,https://www.transportdata.be/en/,https://portal.api.mobility.belgium.be/,"Implement provider-specific auth; ingest static first, RT second."
Bulgaria,BG,"rail, bus, airports",Bulgaria NAP / Ministry transport page,NAP / official discovery,"links to BDZ timetable, train location, bus timetables, airports",public discovery; machine-readability variable,NAP lists official sources for multimodal information but uniform GTFS/NeTEx coverage appears less mature.,"Official source pages may supersede OSM for timetable existence, not necessarily geometry.",Train location/road NAP sources; structured SIRI/GTFS-RT maturity unclear.,Operators from source portals and GTFS if present.,Likely fragmented; verify terms.,P3,https://www.mtc.government.bg/en/category/294/national-access-points-transport-related-data,https://www.mtc.government.bg/en/category/294/national-access-points-transport-related-data,Crawl NAP links; classify machine-readable vs web-only.
Croatia,HR,"road, ferry, bus, rail",promet-info.hr / Croatian NAP,NAP / traffic data,NAP catalog; road telematics; MMTIS discovery,public; machine access varies,Croatian NAP exists; public transport timetable feeds require additional discovery.,Official route/timetable feeds if found supersede OSM; otherwise OSM remains existence layer.,Road traffic management and incidents via NAP; passenger PT disruption coverage unclear.,Operators via datasets/OSM/web crawling.,Check portal terms.,P3,https://www.promet-info.hr/,https://hrvatske-ceste.hr/en/pages/traffic-and-safety/documents/76-national-access-point,"Start with NAP metadata, ferry/public transport operator crawl."
Cyprus,CY,"bus, coach, shuttle",traffic4cyprus GTFS-RT,NAP / realtime feed,GTFS-RT,public web service,Public Works Department dataset provides real-time estimated timetable information from public-transport telematics.,No static route geometry in this row; pair with static GTFS if available.,"GTFS-RT realtime estimates, up to 1 minute frequency.",Operators from static GTFS or agency metadata if available.,Portal terms apply.,P2,https://www.traffic4cyprus.org.cy/dataset/publictransportrealtime_gtfs_rt,https://www.traffic4cyprus.org.cy/dataset/publictransportrealtime_gtfs_rt,Find matching static GTFS; add RT ingestion for trip updates.
Czech Republic,CZ,"metro, tram, bus, rail, ferries",PID Open Data,Regional official feed,"GTFS, vehicle positions/API; stops; timetables",public,"Prague integrated transport provides timetables, online vehicle positions, stops and related data; GTFS includes metro/tram/trolleybus/bus/funicular/ferries/trains.",GTFS shapes/stops supersede OSM for PID services.,Online vehicle locations/delays and diversions where published.,PID feed agencies/operators; national sources for broader CZ.,Public licence details per dataset.,P1,https://pid.cz/o-systemu/opendata/,https://data.gov.cz/datové-sady,Ingest PID; discover national CIS JŘ / regional datasets.
Denmark,DK,"train, bus",Rejseplanen / Dataudveksleren,National feed / NAP,"NeTEx, GTFS",public; login may be required for some data,National Rejseplanen data includes public transport schedules for trains and buses and geographic information.,NeTEx/GTFS shapes/stops supersede OSM for planned service geometry.,Realtime availability requires separate APIs/feeds.,GTFS agencies/NeTEx operators.,Some feeds may require account.,P1,https://nap.vd.dk/,https://www.rejseplanen.info/labs/GTFS.zip,Implement account/manual token handling; ingest static national feeds.
Estonia,EE,"bus, rail, ferry where in register",Estonian public transport register / peatus.ee,National feed / registry,GTFS; national register extracts,public,National public transport register and peatus.ee data provide timetable/register data; feed URLs have changed historically.,Official feed stops/routes supersede OSM for planned services.,Realtime/disruption availability needs follow-up.,Operators from register and agency records.,Verify current feed URLs and licence.,P2,https://peatus.ee/,https://www.transpordiamet.ee/,Add URL-health checks because feed structure/URLs may change.
Finland,FI,"rail, bus, tram, metro, ferry, bike",Fintraffic FINAP / national GTFS dump,National feed / NAP,GTFS; APIs; Digitransit; GTFS-RT for HSL/Waltti,public,National travel data for transport services; Digitransit/HSL/Waltti provide strong regional timetable and realtime APIs.,GTFS route shapes/stops supersede OSM for covered services; official ferry/public waterborne data where present.,HSL and Waltti GTFS-RT; road/maritime data via Fintraffic/Digitraffic.,Agencies/operators from GTFS and FINAP metadata.,Terms per API.,P1,https://www.fintraffic.fi/en/digitalservices/Traffic-and-Public-Transport-Data-Services/Finap-service/public-transport,https://digitransit.fi/en/developers/apis/1-routing-api/,Ingest national GTFS and HSL/Waltti RT; identify ferry coverage.
France,FR,"rail, bus, tram, metro, ferry, coach, air metadata",transport.data.gouv.fr,National NAP/catalog,"GTFS, NeTEx, GTFS-RT, SIRI; SSIM reference for air",public catalog; per-feed terms/auth,"Large official catalog for public transport, road, shared vehicles, carpooling, etc.; public transit datasets describe networks, stops, routes and times.",GTFS/NeTEx shapes/stops supersede OSM; consolidated stop datasets help stop registry.,GTFS-RT and SIRI feeds including SNCF service alerts/trip updates where available.,Operators/publishers from dataset metadata and agencies.,Licence per dataset.,P0,https://transport.data.gouv.fr/,https://transport.data.gouv.fr/datasets?type=public-transit&locale=en,Crawl catalog API/search; import SNCF and regional feeds; add RT after static.
France,FR,national rail,SNCF Open Data,Operator feed,"GTFS, NeTEx, SIRI Lite, GTFS-RT TripUpdates/ServiceAlerts",public; terms per dataset,SNCF publishes static and realtime passenger information datasets.,SNCF GTFS/NeTEx route and stop data supersede OSM for timetable layer.,GTFS-RT TripUpdates and ServiceAlerts; SIRI ET/SX Lite.,SNCF agency/operator records.,Terms per data.gouv dataset.,P0,https://ressources.data.sncf.com/,https://transport.data.gouv.fr/datasets?organization=sncf&locale=en,Create SNCF connector; add stale-feed and preview-window checks.
Germany,DE,"rail, bus, tram, metro, ferry if in ÖPNV",DELFI / Mobilithek national NeTEx + GTFS.de,National feed / derived GTFS,"NeTEx, GTFS; GTFS-RT aggregate",public; official static via NAP; GTFS derived,National static timetable data published via Mobilithek/DELFI; GTFS.de offers daily GTFS covering DB long-distance/regional and local/urban transit.,Official NeTEx / GTFS shapes supersede OSM for planned services.,GTFS.de RT stream aggregates realtime where open/licensed: TripUpdates/ServiceAlerts.,Agencies/operators from feed; NAP publishers.,Static open; RT may depend on open licences/special agreements.,P0,https://gtfs.de/en/,https://gtfs.de/en/,"Use GTFS.de for bootstrap, plan NeTEx ingestion for higher fidelity."
Germany / Berlin-Brandenburg,DE,"rail, bus, tram, metro, ferry",VBB Berlin-Brandenburg GTFS,Regional authority feed / official GTFS,GTFS,public; updated twice weekly,Official VBB timetable feed for Berlin and Brandenburg bus and rail services; useful regional bootstrap/demo source before national-scale ingestion.,GTFS stops/shapes/timetables supersede OSM for planned service verification where present.,Static timetable only in this row; VBB GTFS-RT is a separate realtime source.,Agencies/operators from agency.txt and VBB feed metadata.,CC-BY; attribution required: VBB Verkehrsverbund Berlin-Brandenburg GmbH.,P5,https://www.vbb.de/vbbgtfs,https://daten.berlin.de/datensaetze/vbb-fahrplandaten-via-gtfs,Use for Berlin model bootstrap; pair with Geofabrik Berlin OSM PBF and validate route geometry coverage.
Germany,DE,rail disruptions,DB Baustellen / construction works,Operator disruption/planned works,web/API where available,public web; structured access variable,Major long-distance construction works and timetable changes; useful for planned closure enrichment.,"Can supersede OSM for temporary rail service restrictions, not geometry.","Planned works, timetable changes.",DB as operator/infrastructure-related source.,Terms to verify.,P2,https://bauinfos.deutschebahn.com/,https://bauinfos.deutschebahn.com/,Research structured endpoints; otherwise link as non-ingested evidence.
Greece,GR,"metro, tram, bus, coach, ferry",Greece NAP + OASA telematics,NAP / operator portals,web/API; GTFS unknown/fragmented,public web; machine access uncertain,"Official NAP exists; Athens OASA publishes line schedules/stops and telematics app information, but open machine-readable coverage needs verification.",Official feeds if found supersede OSM; otherwise OSM remains strong existence layer.,Telematics app includes real-time arrivals/locations; open reuse unclear.,Operators from NAP/operator pages and OSM.,Likely access/licence work required.,P3,https://www.nap.gov.gr/,https://telematics.oasa.gr/,Investigate NAP catalog API and OASA endpoints/licence.
Hungary,HU,"metro, tram, bus, trolleybus, suburban rail",BKK FUTÁR / BKK Open Data,Operator/regional feed,"GTFS, GTFS-RT",public/API key may apply,Budapest transport open data contains planned and realtime network data.,GTFS shapes/stops supersede OSM for Budapest-covered services.,GTFS-RT service/vehicle updates.,BKK operator/agency records.,Terms/API key to verify.,P2,https://bkk.hu/apps/docs/bkkfutar-static-gtfs/,https://opendata.bkk.hu/,Ingest Budapest as high-quality regional feed; search national/regional feeds.
Ireland,IE,"bus, rail, tram",NTA / Transport for Ireland GTFS and GTFS-R,National feed,"GTFS, GTFS-Realtime; NaPTAN-like stop data",public; fair-use/API limits,"National static transit data and GTFS-Realtime covering disruptions, vehicle locations and arrivals; current RT covers major operators and v2 extends modes.",GTFS shapes/stops and official stop datasets supersede OSM for timetable layer.,"GTFS-R disruptions, vehicle locations, arrivals.",Operators from agency.txt and NTA metadata.,Fair use and terms apply.,P1,https://developer.nationaltransport.ie/,https://developer.nationaltransport.ie/,Ingest static national GTFS; implement GTFS-RT endpoints with rate limits.
Italy,IT,"rail, bus, metro, tram, ferry",CCISS Italian NAP MMTIS,National NAP / NeTEx/SIRI aggregator,"NeTEx, SIRI",public catalog; data via regional access points/operators,Italian NAP receives NeTEx and SIRI from regional access points and operators including Trenitalia and several regions.,NeTEx route/stop/service data supersede OSM where present.,SIRI profiles for realtime/deviation where implemented.,Operators from NeTEx datasets and regional RAP metadata.,Access and profile conformity vary.,P1,https://www.cciss.it/nap/mmtis/public/en/static/multimodal,https://www.cciss.it/nap/mmtis/public/en/static/multimodal,Implement Italian NeTEx profile import; start with Trenitalia and regions.
Italy,IT,rail,Trenitalia NeTEx,Operator feed,NeTEx L1 scheduling services,public via NAP/dataset,National railway operator scheduled services in NeTEx.,Trenitalia NeTEx supersedes OSM for scheduled train route/timetable layer.,Realtime via SIRI/other channels to investigate.,Trenitalia as operator; train brands/services in data.,Terms per NAP.,P1,https://www.cciss.it/nap/mmtis/public/en/static/multimodal,https://www.trenitalia.com/,Connector for Trenitalia static NeTEx; map to station codes.
Latvia,LV,"bus, tram, trolleybus, rail",Rīgas satiksme GTFS + Latvian NAP,Operator feed / NAP,GTFS,public,Rīga publishes route/timetable schedules in GTFS; national NAP lists transport data sources.,GTFS shapes/stops supersede OSM for Rīga services.,Realtime/disruptions to investigate.,Rīgas satiksme agency; national providers from NAP.,Licence to verify.,P2,https://www.rigassatiksme.lv/en/for-media/open-data/,https://www.transportdata.gov.lv/,Ingest Rīga GTFS; discover national/regional/rail sources.
Lithuania,LT,"bus, trolleybus, rail",visimarsrutai.lt GTFS,National feed / NAP reference,GTFS,public URL referenced by official NAP list/community,Countrywide GTFS at visimarsrutai; official NAP list references GTFS and road/event portals.,GTFS shapes/stops supersede OSM for covered services.,Road restrictions/weather via eismoinfo; PT realtime to verify.,Agencies/operators from feed.,Licence to verify.,P2,https://www.visimarsrutai.lt/gtfs/,https://maps.eismoinfo.lt/,Ingest GTFS; use eismoinfo as road_event source for bus/access disruptions.
Luxembourg,LU,"bus, rail, tram",mobiliteit.lu / data.public.lu NeTEx and GTFS-RT,National feed,"NeTEx, GTFS, GTFS-RT",public,"Luxembourg publishes public-transport stops/timetables covering AVL, CFL, Luxtram, RGTR, TICE; realtime GTFS-RT integrates mobiliteit.lu and CFL data.",NeTEx/GTFS route/stops supersede OSM for national PT.,GTFS-RT realtime data.,Operators from NeTEx/agency records.,Open data terms per data.public.lu.,P1,https://data.public.lu/en/datasets/horaires-et-arrets-des-transport-publics-netex/,https://data.public.lu/en/datasets/gtfs-realtime/,Ingest NeTEx static; add GTFS-RT connector.
Malta,MT,"bus, ferry, road",Transport Malta NAP / geoservices,NAP / geospatial portal,geoservices; dataset catalog,public discovery; GTFS not confirmed,Malta NAP exists via Transport Malta geoservices; clear public machine-readable PT timetable feeds need follow-up.,"Official geoservices may supersede OSM for infrastructure, not necessarily timetable routes.",Road/traffic datasets may exist; PT disruptions unclear.,Operators from NAP and Malta Public Transport datasets/web.,Terms to verify.,P3,https://geoservices.transport.gov.mt/egis,https://www.transport.gov.mt/sustainable-mobility/transport-governance-and-policy-5761,Catalog geoservices layers; search for static bus/ferry feeds.
Netherlands,NL,"rail, bus, tram, metro, ferry",NDOV Loket / OVapi / gtfs.ovapi.nl,National feed hub,"GTFS, GTFS-RT, NeTEx, KV1, realtime",public; terms vary,"National PT data hub provides GTFS/GTFS-RT/NeTEx/trains/stops data; OVapi aggregate covers bus, rail, tram, subway and ferry.",Official GTFS/NeTEx/KV1 data supersedes OSM for planned service geometry/stops.,GTFS-RT and other realtime feeds.,Operators from feeds and NDOV metadata.,Terms per dataset; some legacy formats.,P0,https://gtfs.ovapi.nl/,https://ndovloket.nl/,Ingest national GTFS; add realtime and NeTEx/KV1 crosswalk.
Norway,NO,"rail, bus, tram, metro, ferry, air access",Entur national NeTEx/GTFS and NSR,National feed + stop registry,"NeTEx, GTFS, GTFS-RT, SIRI; NSR stop registry",public/free,National timetable and stop data dumps updated daily; NeTEx is official and most complete; NSR is master stop registry.,NeTEx and NSR supersede OSM for official stops/timetable/service geometry; OSM can be QA layer.,SIRI/GTFS-RT and SIRI-SX situations where available.,Operators from NeTEx and Entur source metadata.,Norwegian open data licence for NSR; check individual feed terms.,P0,https://developer.entur.org/stops-and-timetable-data/,https://developer.entur.org/pages-nsr-nsr/,Use as reference implementation for NeTEx-first ingestion.
Poland,PL,"bus, tram, rail, metro",dane.gov.pl NAP + local GTFS/GTFS-RT,NAP / fragmented local feeds,"GTFS, GTFS-RT for some cities/operators",public; fragmented,National NAP exists; dynamic data declarations are local/operator specific; major cities often publish their own feeds.,Local GTFS shapes supersede OSM per city; national coverage uneven.,GTFS-RT in selected locations; road disruptions via GDDKiA/NAP.,Operators from local feeds and NAP datasets.,Licence varies by municipality/operator.,P3,"https://dane.gov.pl/en/dataset/1739,NAP",https://kpd.gddkia.gov.pl/index.php/en/homepage/,Discover city-by-city; start with Warsaw/Kraków/Poznań/Gdańsk and rail.
Portugal,PT,"bus, tram, rail, ferry",NAP Portugal / IMT,NAP / national discovery,catalog; GTFS where available,public; feed maturity variable,"Portugal NAP is official discovery source; earlier pilots converted bus/tram/train/ferry routes, shapes, stops and calendars to GTFS.",Official GTFS/route/shapes where available supersede OSM.,Road/traffic info via NAP; PT realtime variable.,Operators from NAP datasets and feeds.,Terms vary.,P3,https://nap-portugal.imt-ip.pt/nap/home,https://nap-portugal.imt-ip.pt/nap/home,Crawl catalog; discover Lisbon/Porto/regional/ferry feeds.
Romania,RO,"bus, tram, trolleybus, metro, rail",Romanian Open Transit Initiative + city feeds,Community registry / local official feeds,"GTFS, GTFS-RT, APIs",mixed; official/reverse-engineered/converted,ROTI collects static/realtime transit resources; Cluj and Bucharest have city-level transit platforms/open data.,Official GTFS/API shapes supersede OSM; reverse-engineered data is lower trust.,City realtime data in selected systems.,Operators from local feeds/city agencies.,Check licence; avoid unlicensed reverse-engineered sources for production.,P3,https://github.com/roti-opendata,https://tpbi.ro/,Use only licence-clear official sources; mark community sources as discovery.
Slovakia,SK,"rail, bus, tram, trolleybus",ZSR rail GTFS + IDS BK,National rail / regional feed,GTFS; JDF; maps of closures,public,Slovak rail GTFS is available; Bratislava region publishes GTFS/JDF open data.,Official GTFS supersedes OSM for covered rail/regional services.,ZSR closures map; road traffic portals via NAP.,Operators from feeds; rail undertaking registry via ERADIS.,Terms to verify.,P2,https://www.zsr.sk/files/pre-cestujucich/cestovny-poriadok/gtfs/gtfs.zip,https://aplikacie.zsr.sk/MapaVylukZsr/index.aspx,Add rail static; investigate structured closure endpoints.
Slovenia,SI,"bus, rail, urban bus",NAP Slovenia / IJPP + LPP,NAP / national multimodal system,"GTFS, GTFS-RT planned; APIs",public; maturity evolving,NAP/IJPP moving toward realtime GTFS-RT for planned PT routes; Ljubljana LPP GTFS exists.,Official GTFS/IJPP data supersedes OSM for covered services.,GTFS-RT realization/realtime planned/published by NAP where available.,Operators from IJPP and feeds.,Terms to verify.,P2,https://www.nap.si/,https://data.lpp.si/api/gtfs/feed.zip,Start with LPP/IJPP static; add NAP dynamic when stable.
Spain,ES,"rail, bus, metro, tram, ferry",Spanish NAP / Ministerio de Transportes,National NAP/catalog,"GTFS-ZIP, GTFS-RT, SIRI, NeTEx",public catalog; per-feed terms,"Spanish NAP lists many datasets; search result showed 161 GTFS-ZIP, 35 GTFS-RT, 27 SIRI and 1 NeTEx, including RENFE, regional rail, buses and Fred.Olsen ferry.",Official GTFS/NeTEx shapes/stops supersede OSM for covered operators.,GTFS-RT/SIRI for selected operators; road data via DGT.,Operators/providers from dataset metadata and agency records.,Licence per dataset.,P1,https://nap.transportes.gob.es/Files/List,https://nap.transportes.gob.es/Files/List,"Crawl catalog pages/API; import RENFE, CRTM, FGC, Metro Bilbao, ferry datasets."
Spain,ES,Barcelona metro/bus/tram/regional,TMB / ATM / AMB Open Data,Regional/operator feeds,"GTFS, GTFS-RT/API",public; API registration for live,TMB provides Barcelona bus and metro information in GTFS and realtime API; ATM planned offer dataset removes duplicate lines and keeps versions with shapes.,TMB/ATM GTFS shapes supersede OSM for Barcelona services.,TMB realtime services; AMB GTFS-RT every 30 seconds for buses outside TMB.,Operators from agencies and regional authority metadata.,Registration/terms for realtime APIs.,P1,https://www.tmb.cat/en/tmb-app-and-other-apps/tools-for-developers,https://t-mobilitat.atm.cat/en/web/t-mobilitat/open-data/sheduled-information,Implement Barcelona bundle; use ATM simplified feed for cleaner display layer.
Sweden,SE,"rail, bus, tram, metro, ferry",Trafiklab / Samtrafiken GTFS Sverige,National feed / API hub,"GTFS Sverige 2/3, NeTEx, SIRI, GTFS-RT regional",public but API key required,Trafiklab provides official open data for all Swedish public transport; GTFS Sverige contains planned national PT data; realtime split by region/operator.,GTFS/NeTEx shapes/stops supersede OSM for planned services.,GTFS-RT/SIRI realtime and deviations for operators/regions.,Operators from Samtrafiken/Trafiklab metadata and agencies.,API key and terms apply.,P0,https://www.trafiklab.se/api/trafiklab-apis/gtfs-sverige-2/,https://www.trafiklab.se/api/,Implement API-key secrets handling; import static national feed first.
Switzerland,CH,"rail, bus, tram, metro, ferry, cableways",opentransportdata.swiss GTFS/NeTEx/RT + SLOID/DiDok,National feed + stop/operator registry,"GTFS, GTFS-RT, SIRI-SX/VDV736, NeTEx-like stop/service datasets",public,National timetable GTFS covers Swiss public transport; agency.txt lists transport companies; stable SLOID service point datasets exist.,Official GTFS/service point data supersedes OSM for timetable/stop layer; OSM as QA/fallback.,GTFS-RT TripUpdates/ServiceAlerts; SIRI-SX/VDV736 incident information; actual journey data.,agency.txt transport companies and official service point/company datasets.,Terms per OTD dataset.,P0,https://opentransportdata.swiss/en/cookbook/timetable-cookbook/gtfs/,https://opentransportdata.swiss/en/dataset/googletansit,Use as high-quality reference country; implement SLOID-based stop matching.
United Kingdom / Great Britain,GB/UK,"bus, coach, tram, metro, ferry, rail stops",BODS + NaPTAN,National bus feeds + stop registry,"TransXChange, GTFS, SIRI-VM, GTFS-RT, NeTEx fares; NaPTAN CSV/XML/API",public; API keys for some services,"England's BODS provides local bus timetable, vehicle-location and fares data; NaPTAN uniquely identifies GB public transport access points including bus stops, ferry terminals, airports, rail stations, coaches, trams, underground/metro.",TransXChange/GTFS route/timetable data and NaPTAN stops supersede OSM for covered bus/stops.,SIRI-VM/GTFS-RT live locations; disruptions through operator/TfL/National Rail sources.,BODS operators/NaPTAN admin areas; agency records.,Open data terms and API keys; GB not Northern Ireland for NaPTAN.,P0,https://www.bus-data.dft.gov.uk/,https://beta-naptan.dft.gov.uk/download,Ingest BODS national GTFS/TXC and NaPTAN; normalize NaPTAN as stop authority.
United Kingdom,UK,rail,National Rail Darwin / Network Rail feeds,Rail realtime/disruption/source feeds,Darwin SOAP/PUSH; rail data feeds,registration/free limits; terms,"Darwin provides real-time arrival/departure predictions, platform numbers, delay estimates, schedule changes and cancellations.",Supersedes OSM for realtime rail service state; not route geometry.,"Realtime predictions, platform changes, cancellations, schedule changes.",Rail operators from schedules and ORR/ERADIS-equivalent registries.,Registration and limits.,P1,https://opendata.nationalrail.co.uk/,https://wiki.openraildata.com/index.php?title=Darwin,Implement rail RT later; static train planning may require separate timetable data.
Iceland,IS,bus,Strætó Open Data,Operator/national bus feed,GTFS; possible GTFS-RT via service providers,public for static,"Strætó publishes bus GTFS with stops, locations, route lines and arrival/departure data.",GTFS shapes/stops supersede OSM for Strætó bus network.,"GTFS-RT implementation exists via third-party/service, confirm licence.",Strætó agency/operator.,Licence and RT access to verify.,P2,https://www.straeto.is/en/open-data,https://www.straeto.is/en/open-data,Ingest static GTFS; verify realtime terms.
Europe,EU/UK,long-distance coach + rail,FlixBus / FlixTrain Europe GTFS,Commercial operator GTFS,GTFS,public URL via Transitland/Mobility catalogs; licence verify,Important pan-European coach/rail operator feed; not always present in national NAP coverage.,GTFS shapes supersede OSM for Flix services where feed license permits use.,Realtime not generally open in feed; booking via commercial APIs/site.,FlixBus/FlixTrain operator/agency.,Use only if licence and commercial use allowed.,P1,http://gtfs.gis.flix.tech/gtfs_generic_eu.zip,https://www.transit.land/feeds/f-u-flixbus~flixtrain,Ingest as separate commercial long-distance layer after licence check.
Spain / Canary Islands,ES,ferry,Fred.Olsen ferry on Spanish NAP,Ferry operator GTFS,GTFS-ZIP,public via NAP,Spanish NAP lists a Fred.Olsen ferry dataset with stops/routes/trips; useful example of sea data in GTFS.,GTFS supersedes OSM ferry relation for timetable/service coverage.,GTFS-RT unknown.,Fred.Olsen as operator.,Terms per Spanish NAP.,P2,https://nap.transportes.gob.es/Files/List,https://nap.transportes.gob.es/Files/List,Add ferry-mode ingestion and route_type handling.
Western Balkans,AL/BA/ME/MK/RS/XK,multimodal,Transport Community / WB NAP assessment,Regional policy/discovery,NAP planning/standards; country portals vary,fragmented,Useful for future expansion; public machine-readable PT feeds are generally less centralized than EU/EEA strongest cases.,Official feeds if discovered supersede OSM; OSM remains baseline.,Road/PT disruptions vary by country.,"Operators from national ministries, OSM, operator websites, registries.",Country-specific.,P4,https://www.transport-community.org/,https://www.transport-community.org/,Not MVP; keep source discovery backlog.
United Kingdom / London,GB,"metro, rail, bus, tram, river",Transport for London Open Data,Operator/regional API,"Unified API, GTFS, line status, disruptions, arrivals",public API with terms,TfL open data provides London transport feeds and recommends Unified API for live feeds.,TfL data supersedes OSM for London service state and official stops/routes.,"Line status, disruptions, arrivals, live feeds.",TfL operators/networks; mode-specific lines.,Terms/branding rules apply.,P1,https://tfl.gov.uk/info-for/open-data-users/our-open-data,https://tfl.gov.uk/info-for/open-data-users/our-open-data,Add as high-value city connector after GB national layer.
France / Île-de-France,FR,"metro, RER, tram, bus",Île-de-France Mobilités Open Data,Regional authority feed,"GTFS, GTFS-RT, NeTEx/SIRI in catalog",public; auth may apply,Major Paris-region authority data; often more detailed than OSM for official network and service state.,Official shapes/stops/service data supersede OSM.,Realtime disruptions and arrivals where published.,IDFM network/operators metadata.,Terms/API keys vary.,P1,https://data.iledefrance-mobilites.fr/,https://transport.data.gouv.fr/,Add dedicated IDFM connector because of scale/importance.
Germany / Bavaria,DE,"rail, bus, tram, metro",DEFAS Bayern / BayernInfo,Regional aggregator,"SIRI, GTFS/NeTEx via portals",public/contracted depending endpoint,Bavarian regional system aggregates timetable and realtime data from many operators; useful richer regional source.,Official regional data supersedes OSM for Bavarian services.,Realtime from participating companies; access may require agreements.,Operators/associations in DEFAS metadata.,Some access may be contract-gated.,P2,https://www.bayerninfo.de/en/about-bayerninfo-1/data-offer/public-transport-data,https://www.bayerninfo.de/en/about-bayerninfo-1/data-offer/public-transport-data,Use after national DE layer for realtime enrichment.
1
Geography
Country code
Mode scope
Source name
Source category
Formats / APIs
Availability
Coverage notes
Supersedes OSM for
Disruptions / closures
Operator-list use
Access / licence notes
Priority
Source URL
Evidence URL
Next pipeline action
2
Europe
EU/EEA/UK/CH
multimodal
NAPCORE National Access Points list
Official discovery / NAP index
catalog URLs; country NAPs; MMTIS/RTTI/SRTI/SSTP
public directory
Primary entry point for official national mobility data portals; not itself a feed.
No direct route geometry; points to authoritative national sources.
Indirect: country NAPs may expose DATEX II, SIRI, GTFS-RT, road events.
Use NAP publishers/data providers as candidate authority/operator records.
Find matching static GTFS; add RT ingestion for trip updates.
24
Czech Republic
CZ
metro, tram, bus, rail, ferries
PID Open Data
Regional official feed
GTFS, vehicle positions/API; stops; timetables
public
Prague integrated transport provides timetables, online vehicle positions, stops and related data; GTFS includes metro/tram/trolleybus/bus/funicular/ferries/trains.
GTFS shapes/stops supersede OSM for PID services.
Online vehicle locations/delays and diversions where published.
PID feed agencies/operators; national sources for broader CZ.
Public licence details per dataset.
P1
https://pid.cz/o-systemu/opendata/
https://data.gov.cz/datové-sady
Ingest PID; discover national CIS JŘ / regional datasets.
25
Denmark
DK
train, bus
Rejseplanen / Dataudveksleren
National feed / NAP
NeTEx, GTFS
public; login may be required for some data
National Rejseplanen data includes public transport schedules for trains and buses and geographic information.
NeTEx/GTFS shapes/stops supersede OSM for planned service geometry.
Realtime availability requires separate APIs/feeds.
GTFS agencies/NeTEx operators.
Some feeds may require account.
P1
https://nap.vd.dk/
https://www.rejseplanen.info/labs/GTFS.zip
Implement account/manual token handling; ingest static national feeds.
26
Estonia
EE
bus, rail, ferry where in register
Estonian public transport register / peatus.ee
National feed / registry
GTFS; national register extracts
public
National public transport register and peatus.ee data provide timetable/register data; feed URLs have changed historically.
Official feed stops/routes supersede OSM for planned services.
Realtime/disruption availability needs follow-up.
Operators from register and agency records.
Verify current feed URLs and licence.
P2
https://peatus.ee/
https://www.transpordiamet.ee/
Add URL-health checks because feed structure/URLs may change.
27
Finland
FI
rail, bus, tram, metro, ferry, bike
Fintraffic FINAP / national GTFS dump
National feed / NAP
GTFS; APIs; Digitransit; GTFS-RT for HSL/Waltti
public
National travel data for transport services; Digitransit/HSL/Waltti provide strong regional timetable and realtime APIs.
GTFS route shapes/stops supersede OSM for covered services; official ferry/public waterborne data where present.
HSL and Waltti GTFS-RT; road/maritime data via Fintraffic/Digitraffic.
Ingest national GTFS and HSL/Waltti RT; identify ferry coverage.
28
France
FR
rail, bus, tram, metro, ferry, coach, air metadata
transport.data.gouv.fr
National NAP/catalog
GTFS, NeTEx, GTFS-RT, SIRI; SSIM reference for air
public catalog; per-feed terms/auth
Large official catalog for public transport, road, shared vehicles, carpooling, etc.; public transit datasets describe networks, stops, routes and times.
GTFS/NeTEx shapes/stops supersede OSM; consolidated stop datasets help stop registry.
GTFS-RT and SIRI feeds including SNCF service alerts/trip updates where available.
Operators/publishers from dataset metadata and agencies.
Use for Berlin model bootstrap; pair with Geofabrik Berlin OSM PBF and validate route geometry coverage.
32
Germany
DE
rail disruptions
DB Baustellen / construction works
Operator disruption/planned works
web/API where available
public web; structured access variable
Major long-distance construction works and timetable changes; useful for planned closure enrichment.
Can supersede OSM for temporary rail service restrictions, not geometry.
Planned works, timetable changes.
DB as operator/infrastructure-related source.
Terms to verify.
P2
https://bauinfos.deutschebahn.com/
https://bauinfos.deutschebahn.com/
Research structured endpoints; otherwise link as non-ingested evidence.
33
Greece
GR
metro, tram, bus, coach, ferry
Greece NAP + OASA telematics
NAP / operator portals
web/API; GTFS unknown/fragmented
public web; machine access uncertain
Official NAP exists; Athens OASA publishes line schedules/stops and telematics app information, but open machine-readable coverage needs verification.
Official feeds if found supersede OSM; otherwise OSM remains strong existence layer.
Telematics app includes real-time arrivals/locations; open reuse unclear.
Operators from NAP/operator pages and OSM.
Likely access/licence work required.
P3
https://www.nap.gov.gr/
https://telematics.oasa.gr/
Investigate NAP catalog API and OASA endpoints/licence.
34
Hungary
HU
metro, tram, bus, trolleybus, suburban rail
BKK FUTÁR / BKK Open Data
Operator/regional feed
GTFS, GTFS-RT
public/API key may apply
Budapest transport open data contains planned and realtime network data.
GTFS shapes/stops supersede OSM for Budapest-covered services.
GTFS-RT service/vehicle updates.
BKK operator/agency records.
Terms/API key to verify.
P2
https://bkk.hu/apps/docs/bkkfutar-static-gtfs/
https://opendata.bkk.hu/
Ingest Budapest as high-quality regional feed; search national/regional feeds.
35
Ireland
IE
bus, rail, tram
NTA / Transport for Ireland GTFS and GTFS-R
National feed
GTFS, GTFS-Realtime; NaPTAN-like stop data
public; fair-use/API limits
National static transit data and GTFS-Realtime covering disruptions, vehicle locations and arrivals; current RT covers major operators and v2 extends modes.
GTFS shapes/stops and official stop datasets supersede OSM for timetable layer.
GTFS-R disruptions, vehicle locations, arrivals.
Operators from agency.txt and NTA metadata.
Fair use and terms apply.
P1
https://developer.nationaltransport.ie/
https://developer.nationaltransport.ie/
Ingest static national GTFS; implement GTFS-RT endpoints with rate limits.
36
Italy
IT
rail, bus, metro, tram, ferry
CCISS Italian NAP MMTIS
National NAP / NeTEx/SIRI aggregator
NeTEx, SIRI
public catalog; data via regional access points/operators
Italian NAP receives NeTEx and SIRI from regional access points and operators including Trenitalia and several regions.
NeTEx route/stop/service data supersede OSM where present.
SIRI profiles for realtime/deviation where implemented.
Operators from NeTEx datasets and regional RAP metadata.
NAP/IJPP moving toward realtime GTFS-RT for planned PT routes; Ljubljana LPP GTFS exists.
Official GTFS/IJPP data supersedes OSM for covered services.
GTFS-RT realization/realtime planned/published by NAP where available.
Operators from IJPP and feeds.
Terms to verify.
P2
https://www.nap.si/
https://data.lpp.si/api/gtfs/feed.zip
Start with LPP/IJPP static; add NAP dynamic when stable.
49
Spain
ES
rail, bus, metro, tram, ferry
Spanish NAP / Ministerio de Transportes
National NAP/catalog
GTFS-ZIP, GTFS-RT, SIRI, NeTEx
public catalog; per-feed terms
Spanish NAP lists many datasets; search result showed 161 GTFS-ZIP, 35 GTFS-RT, 27 SIRI and 1 NeTEx, including RENFE, regional rail, buses and Fred.Olsen ferry.
Official GTFS/NeTEx shapes/stops supersede OSM for covered operators.
GTFS-RT/SIRI for selected operators; road data via DGT.
Operators/providers from dataset metadata and agency records.
TMB provides Barcelona bus and metro information in GTFS and realtime API; ATM planned offer dataset removes duplicate lines and keeps versions with shapes.
TMB/ATM GTFS shapes supersede OSM for Barcelona services.
TMB realtime services; AMB GTFS-RT every 30 seconds for buses outside TMB.
Operators from agencies and regional authority metadata.
Implement Barcelona bundle; use ATM simplified feed for cleaner display layer.
51
Sweden
SE
rail, bus, tram, metro, ferry
Trafiklab / Samtrafiken GTFS Sverige
National feed / API hub
GTFS Sverige 2/3, NeTEx, SIRI, GTFS-RT regional
public but API key required
Trafiklab provides official open data for all Swedish public transport; GTFS Sverige contains planned national PT data; realtime split by region/operator.
GTFS/NeTEx shapes/stops supersede OSM for planned services.
GTFS-RT/SIRI realtime and deviations for operators/regions.
Operators from Samtrafiken/Trafiklab metadata and agencies.
England's BODS provides local bus timetable, vehicle-location and fares data; NaPTAN uniquely identifies GB public transport access points including bus stops, ferry terminals, airports, rail stations, coaches, trams, underground/metro.
TransXChange/GTFS route/timetable data and NaPTAN stops supersede OSM for covered bus/stops.
SIRI-VM/GTFS-RT live locations; disruptions through operator/TfL/National Rail sources.
BODS operators/NaPTAN admin areas; agency records.
Open data terms and API keys; GB not Northern Ireland for NaPTAN.
P0
https://www.bus-data.dft.gov.uk/
https://beta-naptan.dft.gov.uk/download
Ingest BODS national GTFS/TXC and NaPTAN; normalize NaPTAN as stop authority.
54
United Kingdom
UK
rail
National Rail Darwin / Network Rail feeds
Rail realtime/disruption/source feeds
Darwin SOAP/PUSH; rail data feeds
registration/free limits; terms
Darwin provides real-time arrival/departure predictions, platform numbers, delay estimates, schedule changes and cancellations.
Supersedes OSM for realtime rail service state; not route geometry.
Use after national DE layer for realtime enrichment.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.