Private
Public Access
1
0

better gps comparisons

This commit is contained in:
Sander Roosendaal
2020-06-09 22:46:16 +02:00
parent 766318ff40
commit 9a9f0725ba
2 changed files with 30 additions and 8 deletions

View File

@@ -381,8 +381,9 @@ def handle_check_race_course(self,
except IOError:
return 0
row.calc_dist_from_gps()
rowdata = row.df
rowdata['cum_dist'] = rowdata['gps_dist_calculated']
try:
s = rowdata[' latitude']