Skip to content
Prev 24043 / 29559 Next

How to speed up the projection of a raster

Manual,
I generally find gdal directly (which is what's used by qgis) to be faster
than the raster package.  I would use either:
1. gdalUtils package which essentially just provides r-style syntax to the
gdal commandline utilities
2. use system() with the gdal commandline utility command given as a string
to this function.
I use os x so not sure if things are the same on windows, if that's your OS.
gl
ds


On Fri, Feb 19, 2016 at 8:08 AM, Manuel Sp?nola <mspinola10 at gmail.com>
wrote: