get_elevation_dem | R Documentation |
Add elevation column for an sf POINT collection.
get_elevation_dem(df, dem_src, units = "meters")
df |
an SFC of POINT geometries |
dem_src |
path to Digital Elevation Model file. This must be a raster file, usually a .tif |
units |
TODO: currently assumes all units are meters. |
## Not run: dem_src = "USGS_13_n38w120_20210701.tif" myDB = system.file("db/telemetry.gpkg", package = "beastr") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.