November 2018
Beginner to intermediate
354 pages
6h 59m
English
We'll now calculate slope and aspect from a Digital Elevation Model (DEM). We'll be using DEM raster data provided by SRTM. We now read and plot a DEM using the raster() and plot() functions:
dem = raster("DEM/dem_chittagong.tif")plot(dem)
This DEM looks like this:

Read now
Unlock full access