/gtfs-viz

A project renders at scale GTFS files on the client side only without backend

Primary LanguageTypeScript

GTFS Viz 🚉

Deploy on Railway

Description

The GTFS Viz project that visulizes the at scale vislizes GTFS files. For now mainly to visulize Station information specifically pathways data in detail.

Main feature is is completelly browser based using Duckdb Wasm to process the gtfs data at scale in the browser without a backend.

Feel free to contribute to the project by making a PR or opening an issue.

GTFS Viz

Requirements: Need newer browsers and good CPU computer to run.

Running Locally

yarn
yarn dev

Features

  • All Stations Maps
  • All Stations Data Filtering
  • Station Info
  • Station Parts Pathways Maps nd Table
  • Station Shortest Table Connections

Coming Soon

  • Station Pathways Editing ✍️
  • GTFS routes Viz 📈

Stack

Data Processing ⚙️⚙️

Style 🎨