Skip to content
Prev 6307 / 29559 Next

GDAL Error - .grd not recognised as a supported file

On Mon, Aug 24, 2009 at 3:29 PM, Darren Norris<doon75 at hotmail.com> wrote:

            
Given that its 20,000 by 10,000 pixels you might run into memory
limitations with any file format.
Try this in R:

 GDALinfo(input_file)

 Since you are going to have trouble reading the whole dataset with
readGDAL, it might be easier to use the low-level GDAL functions to
sample from the whole thing. See help(GDAL.open) and
help(getRasterData) for more info.

Barry