Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)