condordem | R Documentation |
Digital elevation model of the terrain within the condor's range with a cell resolution of 30 meters (ASTER GDEM version 2, Tachikawa et. al. 2011).
A raster package RasterLayer object with 749 rows, 623 columns, and a cell size of 30 by 30 meters. Each cell contains an elevation in meters.
URL: http://asterweb.jpl.nasa.gov/gdem.asp
Tachikawa, T., Hato, M., Kaku, M. & Iwasaki, A. (2011). The characteristics of ASTER GDEM version 2, IGARSS.
library(terra)
fpath <- system.file("extdata", "condordem.RDS", package="mkde")
condordem <- terra::readRDS(fpath)
plot(condordem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.