sample_area.gpkg | R Documentation |
Dataset containing the limits of an arbitrary study area in Southern Norway, used for illustrative purposes.
A geopackage file. Projected CRS: ETRS89 / UTM zone 33N.
Maps for the sample area:
Cabins: sample_area_cabins.gpkg, sample_area_cabins.tif,
sample_area_cabins_count.tif
Roads: sample_area_roads.gpkg, sample_area_roads.tif
(f <- system.file("vector/sample_area.gpkg", package = "oneimpact"))
sf::st_read(f)
# or
v <- terra::vect(f)
plot(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.