Learn R Programming

SpaDES.tools (version 0.2.0)

checkGDALVersion: Deprecated functions

Description

These will be removed in a future release.

fastCrop is a wrapper around velox::VeloxRaster_crop, though raster::crop is faster under many tests.

Usage

checkGDALVersion()

fastCrop(x, y, ...)

fastMask(x, y)

getGDALVersion()

Arguments

x

Raster to crop

y

Extent object, or any object from which an Extent object can be extracted (see Details)

...

Additional arguments as for writeRaster

See Also

velox::VeloxRaster_crop