powered by
A dataset representing road segments in Lisbon, with X, Y and Z (elevation) dimensions for each coordinate.
lisbon_road_network
An object of class sf, key variables of which include
sf
ID of the object
The minimum elevation on the linear feature from ArcMAP
The max elevation on the linear feature from ArcMAP
The mean elevation on the linear feature from ArcMAP
The minimum slope on the linear feature from ArcMAP
The max slope on the linear feature from ArcMAP
The mean slope on the linear feature from ArcMAP
The geometry defining the LINESTRING component of the segment
The dataset covers 32 km of roads in central Lisbon, overlapping with the area covered by the dem_lisbon_raster dataset.
dem_lisbon_raster
library(sf) names(lisbon_road_network) sum(st_length(lisbon_road_network)) plot(lisbon_road_network["Avg_Slope"])
Run the code above in your browser using DataLab