<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
ambrish dhaka wrote:
<blockquote cite="mid:SNT110-W4043F7F0E06D6C2B932D0FB79A0@phx.gbl"
 type="cite">
  <style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
  </style>Hi! all,<br>
I wish to perform r.mapcalc algebra for an area bound by certain
polygons in a vector file. How to do this?<br>
</blockquote>
Easiest would probably be to use a raster MASK:<br>
1- convert the vector ("polygon" ) to a raster with v.to.rast<br>
2- define this new raster as a mask with r.mask<br>
3- run your r.mapcalc expression<br>
<br>
-- <br>
Micha<br>
<blockquote cite="mid:SNT110-W4043F7F0E06D6C2B932D0FB79A0@phx.gbl"
 type="cite">Are there any correlation and anova expressions for
r.mapcalc. I would like them to use for, kindly help me how to put
these expressions if there is no such things, for eg, Corr(ma1, map2,
bound by polygon a).<br>
  <br>
thanks!<br>
ambrish<br>
  <br>
  <hr></blockquote>
<br>
</body>
</html>