Skip to contents

retrieve a raster using vapour::warp from a desired source. This function is taken from gdalio https://github.com/hypertidy/gdalio/blob/main/R/gdalio.R

Usage

rtrix_data(dsn, res, resample, ..., bands = 1L)

Arguments

res

The desired cell resolution of the matrix in canvas CRS units.

src

The server from which to download topographic or map data. See details:

Details

See https://github.com/hypertidy/gdalio and https://gdal.org/drivers/raster/wms.html for examples of custom sources from the web. Alternatively, you can download a file and specify the local path.