公开数据集
数据结构 ? 1.58M
Data Structure ?
* 以上分析是由系统提取分析形成的结果,具体实际数据为准。
README.md
Context
Realising which routes a taxi takes while going from one location to another gives us deep insights into why some trips take longer than others. Also, most taxis rely on navigation from Google Maps, which reinforces the use case of this dataset. On a deeper look, we can begin to analyse patches of slow traffic and number of steps during the trip (explained below).
![enter image description here][1]
Content
The data, as we see it contains the following columns :
- **trip_id, pickup_latitude, pickup_longitude** (and equivalents with dropoff) are picked up from the original dataset.
- **distance** : Estimates the distance between the start and the end latitude, in miles.
- **start_address** and **end_address** are directly picked up from the Google Maps API
- **params** : Details set of parameters, flattened out into a single line. (Explained below)
Parameters
The parameters field is a long string of a flattened out JSON object. At its very basic, the field has space separated steps. The syntax is as follows :
> Step1:{ ... }, Step2:{ ...
Each step denotes the presence of an intermediate point.
Inside the curly braces of each of the steps we have the distance for that step measured in ft, and the start and end location. The start and end location are surrounded by round braces and are in the following format :
> Step1:{distance=X ft/mi start_location=(latitude, longitude) end_location ...}, ...
One can split the internal params over space to get all the required values.
Acknowledgements
All the credit for the data goes to the Google Maps API, though limited to 2000 queries per day. I believe that even that limited amount would help us gain great insights.
Future prospects
- More data : Since the number of rows processed are just 2000, with a good response we might be able to get more. If you feel like contributing, please have a look at the script [here][2] and try and run in for the next 2000 rows.
- Driver instructions : I did not include the driver instruction column in the data from the google API as it seemed to complex to use in any kind of models. If that is not the general opinion, I can add it here.
[1]: http://www.thethinkingstick.com/images/2015/03/vpq.gif
[2]: https://github.com/SoumitraAgarwal/taxi-driver-google-maps/blob/master/Timeline.py
×
帕依提提提温馨提示
该数据集正在整理中,为您准备了其他渠道,请您使用
注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
暂无相关内容。
暂无相关内容。
- 分享你的想法
去分享你的想法~~
全部内容
欢迎交流分享
开始分享您的观点和意见,和大家一起交流分享.
数据使用声明:
- 1、该数据来自于互联网数据采集或服务商的提供,本平台为用户提供数据集的展示与浏览。
- 2、本平台仅作为数据集的基本信息展示、包括但不限于图像、文本、视频、音频等文件类型。
- 3、数据集基本信息来自数据原地址或数据提供方提供的信息,如数据集描述中有描述差异,请以数据原地址或服务商原地址为准。
- 1、本站中的所有数据集的版权都归属于原数据发布者或数据提供方所有。
- 1、如您需要转载本站数据,请保留原数据地址及相关版权声明。
- 1、如本站中的部分数据涉及侵权展示,请及时联系本站,我们会安排进行数据下线。