-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add rawlway_od and railway_station_traffic in layer2
- Loading branch information
1 parent
e4bc9b6
commit 624413b
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#地铁乘客OD数据 | ||
|
||
根据公交一卡通用户的公交卡刷卡记录,提取出的地铁乘客OD数据。 | ||
|
||
##存储位置 | ||
hdfs://user/omnilab/warehouse/soda/layer1/metro | ||
|
||
##数据说明 | ||
2015年4月1日~2015年4月31日的所有使用一卡通乘客乘坐地铁的OD数据 | ||
|
||
|公交卡ID|进站刷卡时间|进站地点|出站刷卡时间|出站地点| | ||
|---|---|----|---|---| | ||
|2304308932|2015-04-02 08:06:07|8号线芦恒路|2015-04-02 08:35:38|4号线鲁班路| | ||
|
||
##数据示例 | ||
2304308932,2015-04-02 08:06:07,8号线芦恒路,2015-04-02 08:35:38,4号线鲁班路<br> | ||
2304308932,2015-04-02 17:57:01,4号线鲁班路,2015-04-02 18:30:11,2号线陆家嘴<br> | ||
2304308932,2015-04-02 20:13:28,2号线陆家嘴,2015-04-02 21:01:28,8号线芦恒路<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#地铁站点的乘客流量数据 | ||
根据公交卡刷卡数据提取的每个地铁站站点的乘客流量数据。 | ||
|
||
##存储位置 | ||
hdfs://user/omnilab/warehouse/soda/layer1/stationsRecords | ||
|
||
##数据说明 | ||
记录了2015年4月1日~2015年4月30日,上海市每个地铁站的公交卡乘客交易记录,包括进站与出站。总共288个文件(288个地铁站),每个文件中包含了该地铁站在这一段时间所有的刷卡记录,按时间升序排列。 | ||
|
||
|地铁站|交易时间|公交卡ID|交易金额| | ||
|---|---|---|---| | ||
|东川路|2015-04-01 05:35:09|3600226556|3.00| | ||
|
||
##数据示例 | ||
东川路,2015-04-01 05:35:09,3600226556,3.00 | ||
东川路,2015-04-01 05:55:41,2200797307,0.00 | ||
东川路,2015-04-01 05:55:43,2200694468,0.00 |