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
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Find the centerline and width of rivers based on the latitude and longitude posi
23
23
* width()
24
24
* centerline_voronoi
25
25
* centerline_equal_distance
26
-
*centerlineEvenlySpaced
26
+
*centerline_evenly_spaced
27
27
* centerlineSmoothed
28
28
* centerlineLength
29
29
***Return river features**
@@ -227,7 +227,7 @@ The red pins represent the equal distance centerline coordinates produced by cen
227
227
228
228
* centerline_voronoi (list of tuples): List of the latitude and longitude coordinates of the centerline generated by Voronoi diagrams
229
229
* centerline_equal_distance (list of tuples): List of the latitude and longitude coordinates of the centerline generated by equal distances between coordinates from the Voronoi diagrams
230
-
*centerlineEvenlySpaced (list of tuples): List of the latitude and longitude coordinates of the centerline generated by evenly spacing out points generated by the Voronoi diagrams
230
+
*centerline_evenly_spaced (list of tuples): List of the latitude and longitude coordinates of the centerline generated by evenly spacing out points generated by the Voronoi diagrams
231
231
* centerlineSmoothed (list of tuples): List of the latitude and longitude coordinates of the centerline generated by smoothing out the evenly spaced-out points generated by the Voronoi diagrams
232
232
* centerlineLength (float): Length of the centerline of the river (in km)
233
233
* rightBankLength (float): Length of the right bank of the river (in km)
0 commit comments