-
Notifications
You must be signed in to change notification settings - Fork 1
Overall redesign scheme #19
Copy link
Copy link
Open
Description
I think I need the following modules:
GraphBuilder: BuildsRiverGraphs and joins them to coastal graphs. Needs a river shapefile (or potentially aRiverGraph) and aLand(or optionally, aCoastalGraph) object as input.RiverGraph: Represents a directed network of rivers, built and pruned byGraphBuilderso that all dead ends are river mouths (other dead ends pruned). Has methods that find distance to river mouth for points (or sets of points).Land: Definitely takes a polygon. Maybe takes a polyline and converts to polygon? Can create aCoastalGraph.CoastalGraph: Methods for adding points and calculating edges (with buffer) and for finding distance between points.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels