From 5e8f356600b5be325fa375697dc9096986a4f369 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Sun, 11 Nov 2018 10:49:00 +1100 Subject: [PATCH] Add comment --- src/data/profile_features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/profile_features.py b/src/data/profile_features.py index af5565f..f81a21a 100644 --- a/src/data/profile_features.py +++ b/src/data/profile_features.py @@ -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():