get_opentopo {elevatr} | R Documentation |
Get a digital elevation model from the Open Topography SRTM Version 3
Description
This function uses the Open Topography SRTM Version 3 files.
Usage
get_opentopo(locations, src, prj, expand = NULL, ...)
Arguments
locations |
Either a |
prj |
A valid input to |
expand |
A numeric value of a distance, in map units, used to expand the bounding box that is used to fetch the SRTM data. |
... |
Extra configuration parameters to be passed to httr::GET. Common
usage is to adjust timeout. This is done as
|
Source
Attribution: Details here
[Package elevatr version 0.99.0 Index]