Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WindingWinter opened this issue Jun 17, 2020 · 1 comment

Comments

@WindingWinter
Copy link

WindingWinter commented Jun 17, 2020

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
Copy link
Author

Anyone who can enlighten me on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant