You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide analytic functions for trajectory data. These functions will provide information like speed, estimated location, acceleration, and time at location. We may also introduce a internal logical data structure called trajectory, which includes a linestring and timestamp at each point.
What does the feature do?
Provide internal logical data structure: trajectory
Provide analytical functions:
startTime
endTime
duration
timeAtPoint
pointAtTime
velocityAtTime
accelarationAtTime
timeToDistance
timeAtDistance
cumulativeDistanceAtTime
timeAtCumulativeDistance
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
Provide analytic functions for trajectory data. These functions will provide information like speed, estimated location, acceleration, and time at location. We may also introduce a internal logical data structure called trajectory, which includes a linestring and timestamp at each point.
What does the feature do?
trajectory
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: