Skip to main content
Question

Calculating Sloped Areas

  • July 26, 2018
  • 2 replies
  • 61 views

I am trying to calculate areas in a sloped terrain. I am approaching the scripts with DEM and AreaCalculator Transformer with Type: Sloped Area. If I converted the DEM to polygons using RasterCellCorcer using 3D Forcer Transformer to have the z on the polygons, they still horizontal, thu I got the same area as the plane area. Any ideas how to calculate sloped areas with a DEM?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • July 27, 2018

Hi @jaircasti, you can transform the DEM raster to a new numeric raster whose cell values represent the slope value at their location.


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • July 27, 2018

Another option would be to create a TIN out of the DEM first and then use the AreaCalculator