const verticalSpeed = points.map(el => [
    Math.round((el.flTime - startTime) * 10) / 10,
    Math.round(msToKmh(el.vSpeed))
  ])