https://github.com/lukehb/trajsuite
TrajSuite is a cross-platform Java application that provides a suite of trajectory data-mining and visualisation features.
https://github.com/lukehb/trajsuite
algorithms classification clustering data-minig java opengl trajectory visualisation
Last synced: about 1 year ago
JSON representation
TrajSuite is a cross-platform Java application that provides a suite of trajectory data-mining and visualisation features.
- Host: GitHub
- URL: https://github.com/lukehb/trajsuite
- Owner: lukehb
- License: mit
- Created: 2018-03-14T06:05:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T03:35:28.000Z (over 8 years ago)
- Last Synced: 2025-04-08T11:51:39.532Z (about 1 year ago)
- Topics: algorithms, classification, clustering, data-minig, java, opengl, trajectory, visualisation
- Language: Java
- Homepage:
- Size: 228 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TrajSuite
TrajSuite is a cross-platform Java application that provides a suite of trajectory data-mining and visualisation features all with a nice gui. All functionality in TrajSuite is provided by modules, with the goal that the software is easy to extend, contribute to, and customise.
Currently TrajSuite is built with the following functional modules:
* [Trajectory data loading](https://github.com/lukehb/137-datastructures)
* [Trajectory simplification](https://github.com/lukehb/137-simplification)
* [Trajectory stop/move detection](https://github.com/lukehb/137-stopmove)
* [Trajectory clustering](https://github.com/lukehb/137-clustering)
* [Region-of-interest/Sequential pattern mining](https://github.com/lukehb/137-roi)
## Getting it
Windows/Mac/Linux 64bit builds [here](https://drive.google.com/open?id=1kXCBqB5VCw4U1rJ09glHsA3blA1Rb1pT).
## Data-sets
TrajSuite supports any plain-text trajectory dataset as a single file. [Here](https://drive.google.com/drive/folders/1sc8aMxWh5cvkVvuY1SY-f-ErV57dOFQa?usp=sharing) are a few to get you started.
## How to use it
See the [wiki.](https://github.com/lukehb/TrajSuite/wiki)
## How to contribute
See [here.](https://github.com/lukehb/TrajSuite/wiki/Contributing)