こんにちは<\/P>
<\/P>
実際のトウから頂点までの斜面の高さを、トウと頂点をデジタイズせずに求めようとしています。怠けているわけではありません。関心のあるエリアが広く、後者を行うには非常に時間がかかるためです。要するに、Spatial Analyst / 3D Analyst に方法があるか、または Raster Calculator で使える式があることを期待しています。<\/P><\/BODY><\/HTML>
Dan,
Many thanks for your response. It is much appreciated.
Your questions have got me questioning myself.
I am busy digitizing the crest and the toe as I realized that this will be necessary. I realize i need to calculate the difference in height between the toe and crest; but I don't want to display the actual difference in elevation values between the toe and the crest but rather the length of the slope from the toe (i.e. 0m to e.g. 300m).
Xander has given me a pretty good sense of how to obtain this.
I will have a look through Bill's links later, but I do remember him doing something like this and curvature is coming to mind, but don't quote me. Some of my concerns in my original post still haven't be answered as yet even if the surface length is still being sought after. Contour lines would help IFFF they are at least representative of the underlying DEM, you can atleast propagate normal lines etc. I will have a look, just trying to finish up some einsum stuff
mmm... I think this is the (ancient) thread I was talking about Finding peaks from a DEM where William Huber collaborated.
Hi Xander,
Yes that is correct. I want the actual slope length (perhaps height is not the right wording).
If I were to simplify it and try obtain the length of the "brown line" what would you suggest?
Hi Ansu Louw ,
I'm afraid I'm a bit lost in the explanation... When you refer to the "actual height of the slope", are you referring to the elevation or the length of the slope?
For what I understand you are not interested in the length of the brown line following the surface, but in the slope length, right? ... and you want to generate contours in a 50 m interval based on the length of the slope... If so, that will probably be a very complicated process and include some heavy coding (even if you would already have lines representing crests and toes)...
mmm, just wondering... I remember that your friend William Huber did some magic in Avenue to detect crests...
Would it be possible to generalize the aspect of the surface using the SciPy circular mean (scipy.stats.morestats.circmean(numpy_raster)) as Shaun Walbridge showed in his presentation at the DevSummit this year (Python: Working With Scientific Data ) and using a moving window to detect opposite aspect angle ranges to depict crests and toes (won't work with rather flat and wide valleys)?
I don't have the toes and crests extracted as yet.
The client wants to see the height of the slope as contours / colour grid ranging from 0m to ± 300m in 50m intervals. The length should be the actual height of the slope and not the values of the surface elevation
You will have to digitize the toe and crest since a slope value only applies for a very small 3x3 window so all you could do is figure out the length by considering the slope value and aspect at a cell. This would give you the ability to get an estimate of the surface length for the window...but consider that the slope derived for one cell is not know by its adjacent cells. You task would be to make these cells self-aware.
Consider the following example:
So the questions become:
You can easily do this in your head...can't you? The task becomes translating your 'rules' to those that can be implemented in raster and/or vector world. So some discussion of your criteria, would be useful. Are you only interested in
Interesting problem, there are some things that could be done, but rather than throwing tools at a problem and hoping a solution arises, formulate the required steps to see if the solution is realizable without human intervention.
Do you already have the crests and toes extracted?
How many of those slope "lines" should be created?
Should the length show the length using the surface or a straight line?
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.