Learn R Programming

inldata (version 1.0.3)

topo: Land-Surface Topography

Description

Land-surface topography and shaded relief in the vicinity of Idaho National Laboratory, eastern Idaho.

Usage

topo

Arguments

Format

A RasterStack of the raster package with 2 layers. Grid cells in the "elevation" layer represent land-surface elevations in meters above the North American Vertical Datum of 1988 (NAVD 88). Grid cells in the "hillshade" layer represent shaded relief calculated from the slope and aspect of land-surface elevations. The spatial grid is composed of 900 rows and 900 columns, and has cell sizes that are constant at 100 meters by 100 meters. See projection dataset for coordinate reference system information.

References

Gesch, D.B., 2007, The National Elevation Dataset, in Maune, D., ed., Digital Elevation Model Technologies and Applications---The DEM Users Manual, 2nd ed.: Bethesda, Maryland, American Society for Photogrammetry and Remote Sensing, p. 99--118.

Gesch, D., Oimoen, M., Greenlee, S., Nelson, C., Steuck, M., and Tyler, D., 2002, The National Elevation Dataset: Photogrammetric Engineering and Remote Sensing, v. 68, no. 1, p. 5--11.

Examples

Run this code
# NOT RUN {
inlmisc::PlotMap(topo[["elevation"]], bg.image = topo[["hillshade"]],
                 pal = inlmisc::GetColors(scheme = "dem3", alpha = 0.5),
                 dms.tick = TRUE, useRaster = TRUE)

# }

Run the code above in your browser using DataLab