dem_lisbon_raster: Elevation in central Lisbon, Portugal

dem_lisbon_rasterR 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)
plot(lisbon_road_network["Avg_Slope"], add = TRUE)

ITSLeeds/slopes documentation built on Oct. 13, 2024, 3:54 a.m.