read_dem | R Documentation |
Read and merge DEM tiles from IGN DBALTI or RGEALTI as a function of WGS84 coordinates
read_dem(coord, buffer = 1000, dep, source = "db_alti")
coord |
latitude and longitude of centroid (named numeric vector, decimal degrees). |
buffer |
circular buffer around the centroid (numeric, m). |
dep |
departement code number used to index DEM data (numeric). |
source |
DEM database to be used (character).
|
a digital elevation model as a spatial data object (stars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.