transbigdata.visualization_trip

transbigdata.visualization_trip(trajdata, col=['Lng', 'Lat', 'ID', 'Time'], zoom='auto', height=500)

The input is the trajectory data and the column name. The output is the visualization result based on kepler

Parameters:
  • trajdata (DataFrame) – Trajectory points data

  • col (List) – The column name, in the sequence of [longitude, latitude, vehicle id, time]

  • zoom (number) – Map zoom level

  • height (number) – The height of the map frame

Returns:

vmap – Visualizations provided by keplergl

Return type:

keplergl.keplergl.KeplerGl