Skip to content
Prev 2345 / 29559 Next

map algebra with ascii grid

Any algebraic operation supported by R can easily be applied to a GDAL
image using rgdal -- size is virtually unlimited if you pull in data
as raster lines or tiles. The approach is to create an output image
and then use getRasterData and putRasterData to read chunks of data,
operate on them, and then write back to disk. I can work up an example
if anyone is interested.

THK
On 7/16/07, Denham Robert <Robert.Denham at nrw.qld.gov.au> wrote: