SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 30 forks source link

estimatedTimeOfArrival, timeToGo and eta are calculated incorrectly in eta.js #133

Closed Techstyleuk closed 1 month ago

Techstyleuk commented 1 month ago

the calculation uses: distance / (velocityMadeGood 0.514444) 1000

this assumes that VMG is in kts when it is (and should be) in m/s. The 0.514444 should be removed from the calc on line 22