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
@@ -25,8 +25,8 @@ Find the centerline and width of rivers based on the latitude and longitude posi
25
25
* centerline_equal_distance
26
26
* centerline_evenly_spaced
27
27
* centerline_smoothed
28
-
* centerlineLength
29
28
***Return river features**
29
+
* centerline_length
30
30
* rightBankLength
31
31
* leftBankLength
32
32
* area
@@ -229,7 +229,7 @@ The red pins represent the equal distance centerline coordinates produced by cen
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
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
* centerline_smoothed (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
-
*centerlineLength (float): Length of the centerline of the river (in km)
232
+
*centerline_length (float): Length of the centerline of the river (in km)
233
233
* rightBankLength (float): Length of the right bank of the river (in km)
234
234
* leftBankLength (float): Length of the left bank of the river (in km)
235
235
* area (float): Area contained within river bank polygon (in km^2)
@@ -382,13 +382,13 @@ Returns a .mat file with the Latitude and Longitude coordinates of the specified
382
382
### Length of Centerline
383
383
Return the length of the centerline found between the left and right bank generated by the Voronoi diagram
0 commit comments