Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trajectory analytics #4944

Open
sunng87 opened this issue Nov 5, 2024 · 0 comments
Open

Trajectory analytics #4944

sunng87 opened this issue Nov 5, 2024 · 0 comments
Labels
C-feature Category Features

Comments

@sunng87
Copy link
Member

sunng87 commented Nov 5, 2024

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?

  1. Provide internal logical data structure: trajectory
  2. Provide analytical functions:
    • startTime
    • endTime
    • duration
    • timeAtPoint
    • pointAtTime
    • velocityAtTime
    • accelarationAtTime
    • timeToDistance
    • timeAtDistance
    • cumulativeDistanceAtTime
    • timeAtCumulativeDistance

Implementation challenges

No response

@sunng87 sunng87 added the C-feature Category Features label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category Features
Projects
None yet
Development

No branches or pull requests

1 participant