Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚆 Fine-grained analysis and visualization of Hangzhou Metro for efficient traveling in metro system. Project report, slide and presentation video included.

License

NotificationsYou must be signed in to change notification settings

skyzh/Meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Visualize and analyze Hangzhou Metro data with Qt.

Building

On macOS, use CMake to build this project. Replace$QT_ROOT_PATH with Qt folder. It's usually~/Qt.

cmake -H. -Bbuild -DCMAKE_PREFIX_PATH=$QT_ROOT_PATH/5.12.6/clang_64/lib/cmake -DCMAKE_BUILD_TYPE=RELEASEcd build&& cmake --build.

Or you may open this project with CLion, configure Qt in CMake settings, and build withRelease target.

Running

Inbuild folder,

./Meteor

Copystation_line.csv todataset_CS241/adjacency_adjacency/. Select dataset folder and fields in wizard. The program will automatically check if this file is present in wizard.

Setup Wizard

Uncheck "Persist Analysis Cache" will make data loading faster in current session, but data will be loaded again if you restart the app.

Functionalities

Passenger Traffic

You may view passenger inflow and outflow data in each station.

Screen Shot 2019-12-21 at 12 00 12 PM

Route Planning

Meteor may plan route for you. Select "Meteor Adviser" to show ETA and crowded rate.

Screen Shot 2019-12-21 at 12 00 45 PM

Flow Analysis for Segment Pressure

By predicting where a user should be from entry and exit records in dataset, Meteor can visualize segment pressure. You may use the slider on screen or the one on Touch Bar to navigate time through a day.

Screen Shot 2019-12-21 at 12 01 00 PM

Task Scheduling System

All computational works are organized in tasks. You may implement your own analysis task by inheritingTask class. There's a task scheduler handling tasks dependencies and running them in the background.

Learn More

"The Meteor Project" Report

"The Meteor Project" Slides

SJTU users may download presentation video fromjBox

License

GPL-3.0

About

🚆 Fine-grained analysis and visualization of Hangzhou Metro for efficient traveling in metro system. Project report, slide and presentation video included.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp