get verticalSpeed(): AvgMinMax | EmptyAvgMinMax {
    if (this.points.length === 0 || this.elevation === null || this.time === null) {
      return emptyValueWithAvgMinMax
    }