dem_lisbon_raster {slopes} | R Documentation |
Elevation in central Lisbon, Portugal
Description
A dataset containing elevation in and around Lisbon with a geographic resolution of 10m. The dataset is 200 pixels wide by 133 pixels high, covering 2.7 square kilometres of central Lisbon.
Usage
dem_lisbon_raster
Format
A raster dataset containing elevation above sea level in a 1km bounding box in Lisbon, Portugal.
Details
The dataset was acquired by Instituto Superior Técnico (University of Lisbon) in 2012, covers all the Northern Metropolitan Area of Lisbon, and has a 10m cell resolution, when projected at the official Portuguese EPSG: 3763 - TM06/ETRS89. The dataset was released as an open access dataset with permission from the University of Lisbon to support this project.
Source
https://github.com/rspatial/terra/issues/29
Examples
library(sf)
library(raster)
dim(dem_lisbon_raster)
res(dem_lisbon_raster)
names(dem_lisbon_raster)
plot(dem_lisbon_raster)
if (rlang::is_installed("sf")) {
plot(lisbon_road_network["Avg_Slope"], add = TRUE)
}
[Package slopes version 1.0.1 Index]