Sample data (nodes)
nodes_sampledata.Rd
Sample of the Norwegian Road Network (vegnettRuteplan_FGDB_20210528.gdb
) downloaded from Geonorge. Only the first 1000 rows from Oslo county are included.
Usage
data(nodes_sampledata)
Examples
data(nodes_sampledata)
class(nodes_sampledata)
#> [1] "sf" "data.frame"
head(nodes_sampledata)
#> Simple feature collection with 6 features and 2 fields
#> Geometry type: POINT
#> Dimension: XY
#> Bounding box: xmin: 266349.2 ymin: 6639120 xmax: 266382.6 ymax: 6639605
#> Projected CRS: ETRS89 / UTM zone 33N
#> nodeID membership geometry
#> 1 1 1 POINT (266382.6 6639605)
#> 2 2 1 POINT (266378.9 6639596)
#> 3 3 2 POINT (266349.2 6639372)
#> 4 4 2 POINT (266349.4 6639389)
#> 5 5 3 POINT (266360.5 6639120)
#> 6 6 3 POINT (266369.4 6639120)