Column identifiers#

Description of the used columns names in PedPy.

COUNT_COL = num_peds#
CROSSING_FRAME_COL = crossing_frame#
CUMULATED_COL = cumulative_pedestrians#
DENSITY_COL = density#
DISTANCE_COL = distance#
END_POSITION_COL = end_position#
FIRST_FRAME_COL = entering_frame#
FLOW_COL = flow#
FRAME_COL = frame#
ID_COL = id#
INTERSECTION_COL = intersection#
LAST_FRAME_COL = leaving_frame#
MEAN_SPEED_COL = mean_speed#
NEIGHBORS_COL = neighbors#
POINT_COL = point#
POLYGON_COL = polygon#
SPEED_COL = speed#
START_POSITION_COL = start_position#
TIME_COL = time#
V_X_COL = v_x#
V_Y_COL = v_y#
WINDOW_SIZE_COL = window_size#
X_COL = x#
Y_COL = y#