|
|
|
@ -62,6 +62,7 @@ def distance_to_intersection(lat,lon,orientation,line_strings):
|
|
|
|
|
if not intersection_points.is_empty:
|
|
|
|
|
return intersection_points.distance(start_point)
|
|
|
|
|
|
|
|
|
|
# If no intersections are found, return nothing.
|
|
|
|
|
return None
|
|
|
|
|
|
|
|
|
|
def get_sites_dune_crest_toe():
|
|
|
|
|