게시물

팔로워 2명 팔로우
0
Avatar

Extracting Slope angle from Colour Dem

I'm sure there is a geoprocessing tool or plugin for QGIS that will do this, and I'll explore that next, but thought I should ask in case it can be done easily on MME. Is there a process, tool, etc. for extracting slope angle (degree or %) from the generated DEM file? For example, one draws a polygon around a small continuous section of a slope or clicks on a point on a slope, and like volume calculations, a slope angle value is calculated?

This would be a very handy tool. I'm sure it will be a more cumbersome, time-consuming process in Q or Arc.

Chris Campagnaro

공식 댓글

Avatar

If you are working with the actual DEM file itself you would just want to use a QGIS tool to do it. Do that like this:

https://docs.qgis.org/2.14/en/docs/training_manual/rasters/terrain_analysis.html

The way to do it in the browser would be do draw a line of a known length. 

Then get the elevation of the two endpoints. 

Elev Diff  = -174.3 - -238.7 = 64.4 ft (bad example because this map had negative elevation values due to not using a ground reference image)

Slope = Rise/Run = 64.4 / 1231.1 = .0523 slope = 5.2% grade

Zane
댓글 작업 고유 링크

댓글을 남기려면 로그인하세요.

댓글 2개

0
Avatar

Thx Zane,

I did it both ways, in-browser S=R/R is the 'quickstep' I was looking for, probably should have tried harder. Q terrain analysis definitely better if you want to save an entire layer of slope values.

Chris Campagnaro 0 표
댓글 작업 고유 링크