├── MapBJ.zip └── README.md /MapBJ.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxysteven/MapBJ/77cae5b0c1ba5c2eab4924fabdfeca40f235b97c/MapBJ.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #MapBJ 2 | * There are two file in this dataset. 3 | * traffic_condition.csv 4 | * This file contains four field as follows: 5 | * **id** is the Unique identification of a location. 6 | * **timestamp** is the time point when the traffic condition released. 7 | * **condition** has five value with {not released, fluency, slow, congestion, extrem congestion} corresponding to {0, 1, 2, 3, 4} repectively. 8 | * **limit level** is the speed limit level of different locations. 9 | * graph.csv 10 | * This file represents a directed graph from source to destination with location ids. 11 | --------------------------------------------------------------------------------