Learn R Programming

occTest (version 0.1.1)

.getSRTM: Download SRTM elevation raster

Description

Download SRTM elevation raster

Usage

.getSRTM(xydat, download = TRUE, path = tempdir(), verbose = FALSE)

Value

raster

Arguments

xydat

A dataframe with x and y coordinates

download

Default to TRUE. Whether the data should be downloaded

path

where the downloads should go. Default to the current directory

verbose

if you want to print messages of progress or warnings

Details

Basedd on getData from raster

See Also

getData

Other Geo: .coords2country()