Update todo for dune crest/toe function

master
Chris Leaman 6 years ago
parent be8efd89b8
commit df2edd1abd

@ -124,7 +124,7 @@ def distance_to_intersection(lat, lon, orientation, line_strings):
# If no intersections are found, return nothing.
return None
# todo
def get_sites_dune_crest_toe():
data_folder = './data/interim'
df_sites = pd.read_csv(os.path.join(data_folder, 'sites.csv'), index_col=[0])

Loading…
Cancel
Save