better gps comparisons
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user