Skip to content

通过Kmeans聚类、数据可视化等方法,分析出租车GPS位置,得出载客热点。运行在hadoop上,mapreduce模型实现。

Notifications You must be signed in to change notification settings

zhaozihaoTYUT/-GPS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[Taxi GPS position analysis]

Overview

By processing and clustering mining taxi data, fully mining taxi passenger hotspots, it can provide information assistance and decision support for taxi dispatching and management, and improve taxi utilization. In the traditional sense, taxi data processing and passenger hotspot mining are based on a single computer. Due to the configuration and performance of a single computer, the number of taxis and the computing speed are limited. The emergence of big data Hadoop technology solves the bottlenecks of storage and calculation of a large amount of data, thereby making it possible to process and mine a large amount of taxi data.

The second project used spider to obtain taxi data near the airport

Other parts of this project solution include:

  • Python Spider
  • [Hadoop Cluster]
  • [Mapreduce K-means]
  • [Visualizaztion(PHP js)]

Result

  • Due to the large amount of data, the code and data implemented by the paper are on the [website] and Baidu's web disk
  • The result is the result obtained by MapReduce's secondary sort. The code can be viewed on the [website]

Data Features

  • License plate number
  • latitude
  • longitude
  • Whether to carry passengers
  • time

License

Version Alpha 0.1

About

通过Kmeans聚类、数据可视化等方法,分析出租车GPS位置,得出载客热点。运行在hadoop上,mapreduce模型实现。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages