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