submit race result now starts async process
This commit is contained in:
@@ -376,9 +376,7 @@ def polygon_to_path(polygon):
|
||||
|
||||
return p
|
||||
|
||||
def coordinate_in_path(latitude,longitude, p):
|
||||
|
||||
return p.contains_points([(latitude,longitude)])[0]
|
||||
from rowers.courseutils import coordinate_in_path
|
||||
|
||||
def course_spline(coordinates):
|
||||
latitudes = coordinates['latitude'].values
|
||||
|
||||
Reference in New Issue
Block a user