Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
The stack respects and is built downwards (southwards) from the current 2D region, so an error will occur in a lat/lon location if the lowest member of the stack exceeds 90S.
r3.to.rast -r input=clouds.3D output=cloud.slices g.region rast=cloud.slices_00001 r.stack input=`g.mlist rast pattern='cloud.slices_00*' sep=,` \ output=cloud.stack g.region rast=cloud.stack ...
Last changed: $Date: 2011-11-08 13:56:45 -0800 (Tue, 08 Nov 2011) $
Main index - raster index - Full index
© 2003-2014 GRASS Development Team