You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ The red pins represent the equal distance centerline coordinates produced by cen
234
234
* left_bank_length (float): Length of the left bank of the river (in km)
235
235
* area (float): Area contained within river bank polygon (in km^2)
236
236
* sinuosity (float): Sinuosity of the river based on evenly spaced centerline coordinates
237
-
*centerlineVoronoiRelative (list of tuples): List of the relative distance coordinates of the centerline generated by Voronoi diagrams
237
+
*centerline_voronoi_relative (list of tuples): List of the relative distance coordinates of the centerline generated by Voronoi diagrams
238
238
* centerlineEqualDistanceRelative (list of tuples): List of the relative distance coordinates of the centerline generated by equal distances between coordinates from the Voronoi diagrams
239
239
* centerlineEvenlySpacedRelative (list of tuples): List of the relative distance coordinates of the centerline generated by evenly spacing out points generated by the Voronoi diagrams
240
240
* centerlineSmoothedRelative (list of tuples): List of the relative distance coordinates of the centerline generated by smoothing out the evenly spaced out points generated by the Voronoi diagrams
@@ -299,7 +299,7 @@ Centerline coordinates are formed by the Voronoi vertices
0 commit comments