lisbon_road_network {slopes} | R Documentation |
Road segments in Lisbon
Description
A dataset representing road segments in Lisbon, with X, Y and Z (elevation) dimensions for each coordinate.
Usage
lisbon_road_network
Format
An object of class sf
, key variables of which include
- OBJECTID
ID of the object
- Z_Min
The minimum elevation on the linear feature from ArcMAP
- Z_Max
The max elevation on the linear feature from ArcMAP
- Z_Mean
The mean elevation on the linear feature from ArcMAP
- Slope_Min
The minimum slope on the linear feature from ArcMAP
- Slope_Max
The max slope on the linear feature from ArcMAP
- Slope_Mean
The mean slope on the linear feature from ArcMAP
- geom
The geometry defining the LINESTRING component of the segment
Details
The dataset covers 32 km of roads in central Lisbon, overlapping with the
area covered by the dem_lisbon_raster
dataset.
Source
Produced by ESRI's 3D Analyst extension
Examples
library(sf)
names(lisbon_road_network)
sum(st_length(lisbon_road_network))
plot(lisbon_road_network["Avg_Slope"])
[Package slopes version 1.0.1 Index]