Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavihart/CS241_QtProj
🚆🏙" Data Visualization and Analysis of Hanzhou Metric System" written in Qt5.
https://github.com/xavihart/CS241_QtProj
Last synced: 5 days ago
JSON representation
🚆🏙" Data Visualization and Analysis of Hanzhou Metric System" written in Qt5.
- Host: GitHub
- URL: https://github.com/xavihart/CS241_QtProj
- Owner: xavihart
- Created: 2019-12-09T08:41:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T10:06:27.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T19:46:21.748Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 18.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-cs - @HaotianXue, 2019 Fall
README
## source file of the CS241 final project
About " Data Visualization and Analysis of Hanzhou Metric System" written in Qt5 in linux.#### Demo:
![exp](https://github.com/xavihart/CS241_QtProj/blob/master/openwindow.PNG)
The main functions that are planned to be implemented:
|Load file according to the users' interest|
|-|
|Plot the in-out trend of specific station in specific steps according to the users' choices|
|Planning the route for the users|3.Planning the route for the user based ont the following principles:
>LESS STATION CHANGES ARE PREFERRED.
>LESS CROWED (ACCORDING TO PRIOR DATA) IS PREFERRED.
>FEWER TIME NEED TO TAKE IS PREFERRED.
|Extra work in this project|
|-|
|Visualize the route if possible|
|Utilize DataBase to optimize the storation of data.|The ui are mainly made up of 3 parts: `ui_openwindow`, `ui_mainwindow` and `ui_plotdata`
|windows|their main func|
|-|-|
|ui_openwindow|open window for users to make further choices|
|ui_mainwindow|window for users to get route advice|
|ui_plotdata|window for users to visualize passanger flow|### More Windows:
![exp](https://github.com/xavihart/CS241_QtProj/blob/master/designPic.PNG)