gtfspy-webviz icon indicating copy to clipboard operation
gtfspy-webviz copied to clipboard

Interactive tools for GTFS data visualization and analysis

Results 4 gtfspy-webviz issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to Visualizing a GTFS dataset using this tool, have converted to sqlite file. However, the webpage shows "no database selected". Also check the example website: http://transportnetworks.cs.aalto.fi/webviz/...

I was able to get it running by using Python 3.8: ``` conda create --name gtfspy-webviz python=3.8 ``` and modifying requirements.txt to the following: ``` gtfspy flask==0.10 flask-runner flask_cors ```

1. Remove the make-way of building JS files, and start use something webpack or similar. 2. Start using React+Redux instead of angular (1).

Bumps [webpack](https://github.com/webpack/webpack) from 2.2.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies