Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 848 Bytes

File metadata and controls

37 lines (22 loc) · 848 Bytes

blr-transit-viz

Visualization tool for Bengaluru transit reachability, built using SvelteKit: https://blr-transit-viz.pages.dev

Data

This project uses GTFS data from: https://github.com/Vonter/bmtc-gtfs

Scripts

The project includes two main scripts inside the data/ directory:

  • stops.py: Generates reachability polygons for each bus stop, indicating areas accessible from that stop
  • routes.py: Generates polylines for individual bus routes with a certain minimum number of trips

Development

Local setup

pnpm install
pnpm run dev

Production build

pnpm run build

Contributing

Contributions are welcome! Please feel free to report a bug, submit a PR, or suggest an improvement.

License

This project is licensed under the MIT License. See the LICENSE file for details.