SignalK / signalk-derived-data

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

Update / Consolidate course data calculations #62

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