Student's name | SCIPER |
---|---|
Mariam Hakobyan | 298698 |
Tianchi Yu | 319877 |
Wenuka Gunarathna | 309398 |
Milestone 1 • Milestone 2 • Milestone 3
10% of the final grade
The project aims to visualize the swiss transport connections in different parts of the country and provide statistical-graphical visualization on the nodes connectivity, travelling time from station to station and pessenger capacities.
Please find the full report on Milestone1.ipynb
10% of the final grade
In this file we develop the following steps for Milestone 2.
- Review of Milestone 1
- Sketches of website/visualization we want to achieve
- Tools and past lectures to develop the visualization
- Independent pieces of how to achieve into the final visualization
- Extra ideas to develop after successfully meeting the plan
- Initial website running with minimal viable product
Please find the full report on Milestone 2.md
80% of the final grade
The webpage - https://threestorytellers.github.io/
The Screencast - https://www.youtube.com/watch?v=nHvX1FvPKV8&feature=emb_title
The Process book - https://github.com/com-480-data-visualization/com-480-project-story-tellers/blob/master/Process_book.pdf
Please do note that we have only included a fraction of data for the visualization, because the limit of our web host (github.io) is 100MB maximum file size. If you are interested to visualize the full data please download the data from this link and add it to the <github.io project path>/api/gtfs-data and change the api to local api by altering <github.io project path>/static/js/config.js line 26 as follows
"api_paths.trips": "api/inc/controllers/trips.php?hhmm=[hhmm]&ymd=[ymd]&vtype=[vtype]"
This should call the local API and read the data from the gtfs.db SQLite database, which we included in the above link.
Please do note that you need to run this api inside a server that support PHP (we tested it on 7.2) and SQLite.