rogerlew / wepppy

Other
12 stars 7 forks source link

hillslopes only mode #315

Open rogerlew opened 3 months ago

rogerlew commented 3 months ago
whitebox_tools  -r=BreachDepressions -v --dem=../dem.tif -o=breached.tif
whitebox_tools -r=D8Pointer -v --dem=breached.tif -o=D8.tif
whitebox_tools -r=D8FlowAccumulation -v --dem=breached.tif -o=d8accum.tif
whitebox_tools -r=ExtractStreams -v --flow_accum=d8accum.tif -o=streams300.tif --threshold=300.0
whitebox_tools -r=RasterStreamsToVector -v --streams=streams300.tif --d8_pntr=D8.tif -o=streams.shp
whitebox_tools -r=StreamLinkIdentifier -v --streams=streams300.tif --d8_pntr=D8.tif -o=stream_links.tif
whitebox_tools -r=TributaryIdentifier -v --streams=streams2000.tif --d8_pntr=D8.tif -o=tributaries.tif
whitebox_tools -r=HortonStreamOrder -v --streams=stream_links.tif --d8_pntr=D8.tif -o=horton.tif
whitebox_tools -r=StrahlerStreamOrder  -v --streams=stream_links.tif --d8_pntr=D8.tif -o=strahler.tif
whitebox_tools -r=Hillslopes -v --d8_pntr=D8.tif --streams=stream_links.tif -o=hillslopes.tif
rogerlew commented 3 months ago

/geodata/weppcloud_runs/rlew-low-budget-bit/dem/wbt