Skip to content
Prev 23533 / 29559 Next

how to read in R a big raster of about 6 Gb

Fwiw, the worst slow downs I see with extract are when the raster is
natively tiled.
(Been meaning to write the fix and/or report to Robert).

Can you check if your file is tiled? Use gdalinfo command line utility.

Extract, at least for points and I assume  also for polygons, scans the
file line by line but this needs to be done tile by tile to avoid
repetitive and wasteful I/O.

Cheers, Mike


On Friday, October 16, 2015, Dominik Schneider <
Dominik.Schneider at colorado.edu> wrote:
some
has