Skip to content
Snippets Groups Projects
Commit aba1f629 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent d38244e8
Branches
Tags v2.1.1
No related merge requests found
......@@ -26,7 +26,7 @@ def read_eddy_graph(edgelist, shp_tr_dir = None, read_interp = True):
# Assuming that the directory containing the interpolated
# eddies is in the same location as edgelist:
extremum = path.join(path.dirname(edgelist), "SHP_triplet", "extremum")
with shapefile.Reader(extremum) as s_read:
for shape_rec in s_read:
n = (shape_rec.record.date_index, shape_rec.record.eddy_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment