GithubHelp home page GithubHelp logo

skyzh / meteor Goto Github PK

View Code? Open in Web Editor NEW
21.0 4.0 1.0 153 KB

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

License: GNU General Public License v3.0

QMake 1.00% C++ 92.18% CMake 2.02% Objective-C++ 4.59% C 0.21%
visualize qt sqlite hangzhou metro data-analysis cmake

meteor's Introduction

Meteor

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=RELEASE
cd build && cmake --build .

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

Running

In build folder,

./Meteor

Copy station_line.csv to dataset_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 inheriting Task 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 from jBox

License

GPL-3.0

meteor's People

Contributors

skyzh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

markkun

meteor's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.