amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

Makestreams issue #37

Closed ZCG113035 closed 4 years ago

ZCG113035 commented 4 years ago

Hey Adam,I am a graduate student from Nanjing Normal University, China,I am very interested in TAK and hope that it will allow me to successfully complete my studies. I have executed the following command: [DEM,FD,A,S]=MakeStreams ( 'resample1.tif',1e4); Loading and processing DEM Cleaning Up DEM Calculating Flow Direction 17-Dec-2019 10:04:37 -- Sink filling 17-Dec-2019 10:04:38 -- Flat sections identified 17-Dec-2019 10:04:38 -- Weights for graydist calculated 17-Dec-2019 10:04:38 -- Auxiliary topography in flats calculated 17-Dec-2019 10:04:39 -- Pixels sorted (1) 17-Dec-2019 10:04:39 -- Pixels sorted (2) 17-Dec-2019 10:04:39 -- Ordered topology established Calculating Flow Accumulation Extracting total stream network But the river map is not loaded after successful execution,Does this mean I need to install compiled Functions? I want to perform segmentProjector later, but you suggested that it is best to use SegmentPicker before running SegmentProjector.I noticed that both SegmentPicker and SegmentProjector require the basic_num parameter. I don't know how this parameter is obtained. Can I manually select it when executing the command?