reindeer_roads_private.gpkg | R Documentation |
Dataset containing the location of small, private roads is Southern Norway, within the reindeer management area of Setesdal Austhei. Retrieved from the Norwegian road dataset Elveg 1.0.
A geopackage file. Projected CRS: ETRS89 / UTM zone 33N. The vector file presents the following columns:
id: Line number, corresponding to the original dataset
name: Local name of the road
publ_priv: Whether the road is public or private
traffic_bin: Binary classification of the traffic on the road - high or low
name_area: Name of the reindeer management area where the road is located
traffic_bin: Value 1, to be used for rasterization purposes
https://kartkatalog.geonorge.no/metadata/elveg-20/77944f7e-3d75-4f6d-ae04-c528cc72e8f6
(f <- system.file("vector/reindeer_roads_private.gpkg", package = "oneimpact"))
v <- sf::st_read(f)
plot(v[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.