Module 2.1: TINs and DEMS
The topic for this week's lab was working with 3D data in the form of DEMs or TINs. There were several parts to the lab, each with a different set of data and scenario. Local 3D scenes were created for each scenario by setting the raster elevation dataset as the surface source and setting a vertical exaggeration to show the differences in elevation changes better. Part A simply involved draping a terrain image over a 3D terrain to produce a realistic-looking 3D image. Part B involved taking a DEM, or Digital Elevation Model, raster and determining the potential suitability for a new ski slope location. The most suitable areas are areas at elevation above 2501 ft, a slope between 30-45 degrees, and the slope is heading in a western direction. In order to determine the suitability, the DEM was reclassified into three categories with rating values. The SLOPE tool was then used to create a slope raster with the elevation DEM as the input feature. This slope raster was also recla...