lisbon_road_network | R Documentation |
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
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.
Produced by ESRI's 3D Analyst extension
library(sf)
names(lisbon_road_network)
sum(st_length(lisbon_road_network))
plot(lisbon_road_network["Avg_Slope"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.