Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.23 KB

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 GPU computer to run.

Running Locally

yarn
yarn dev

Features

  • View Stations in Table and Map
  • See Details like Station Pathways and Exit Counts
  • Add and Edit Station(s)
  • Add and Edit Station parts like exits, pathways,and
  • Export Edited Stops File

Coming Soon

  • Station Pathway Editing
  • GTFS routes Viz 📈

Stack

Data Processing ⚙️⚙️

Style 🎨