项目作者: tanthml

项目描述 :
Master Thesis - Trajectories Analysis
高级语言: Python
项目地址: git://github.com/tanthml/atc.git
创建时间: 2018-04-02T08:41:32Z
项目社区:https://github.com/tanthml/atc

开源协议:

下载


atc

Master Thesis - Trajectories Analysis

How to run

  1. change <path-to> to absolute path to atc repo on your local
  2. export PYTHONPATH="$PYTHONPATH:<path-to>/atc/"
  1. cd atc/trajclus
  2. To plot density traffic toward the airport
  3. python apps/traffic_density_plot.py --input_path ~/data/tracks_2016_09.csv --airport_code WSSS

alt text

  1. To cluster traffic toward the airport
  2. python apps/lsh_clustering.py --input_path ~/data/tracks_2016_09.csv --airport_code WSSS --filter_date 2016-09-29

alt text

Logs and results will be save under atc/tmp directory

Dependencies

  1. pip install -r requirements.txt
  2. # skip this, old for Python2
  3. pip install -U git+https://github.com/maikol-solis/trajectory_distance.git