| Book Page(s) | Module | Correction |
| p. 47 | nc_stm location | The correct name is 'mync_spm' and it is created on page 37 (Section 3.2) |
| p. 49, bottom | gdalwarp | To maintain the resolution, it is recommended to use '-tr xres yres':
gdalwarp -t_srs "`g.proj -wf`" -tr 28.5 28.5 -te $w $s $e $n \
p016r035_7t20020524_z17_nn30.tif \
p016r035_7t20020524_nc_spm_wake_nn30.tif
|
| p. 106 | r.mapcalc | rand(low,high): generates random numbers between low <= x < high |
| p. 131, 3rd line from page bottom |
r.regression.line | 'medians (medX, medY)' should read 'means (medX, medY)' |
| p. 376 | Eq. A.58 | index x-1 should be i-1 |
| p. 401/Index | r.param.scale | The module name is missing from the Index, it is discussed on p. 149/150 |