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

No calculation of True wind angle and true wind speed if navigation.headingTrue can not be calculated. #143

Open
Asw1n opened this issue Oct 13, 2024 · 0 comments

Comments

@Asw1n
Copy link

Asw1n commented Oct 13, 2024

There is oone calculation that calculates three delta's; True wind angle, true wind speed and true wind direction.
Two of these, TWA and TWS, can be calculated from navigation.speedThroughWater(👍), environment.wind.speedApparent(👍), environment.wind.angleApparent(👍)]. True wind direction needs [navigation.headingTrue(👍) as well. If navigation.headingTrue is not calculated, because of null values (see the other issue I reported on 13 oct 2024) then TWD cannot be calculated. But also TWA and TWS will not be calculated, even if all the source data is available for these calculations is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant