dtarb / TauDEM

Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.
http://hydrology.usu.edu/taudem
Other
222 stars 115 forks source link

Missing cell values even when there is no inflowing drain ( I think) #215

Open WindingWinter opened 4 years ago

WindingWinter commented 4 years ago

I have a terrain that looks like this:

z elvels

As you can see, the elevation levels peak at the center and then going downwards radiating from the center. I would expect that there is no inflowing drain for this kind of terrain.

And hence, base on #195 and D8ContributingArea guide here, I would expect that the TauDEM should be able to nicely generate all the contributing cells.

But that's not the case! Even when -nc is selected, there are still a lot of cells missing contribution, as shown below:

lots of missing values

There are also a lot of missing area if -nc is not set.

without nc

Why is this so? Here are my steps, and I've attached the tif file

1. PitRemove.exe Site6.tif
2. D8FlowDir.exe -p Site6.tif -sd8 Site6sd8.tif -fel Site6fel.tif
3. aread8.exe -p Site6p.tif -ad8 Site6ad8.tif
4. Gridnet.exe -p Site6p.tif -plen Site6plen.tif -tlen Site6tlen.tif -gord Site6gord.tif
5. PeukerDouglas.exe -fel Site6fel.tif -ss Site6ss.tif
6. aread8.exe -p Site6p.tif -wg Site6ss.tif -ad8 Site6ssa.tif
7.  Threshold.exe -ssa Site6ssa.tif -src Site6src.tif -thresh 10
8.  Streamnet.exe -fel Site6fel.tif  -p Site6p.tif  -ad8 Site6ad8.tif -src Site6src.tif -ord Site6ord.tif -tree Site6tree.dat -coord Site6coord.dat -net Site6net.shp -w Site6w.tif

Site6.zip

WindingWinter commented 4 years ago

Anyone who can enlighten me on this one?