<div dir="ltr"><div dir="ltr"><div>Thanks for your answers Joaquim, Alex and Martin!</div><div><br></div><div>I think the problem is height is measured by 1m intervals, thatś why I see 1 meter contour lines in the slope result. The dem grid was not interpolated from contours, at least not by me, the data comes from Mapzen terrain tiles, I don't know exactly how they are producing it.<br></div><div><br></div><div>Do you think it would be a good idea to do some kind of interpolation to smooth the DEM file or the slope file? Do you have any recommendations on how to do that using gdal? The idea is to use the gdaldem color-relief command to generate a coloured and easy to read map. The problem is that this lines makes the map more difficult to understand, which is a priority in this case.<br></div><div><br></div><div>Thanks again!</div><div>Danilo<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 17 mar. 2020 a las 4:50, Martin Chapman (<<a href="mailto:mchapman@hyperacktive.com" target="_blank">mchapman@hyperacktive.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="ltr">A slope map indicates the maximum rate of change between a pixel elevation value and its neighboring 8 pixels.  In other words, the output value for each pixel represents the steepest slope, or decent to the neighboring elevation values.  The output values are given as either percent slope or degrees from 0 (flat) to 90 (vertical) depending on the command line switches you choose.  </div><div dir="ltr"><br></div><div dir="ltr">Therefore, the output raster values no longer represent elevation values from the input but rather slope (steepness) values and should be interpreted differently.  A common way to visually interpret them would be to color code them with a color ramp where each color in the ramp represents a range of degrees somewhere between 0 and 90.  That way a user can look at the image and quickly identify steep slopes versus not so steep slopes and flat areas.  To create a color ramp that matches changes in steepness you will need to use a statistical method on the slope values such as standard deviations or jenks natural breaks to group similar slope values together and where they change.  In other words, you will want your color ramp to change colors where flat areas start to get steeper.  I hope that makes sense.</div><div dir="ltr"><br></div><div dir="ltr">Another way to use the results would be to write an algorithm to identify areas that are within a certain range of steepness so you could identify a good place to build a road or perhaps lay train tracks that must not exceed a certain steepness.  </div><div dir="ltr"><br></div><div dir="ltr">I hope that helps.</div><div dir="ltr"><br></div><div dir="ltr">Best regards,</div><div dir="ltr">Martin Chapman</div><div dir="ltr"><br><blockquote type="cite">On Mar 16, 2020, at 5:09 PM, Danilo da Rosa <<a href="mailto:daniloide@gmail.com" target="_blank">daniloide@gmail.com</a>> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>Hi!</div><div><br></div><div>This may be a very basic question, but I can't find the answer anyware.</div><div>

<p>I am working with this DEM obtained using <a href="https://pypi.org/project/terraincache/" rel="nofollow noreferrer" target="_blank">terraincache</a>, it uses mapzen data. The SRC is WGS 84.</p>

<p><a href="https://i.stack.imgur.com/Sp4Sg.jpg" rel="nofollow noreferrer" target="_blank"><img src="https://i.stack.imgur.com/Sp4Sg.jpg" alt="DEM File in QGIS"></a></p>

<p>I ran this GDAL command to get the slope:</p>

<p><code>gdaldem slope -s 111120 dem.tif slope.tif</code> (I had to do scaling because of the SRC)</p>

<p>The resulting image looks fine but it's not smooth, it has weird lines over it, like contour lines.</p>

<p><a href="https://i.stack.imgur.com/POcHR.jpg" rel="nofollow noreferrer" target="_blank"><img src="https://i.stack.imgur.com/POcHR.jpg" alt="Slope file on QGIS"></a></p>

<p>You can download the DEM file here: <a href="https://gofile.io/?c=Du7WnM" rel="nofollow noreferrer" target="_blank">https://gofile.io/?c=Du7WnM</a></p>

<p>Does anyone have an idea of how to solve it? <br></p><p>Thanks in advance for your help,</p><p>Danilo<br></p><p>P.S. I made this question here too: <a href="https://gis.stackexchange.com/questions/353983/slope-obtained-with-gdal-has-weird-lines" target="_blank">https://gis.stackexchange.com/questions/353983/slope-obtained-with-gdal-has-weird-lines</a></p>
    </div></div>
<span>_______________________________________________</span><br><span>gdal-dev mailing list</span><br><span><a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a></span><br><span><a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></span></div></blockquote></div></blockquote></div>
</div>