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

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.

Awesome Lists containing this project

README

          

![Athens trucks trajectories loaded into TrajSuite.](https://i.imgur.com/rI76yZw.jpg)

# 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)