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
@@ -27,8 +27,8 @@ Find the centerline and width of rivers based on the latitude and longitude posi
27
27
* centerline_smoothed
28
28
***Return river features**
29
29
* centerline_length
30
-
*rightBankLength
31
-
*leftBankLength
30
+
*right_bank_length
31
+
*left_bank_length
32
32
* area
33
33
* sinuosity
34
34
* incremental_sinuosity()
@@ -230,8 +230,8 @@ The red pins represent the equal distance centerline coordinates produced by cen
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
232
* centerline_length (float): Length of the centerline of the river (in km)
233
-
*rightBankLength (float): Length of the right bank of the river (in km)
234
-
*leftBankLength (float): Length of the left bank of the river (in km)
233
+
*right_bank_length (float): Length of the right bank of the river (in km)
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
237
* centerlineVoronoiRelative (list of tuples): List of the relative distance coordinates of the centerline generated by Voronoi diagrams
0 commit comments