You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
number of node hops to get to the closes vehicle counter in the graph
road_graph/london/road_graph_nodes.parquet
Key
Attribute
Example
Data Type
Description
x
node_id
78112
int64
OSM ID
counter_info
['17/116']
list<item: string>
List of loop counter IDs in this node, referring to the city-specific sources.
num_assigned
['1']
list<item: string>
number of road graph nodes this counter belongs to. This is only used for large junctions in Melbourne where a single counter value is associated with multiple road graph nodes
Supersegment identifier. We use the first and last node to have a descriptive name since by construction there is at most supersegment between any two nodes.
nodes
[1831647232, 316002729, 330347868,...,253033449]
list<item: int64>
List of . First is u and last is v. Each is foreign key to node_id in road_graph_nodes.parquet. Consecutive items foreign key to foreign key to u,v in road_graph_edges.parquet.
road_graph/london/cell_mapping.parquet
Key
Attribute
Example
Data Type
Description
x
u
78112
int64
OSM ID, foreign key to node_id in road_graph_nodes.parquet
x
v
25508583
int64
OSM ID, foreign key to node_id in road_graph_nodes.parquet
List of (row, column, heading, fraction) where row,column,heading denotes one of the (495,436,4) directed cells and fraction is represents percentage of the length of the segment overlapping with this cell. This can be zero as we add data from neighboring cells closeby.
1 for volumes 1 and 2; 3 for volumes 3 and 4; 5 for 5 and above ... note that this applies to normalized volumes hence 1 means the lowest registered volume according to privacy regulations
median_speed_kph
19.764705882352942
double
the median speed in the 15 minute interval (day,t)
free_flow_kph
36.352941176470594
double
the free flow speed of this edge derived from the dynamic data (this will be the same for all (day,t) of the same edge
movie
movie/london/2019-07-01_london_8ch.h5
dtype: uint8
shape: (288,495,436,8)
5 minute bin, 288 per day
495 rows
436 columns
8 channels:
Channel
Description
0
volume NE
1
speed NE
2
volume NW
3
speed NW
4
volume SE
5
speed SE
6
volume NE
7
speed NE
train
train/london/input/counters_2019-07-01.parquet
Key
Attribute
Example
Data Type
Description
x
node_id
10028711
int64
OSM ID, foreign key to node_id in road_graph_nodes.parquet
The 4 volume counts from 15 minutes each. As this can result from averaging multiple channels in the raw loop counter data, this can be non-integer. Can be NaN.
train/london/labels/cc_labels_2019-07-01.parquet
Key
Attribute
Example
Data Type
Description
x
u
78112
int64
OSM ID, foreign key to node_id in road_graph_nodes.parquet
x
v
25508583
int64
OSM ID, foreign key to node_id in road_graph_nodes.parquet