https://github.com/lightquantumarchive/rideminer
Analysis and Visualization of Online Ride-Hailing Order Data in Chengdu.
https://github.com/lightquantumarchive/rideminer
Last synced: 10 months ago
JSON representation
Analysis and Visualization of Online Ride-Hailing Order Data in Chengdu.
- Host: GitHub
- URL: https://github.com/lightquantumarchive/rideminer
- Owner: LightQuantumArchive
- License: gpl-3.0
- Created: 2020-12-26T12:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T19:48:34.000Z (over 5 years ago)
- Last Synced: 2025-06-10T15:47:52.078Z (about 1 year ago)
- Language: C++
- Size: 933 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RideMiner
Analysis and Visualization of Online Ride-Hailing Order Data in Chengdu.
Final project for Principles and Practice of Problem Solving (SJTU-CS241-2020).
## Get Started
### Requirements
- CMake 3.17 or higher
- C++ Compilers with C++17 support (gcc 10.2.0 & clang 11.0.0 on Archlinux tested)
- Qt 5.0
### Build
```shell
$ mkdir build && pushd build
$ cmake ..
$ make
$ popd
```
### Run
```shell
$ ./build/RideMiner
```
You need to have `Dataset-CS241-2020` prepared to run `RideMiner`.
## Third Parties
- [Qt](https://www.qt.io/) - A free and open-source widget toolkit for creating graphical user interfaces
- [AsyncFuture](https://github.com/benlau/asyncfuture) - Use QFuture like a Promise object
- [QtWaitingSpinner](https://github.com/snowwlex/QtWaitingSpinner) - A highly configurable, custom Qt widget for showing "waiting" or "loading" spinner icons
- [Qt-RangeSlider](https://github.com/ThisIsClark/Qt-RangeSlider) - Range slider in Qt
- [MeanShift](https://blog.csdn.net/SongJ12345666/article/details/103512309) - MeanShift implemented in C++
## License
This project is licensed under GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.
—💖—
Built with love by LightQuantum