How to clip image...

Hi, taravudh...

I got the same problem when i began to use grass. The solution is as follow:

Set the region (your geographic window) to the desired area

        g.region n=<value> s=<value> e=<value> w=<value> res=<value>

check the resolution parameters, in general don´t use it for making clops,
the image (raster file)
get resampled; but it is ok for testing.

         r.mapcalc file.dst=file.src

this command make the crop, other way is:

        r.patch out=file.dst in=file.src,file.src

that is make a patch of a raster with it self.

Hope this help you.

#========================================
#Luis Blanco
#Grupo Anaya
#Juan Ignacio Luca de Tena, 15
#28027 Madrid, SPAIN
#
#tel.: 34 91 393 88 39
#fax.: 34 91 742 66 31
#
#e-mail: lblanco@anaya.es
#========================================

Hi, all

I have some questions about v.digit command. How can I set size and color of
lines for digitizing?

Thank you for help
Taravudh

Hi, Taravudh
Line width is not adjustable, but colors may be set under the "Custom" >
"Colors" menu.
  -Malcolm

On Tue, 6 Oct 1998, taravudh wrote:

Hi, all

I have some questions about v.digit command. How can I set size and color of
lines for digitizing?

Thank you for help
Taravudh