-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: SignalK/signalk-derived-data
base: v1.28.2
head repository: SignalK/signalk-derived-data
compare: master
Commits on Dec 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 11c5920 - Browse repository at this point
Copy the full SHA 11c5920View commit details -
chore: replace Travis with GH Actions (#71)
* chore: add test GH action * chore: remove Travis
Configuration menu - View commit details
-
Copy full SHA for 3a6f56a - Browse repository at this point
Copy the full SHA 3a6f56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94831c1 - Browse repository at this point
Copy the full SHA 94831c1View commit details
Commits on Mar 25, 2021
-
ETA to next waypoint and steer error (#77)
* Create eta.js I would like to add 'eta' to next waypoint to derived data. this file creates: 'navigation.courseGreatCircle.nextPoint.eta' and delivers a date/time of arrival at the waypoint please let me know if I need to do anything else to add it? * Create steer_error.js this file adds a few phrases for Steer Error, this being the difference between the desired direction and the actual direction. there are 3 different phrases: "navigation.courseGreatCircle.nextPoint.steerError" - this gives a value for the error with a positive or negative to suggest the direction "navigation.courseGreatCircle.nextPoint.leftSteerError" - this gives a value for the error in the Port direction "navigation.courseGreatCircle.nextPoint.rightSteerError" - this gives a value for the error in the Starboard direction the right and left steer error are for use to help with clear race displays to help a crew member get clear direction in the heat of a race
Configuration menu - View commit details
-
Copy full SHA for 3c82e23 - Browse repository at this point
Copy the full SHA 3c82e23View commit details -
feature: add dew point calcs (#78)
This enables multiple dew points calculated, inside, outside etc.
1Configuration menu - View commit details
-
Copy full SHA for c4c65d8 - Browse repository at this point
Copy the full SHA c4c65d8View commit details -
feature: Compute navigation.courseGreatCircle.bearingTrackMagnetic an…
…d navigation.courseGreatCircle.nextPoint.bearingMagnetic (#79)
Configuration menu - View commit details
-
Copy full SHA for 6700f48 - Browse repository at this point
Copy the full SHA 6700f48View commit details -
fix: Assign wind.angleTrueWater and wind.angleTrueGround identically …
…to wind.angleApparent in case wind.speedApparent is smaller than 1e-9m/s (#74) Set wind.angleTrueWater (TWA) and wind.angleTrueGround (GWA) identically to wind.angleApparent (AWA) in case wind.speedApparent (AWS) is smaller than 1e-9m/s. Background: Before for AWS=0 the plugin delivered wrong GWA and TWA since AWS=0 drove the arguments that are used for calculating the angles to zero.
Configuration menu - View commit details
-
Copy full SHA for 4632697 - Browse repository at this point
Copy the full SHA 4632697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99eade3 - Browse repository at this point
Copy the full SHA 99eade3View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34fe4e7 - Browse repository at this point
Copy the full SHA 34fe4e7View commit details
Commits on Sep 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f1d9b8 - Browse repository at this point
Copy the full SHA 9f1d9b8View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8cee60 - Browse repository at this point
Copy the full SHA f8cee60View commit details -
Added calculation for transducer to keel (based on depth.surfaceToTra…
…nsducer and design.draft.maximum)
Configuration menu - View commit details
-
Copy full SHA for 9b71650 - Browse repository at this point
Copy the full SHA 9b71650View commit details -
fix: guard against 0 revs in propslip (#93)
Adds also minimal test for this.
Configuration menu - View commit details
-
Copy full SHA for dd5aeb5 - Browse repository at this point
Copy the full SHA dd5aeb5View commit details -
COG True based on COG Magnetica and Magnetic Variation (#92)
* Added Course Over Ground True list item * Added calculation of courseOverGroundTrue from courseOverGroundMagnetic and magneticVariation
Configuration menu - View commit details
-
Copy full SHA for de7fc56 - Browse repository at this point
Copy the full SHA de7fc56View commit details
Commits on Nov 12, 2021
-
test single value with range option
Test using Mocha closeTo w/ delta
Configuration menu - View commit details
-
Copy full SHA for 7b7bf96 - Browse repository at this point
Copy the full SHA 7b7bf96View commit details -
Test was failing because of change in variation value (mag north drifting). Check now using expectedRange/closeTo with delta.
Configuration menu - View commit details
-
Copy full SHA for a876523 - Browse repository at this point
Copy the full SHA a876523View commit details
Commits on Jan 9, 2022
-
Merge pull request #96 from davidsanner/test-with-range
Magnetic variation: handle MagVar drifting over time in test
Configuration menu - View commit details
-
Copy full SHA for 417d43c - Browse repository at this point
Copy the full SHA 417d43cView commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e33e9b0 - Browse repository at this point
Copy the full SHA e33e9b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205de14 - Browse repository at this point
Copy the full SHA 205de14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64cdf97 - Browse repository at this point
Copy the full SHA 64cdf97View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 288e68b - Browse repository at this point
Copy the full SHA 288e68bView commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6ae519 - Browse repository at this point
Copy the full SHA e6ae519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d13240 - Browse repository at this point
Copy the full SHA 1d13240View commit details -
Remove unnecessary deltas (#98)
Beat and gybe VMGs are just positive and negative VMGs. They are not in the spec and serve no purpose?
Configuration menu - View commit details
-
Copy full SHA for 4500706 - Browse repository at this point
Copy the full SHA 4500706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ab4f7 - Browse repository at this point
Copy the full SHA 28ab4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c65e75 - Browse repository at this point
Copy the full SHA 7c65e75View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db24b65 - Browse repository at this point
Copy the full SHA db24b65View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for edfb86b - Browse repository at this point
Copy the full SHA edfb86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8dd56 - Browse repository at this point
Copy the full SHA 9e8dd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5559d47 - Browse repository at this point
Copy the full SHA 5559d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de503a - Browse repository at this point
Copy the full SHA 1de503aView commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c820f4 - Browse repository at this point
Copy the full SHA 9c820f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec806ac - Browse repository at this point
Copy the full SHA ec806acView commit details
Commits on Jan 4, 2024
-
VMG using wind and speedThroughWater (#128)
* VMG using wind and speedThroughWater * remove unused conditional statement
Configuration menu - View commit details
-
Copy full SHA for 90eabdb - Browse repository at this point
Copy the full SHA 90eabdbView commit details -
fix: pass null through true/mag conversions (#121)
Input value null should result in null output values. Fixes #120.
Configuration menu - View commit details
-
Copy full SHA for 1585fdc - Browse repository at this point
Copy the full SHA 1585fdcView commit details -
Update eta.js - Time to go added and null value corrected (#127)
in this PR: 1. 'navigation.courseGreatCircle.nextPoint.timeToGo' added a. this is in Seconds per the spec. b. the null value set to null vs "--" 2. eta null value set to null vs "--"
Configuration menu - View commit details
-
Copy full SHA for 5110d32 - Browse repository at this point
Copy the full SHA 5110d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ae6c4 - Browse repository at this point
Copy the full SHA f4ae6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99eebee - Browse repository at this point
Copy the full SHA 99eebeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47144c4 - Browse repository at this point
Copy the full SHA 47144c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2ba66 - Browse repository at this point
Copy the full SHA 6b2ba66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a90bb9 - Browse repository at this point
Copy the full SHA 8a90bb9View commit details
Commits on Mar 2, 2024
-
Fix issue where the roll is using the wrong path (#129)
Fix issue where calculated leeway is invalid if STW is 0
Configuration menu - View commit details
-
Copy full SHA for 7c2b125 - Browse repository at this point
Copy the full SHA 7c2b125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d148d - Browse repository at this point
Copy the full SHA 89d148dView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c129d3 - Browse repository at this point
Copy the full SHA 9c129d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdb36c - Browse repository at this point
Copy the full SHA 7fdb36cView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85762e8 - Browse repository at this point
Copy the full SHA 85762e8View commit details -
estimatedTimeOfArrival, timeToGo and eta are calculated incorrectly i…
Configuration menu - View commit details
-
Copy full SHA for f49d09f - Browse repository at this point
Copy the full SHA f49d09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01317ae - Browse repository at this point
Copy the full SHA 01317aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680efd2 - Browse repository at this point
Copy the full SHA 680efd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe9cfd - Browse repository at this point
Copy the full SHA dbe9cfdView commit details
There are no files selected for viewing
This file was deleted.