SignalK / signalk-derived-data

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

Add courseData calculations #64

Closed panaaj closed 4 years ago

panaaj commented 4 years ago

This PR seeks to consolidate course data calculations in the following way:

  1. Create courseData.js file to hold course based calculations
  2. Add XTE, trackBearingTrue and bearingTrue calculations
  3. Move existing DTG calculation into courseData.js and remove distanceToGo.js
  4. Update group value of vmg.js and vmg_wind.js so they appear together with the other course related calulations in the plugin config screen (see screenshot below)

image

panaaj commented 4 years ago

@sbender9 Have updated this PR with the corrections identified that caused issues with nodejs v12 (#62).