Skip to content
/ STL Public

STL:Online Detection of Taxis Trajectory Anomaly based on Spatial-Temporal Laws

License

Notifications You must be signed in to change notification settings

cbdog94/STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STL: Online Detection of Taxi Trajectory Anomaly based on Spatial-Temporal Laws GitHub license

This project implements some taxi trajectory anomaly detection methods, including iBAT, iBOAT, OnATrade and my proposed STL.

Getting started

The trajectory anomaly detection consists of two part: trajectory pre-processing and online detection. Trajectory pre-processing converts the raw trajectory records into structured data. Online detection uses the processed data to detect the incoming trajectory.

In this project, the raw trajectory record is stored in Baidu Netdisk (code:w2uu), more detail of the which can be found in Dataset.

Dataset

  • sh_taxi_data
    • Collected from Shanghai, China during Apr., 2015.
    • Field description: taxi ID, alarm, empty, ceiling light status, ?, brake, receive time, GPS time, longitude, latitude, speed, direction, #satellites
  • sz_taxi_data
    • Collected from Shenzhen, Guangdong, China during Sep., 2009.
    • Field description: taxi ID, time, longitude, latitude, speed, direction, occupied
  • sh_taxi_data
    • Collected from Chengdu, Sichuan, China during Aug., 2014.
    • Field description: taxi ID, latitude, longitude, occupied, time

Demo

STL Demo

About

STL:Online Detection of Taxis Trajectory Anomaly based on Spatial-Temporal Laws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published