GroundVehicle: Distance

Provides waypoint time, ground distance, and speed information.

Type: Time-varying data. Intended to be used only with elements from this same data provider.

Availability: Reports | Graphs | Dynamic Displays | Strip Charts

NameDimensionTypeDescription
TimeDateFormatReal NumberTime.
Time from startTimeUnitReal NumberTime elapsed from the first waypoint time. TimeUnit, real number.
Dist from startDistanceUnitReal NumberDistance traveled from the first waypoint. Calculated by summing the distances between each waypoint from the start. DistanceUnit, real number.
Average SpeedRateReal NumberDist from start / Time from start.Rate, real number.
Time to finishTimeUnitReal NumberTime to last waypoint. TimeUnit, real number.
Dist to finishDistanceUnitReal NumberDistance to the last waypoint. Calculated by summing the distances between each waypoint to the finish. DistanceUnit, real number.
Dist from prev pointDistanceUnitReal NumberDistance along the central body ellipsoid between the detic subpoints of the vehicle as its ephemeris is sampled. DistanceUnit, real number.
SpeedRateReal NumberMagnitude of the velocity vector of the projection of the selected point onto the reference plane.