This Component computes the trip distance given the trip details. It uses the GeoPy package from python to compute these distances in kilometers and miles.
The input table should provide the longitude and the latitude data along with trip details column that contains trip start and finish information.
- Type: TableLocation data with Longitude, Latitude and Trip Details Column