Skip to content

driving behavior study with NGSIM, visualization, peachtree, intersection

License

Notifications You must be signed in to change notification settings

chaosles/NGSIM_visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

NGSIM_visualization(in progress...)

to be continue... as soon as I finish all the hw ... lol

driving behavior study with NGSIM, visualization, peachtree, intersection

dataset:

FHWA. (2006). NGSIM program peachtree street data. version 1.
https://catalog.data.gov/dataset/next-generation-simulation-ngsim-vehicle-trajectories
https://www.opendatanetwork.com/dataset/data.transportation.gov/8ect-6jqj https://dev.socrata.com/foundry/data.transportation.gov/8ect-6jqj

data format:

Column ID Column Name API Column Name Data Type Description
0 Vehicle_ID vehicle_id number Vehicle identification number (ascending by time of entry into section). REPEATS ARE NOT ASSOCIATED.
1 Frame_ID frame_id number Frame Identification number (ascending by start time)
2 Total_Frames total_frames number Total number of frames in which the vehicle appears in this data set
3 Global_Time global_time number Elapsed time in milliseconds since Jan 1, 1970.
4 Local_X local_x number Lateral (X) coordinate of the front center of the vehicle in feet with respect to the left-most edge of the section in the direction of travel.
5 Local_Y local_y number Longitudinal (Y) coordinate of the front center of the vehicle in feet with respect to the entry edge of the section in the direction of travel.
6 Global_X global_x number X Coordinate of the front center of the vehicle in feet based on CA State Plane III in NAD83. Attribute Domain Val
7 Global_Y global_y number Y Coordinate of the front center of the vehicle in feet based on CA State Plane III in NAD83.
8 v_length v_length number Length of vehicle in feet
9 v_Width v_width number Width of vehicle in feet
10 v_Class v_class number Vehicle type: 1 - motorcycle, 2 - auto, 3 - truck
11 v_Vel v_vel number Instantaneous velocity of vehicle in feet/second.
12 v_Acc v_acc number Instantaneous acceleration of vehicle in feet/second square.
13 Lane_ID lane_id number Current lane position of vehicle. Lane 1 is farthest left lane; lane 5 is farthest right lane. Lane 6 is the auxiliary lane between Ventura Boulevard on-ramp and the Cahuenga Boulevard off-ramp. Lane 7 is the on-ramp at Ventura Boulevard, and Lane 8 is the off-ramp at Cahuenga Boulevard.
14 O_Zone o_zone text Origin zones of the vehicles, i.e., the place where the vehicles enter the tracking system. There are 11 origins in the study area, numbered from 101 through 111. Please refer to the data analysis report for more detailed information.
15 D_Zone d_zone text Destination zones of the vehicles, i.e., the place where the vehicles exit the tracking system. There are 10 destinations in the study area, numbered from 201 through 211. Origin 102 is a one-way off-ramp; hence there is no associated destination number 202. Please refer to the data analysis report for more detailed information.
16 Int_ID int_id text Intersection in which the vehicle is traveling. Intersections are numbered from 1 to 4, with intersection 1 at the southernmost, and intersection 4 at the northernmost section of the study area. Value of “0” means that the vehicle was not in the immediate vicinity of an intersection and that the vehicle instead identifies with a section of Lankershim Boulevard (Section_ID, below). Please refer to the data analysis report for more detailed information.
17 Section_ID section_id text Section in which the vehicle is traveling. Lankershim Blvd is divided into five sections (south of intersection 1; between intersections 1 and 2, 2 and 3, 3 and 4; and north of intersection 4). Value of “0” means that the vehicle does not identify with a section of Lankershim Boulevard and that the vehicle was in the immediate vicinity of an intersection (Int_ID above). Please refer to the data analysis report for more detailed information
18 Direction direction text Moving direction of the vehicle. 1 - east-bound (EB), 2 - north-bound (NB), 3 - west-bound (WB), 4 - south-bound (SB).
19 Movement movement text Movement of the vehicle. 1 - through (TH), 2 - left-turn (LT), 3 - right-turn (RT).
20 Preceding preceding number Vehicle ID of the lead vehicle in the same lane. A value of '0' represents no preceding vehicle - occurs at the end of the study section and off-ramp due to the fact that only complete trajectories were recorded by this data collection effort (vehicles already in the section at the start of the study period were not recorded).
21 Following following number Vehicle ID of the vehicle following the subject vehicle in the same lane. A value of '0' represents no following vehicle - occurs at the beginning of the study section and onramp due to the fact that only complete trajectories were recorded by this data collection effort (vehicle that did not traverse the downstream boundaries of the section by the end of the study period were not recorded).
22 Space_Headway space_headway number Space Headway in feet. Spacing provides the distance between the frontcenter of a vehicle to the front-center of the preceding vehicle.
23 Time_Headway time_headway number Time Headway in seconds. Time Headway provides the time to travel from the front-center of a vehicle (at the speed of the vehicle) to the front-center of the preceding vehicle. A headway value of 99
24 Location location text Name of street or freeway

About

driving behavior study with NGSIM, visualization, peachtree, intersection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%