/AMT-MOD

AMT-MOD is an Analysis and Mining Tool for Moving Object Data

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

AMT-MOD

Build Status

Introduction

AMT-MOD is an Analysis and Mining Tool for Moving Object Data.

Installation from source

Download from project homepage. https://github.com/tinysky-glm/AMT-MOD.git

Prerequisites

  • gcc >= 4.8.5

Compile

  > mkdir build
  > cd build
  > cmake ../
  > make