公开数据集
数据结构 ? 230.45M
Data Structure ?
* 以上分析是由系统提取分析形成的结果,具体实际数据为准。
README.md
Context
This dataset is a combination between the [NYC Taxi duration challenge][1] and the [DIMACS][2] shortest paths dataset.
Content
This set contains three files:
Each intersection in NY gets an id as well as GPS coordinates in USA-road-d.NY.co
It looks like
v 1 -73530767 41085396
v 2 -73530538 41086098
v 3 -73519366 41048796
v 4 -73519377 41048654
v stands for vertex and 1-264346 and the longitude -73530767 represents 73.530767 W whereas the next column here: 41085396 holds the information about the latitude in the same format.
The second file "USA-road-d.NY.gr" contains the information about how the intersections mentioned in the previous file are connected and the travel distance between them. (Unfortunately I don't know the unit)
a 1 2 803
a 2 1 803
a 3 4 158
a 4 3 158
a 5 6 774
a is always the first character for the data in this file and stands for "arrow". The next column represents the id of the start vertex and the second one the end vertex. The last column gives us the information about the distance between those two vertices.
The last part of this set is the combination of the data mentioned above and the [NYC Taxi duration challenge][1] dataset.
I just add two columns s_id and t_id where s is the start and t is the target. The dropoff and the pickup location are mapped to the id of the nearest vertex in this dataset.
Acknowledgements
This data about the vertices is directly given from [DIMACS][2]. Thanks for the data which is extremely helpful for visualizing the data given in the challenge.
Inspiration
This data was generated for the challenge about taxis in NYC and used for the visualization. You can use it for every project which needs some insight about the street structure of NYC.
[1]: https://www.kaggle.com/c/nyc-taxi-trip-duration
[2]: http://www.diag.uniroma1.it/challenge9/download.shtml
×
帕依提提提温馨提示
该数据集正在整理中,为您准备了其他渠道,请您使用
注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
暂无相关内容。
暂无相关内容。
- 分享你的想法
去分享你的想法~~
全部内容
欢迎交流分享
开始分享您的观点和意见,和大家一起交流分享.
数据使用声明:
- 1、该数据来自于互联网数据采集或服务商的提供,本平台为用户提供数据集的展示与浏览。
- 2、本平台仅作为数据集的基本信息展示、包括但不限于图像、文本、视频、音频等文件类型。
- 3、数据集基本信息来自数据原地址或数据提供方提供的信息,如数据集描述中有描述差异,请以数据原地址或服务商原地址为准。
- 1、本站中的所有数据集的版权都归属于原数据发布者或数据提供方所有。
- 1、如您需要转载本站数据,请保留原数据地址及相关版权声明。
- 1、如本站中的部分数据涉及侵权展示,请及时联系本站,我们会安排进行数据下线。