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

Improve heading and track computation #461

Open
dharmab opened this issue Dec 28, 2024 · 0 comments
Open

Improve heading and track computation #461

dharmab opened this issue Dec 28, 2024 · 0 comments

Comments

@dharmab
Copy link
Owner

dharmab commented Dec 28, 2024

We currently use a naive implementation for determining headings and track directions by looking at the most recent position change of a single trackfile per group. This can give strange results in manuevering groups.

  1. Incorporate all trackfiles in a group into heading and track direction determinating.
  2. Look at the full trackfile length, not just the most recent two points. Fit a curve to the points and determine if a coherent track direction exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant