<div dir="ltr">Good day,<div><br></div><div style>I would like to understand how GRASS loads raster images into memory to perform calculations on them.</div><div style>Does it load the entire image into memory and only then do the calculation on them, or it loads image into memory by portions sequentially?</div>
<div style>Or may be this depends on specific module?</div><div style>In particular I am interested in 2 modules: <b>r.mapcalc</b> and <b>r.patch</b>.</div><div style><br></div><div style>In my experiments I had strong feeling that it loads image into memory by portions, because the usage of memory during the calculation was not big but the HDD I/O was continuous and quite aggressive...</div>
<div style><br></div><div style>Any answer or links to documentation about this issue can help me a lot.</div><div style><br></div><div style>Thanks in advance!</div></div>