How to monitor the smoothness of a Dem?

How to monitor the smoothness of a Dem?

In order to monitor the level of smoothness of a DEM, creating contours can be helpful. A contour set built based on a raw digital elevation model (DEM) data can show minor variations and irregularities in the data.

How to smooth the DEM in Geog 3.2?

To have a smoother DEM, you have to repeat step 5 to 7 for a few times (Focal Statistics). Let’s say 12 times. Every time, you have to use the previous smoothed DEM. For instance, for the second round, you will use ‘FocalSt_UP_B1’ as an input. Keep the same naming system and options.

How to create contours based on DEM data?

A contour set built based on a raw digital elevation model (DEM) data can show minor variations and irregularities in the data. Creating a smooth contour set for topography is helpful in smoothing the data. Note: the smooth grid should not be used for any analysis that requires raw DEM.

How to set the smoothing radius in Geog 497?

The default name is FocalST_UP_B1. It means focal statistics phase 1. Select Circle from the drop-down next to Neighborhood and set the smoothing Radius to 3. Leave all other default settings. Specify MEAN as the Statistics type.

How to resample the DEM and create contours?

Select the Focal Statistics, which is located under Spatial Analyst Tool. The Focal Statistics tool will resample from the DEM and apply a search distance defined by cells or model distance. Choose UP_BareEarth as the input raster. Name the output raster so you can remember it!

How to smooth dem using grass addons wiki?

How about John Stevenson’s r.denoise, from the GRASS AddOns wiki: r.denoise denoises (smooths/despeckles) topographic data, particular DEMs derived from radar data (including SRTM), using Xianfang Sun’s denoising algorithm. It is designed to preserve sharp edges and to denoise with minimal changes to the original data.

How to convert contour lines to Dem in grass?

GRASS GIS’ r.surf.contour module is specifically built for converting contour lines into DEMs, and in general it does a rather nice job at it. Important: be sure to restrict the computational region to the area of interest, otherwise computations will be slow.

Is there an algorithm or interpolation method for smoothing dem?

I created the shaded relief in GRASS and the result is very nice, but a little rough because the area is near flat and the DEM is 90m in resolution. What I want is to make the DEM smoother in order to generate a smooth shaded relief. Is there an algorithm or interpolation method to do that?