Skip to content
Prev 10649 / 29559 Next

RASTER or RGDAL package

Am 14.01.2011 15:13, schrieb Malik Shahzad:
Dear Malik,

to handle large datasets package raster is the best solution. Using 
rgdal causes memory error because data is directly read into memory. 
Especially multidimesnional remote sensing images are characterized by a 
huge amount of data that has to be processed. The package raster allows 
to read and process blocks of data from a path where your image is 
stored on disc. Additionally you can use rgdal drivers in raster  to 
store your processed image result in different formats.

With best regards

Carsten