Skip to content

Commit

Permalink
update README.md, remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 12, 2024
1 parent 6b6893e commit 7872153
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Find the centerline and width of rivers based on the latitude and longitude posi
* centerlineEvenlySpaced
* centerlineSmoothed
* centerlineLength
* **Return river features**
* rightBankLength
* leftBankLength
* riverArea
Expand Down Expand Up @@ -220,7 +221,7 @@ The red pins represent the equal distance centerline coordinates produced by cen
* centerlineLength (float): Length of the centerline of the river (in km)
* rightBankLength (float): Length of the right bank of the river (in km)
* leftBankLength (float): Length of the left bank of the river (in km)
* riverArea (float): Area contained within river polygon (in km^2)
* riverArea (float): Area contained within river bank polygon (in km^2)
* centerlineVoronoiRelative (list of tuples): List of the relative distance coordinates of the centerline generated by Voronoi diagrams
* centerlineEqualDistanceRelative (list of tuples): List of the relative distance coordinates of the centerline generated by equal distances between coordinates from the Voronoi diagrams
* centerlineEvenlySpacedRelative (list of tuples): List of the relative distance coordinates of the centerline generated by evenly spacing out points generated by the Voronoi diagrams
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
########################################################################

import centerline_width as cw
import sys

def main():

Expand Down
Binary file modified data/example_script_outputs/equal_distance_coordinates.mat
Binary file not shown.

0 comments on commit 7872153

Please sign in to comment.