A dataset representing road segments in the Magnolia area of Seattle with X, Y and Z (elevation) dimensions for each coordinate.

magnolia_xy

Format

An object of class sf

Source

Accessed in early 2021 from the seattle-streets layer from the data-seattlecitygis website.

Examples

names(magnolia_xy)
#> [1] "BLOCKNBR" "SPEEDLIMIT" "SLOPE_PCT" "geometry"
plot(magnolia_xy["SLOPE_PCT"])