<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div><br></div>Thank you Moritz, this worked beautifully!<br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Mon, 7 May 2012 18:00:01 +0200<br>&gt; From: mlennert@club.worldonline.be<br>&gt; To: lee@isi-solutions.org<br>&gt; CC: tanya.dyck@hotmail.com; grass-user@lists.osgeo.org<br>&gt; Subject: Re: [GRASS-user] Euclidean distance (grow.distance) on raster to certain extent?<br>&gt; <br>&gt; On 07/05/12 16:36, Daniel Lee wrote:<br>&gt; &gt; Hi Tanya,<br>&gt; &gt;<br>&gt; &gt; I would use r.distance rather than r.grow.distance and then reclassify<br>&gt; &gt; the results to include only areas with &lt;=1108 m distance - that should<br>&gt; &gt; be a lot easier.<br>&gt; <br>&gt; I don't think r.distance gives what you want, however r.grow.distance <br>&gt; should be exactly your tool:<br>&gt; <br>&gt; As a starting point you need a raster map with all pixels in the orchard <br>&gt; non-null and all other pixels null  Let's call that raster map <br>&gt; 'orchard'. Then you can do the following:<br>&gt; <br>&gt; r.grow.distance input=orchard distance=distance_map<br>&gt; <br>&gt; Then, if you only want to see the distance from the orchard to 1108m, <br>&gt; then you can use r.mapcalc:<br>&gt; <br>&gt; r.mapcalc "final_distance_map=if(distance_map&gt;1108, null(), distance_map)"<br>&gt; <br>&gt; All this keeping in mind that I don't understand what you mean by "I <br>&gt; recognize this tool does not allow a distance to be included".<br>&gt; <br>&gt; If this means that you also want to measure a distance _within_ the <br>&gt; orchard, then instead of using a raster map of the orchard, use as input <br>&gt; to r.grow.distance a raster map with only the center pixel of the <br>&gt; orchard non-null.<br>&gt; <br>&gt; Moritz<br>&gt; <br>&gt; &gt;<br>&gt; &gt; 2012/5/7 Tanya Dyck &lt;tanya.dyck@hotmail.com &lt;mailto:tanya.dyck@hotmail.com&gt;&gt;<br>&gt; &gt;<br>&gt; &gt;     Hello,<br>&gt; &gt;<br>&gt; &gt;     I am trying to run the grow.distance command to create a raster that<br>&gt; &gt;     displays the euclidean distance from an 'orchard' outward to 1108m.<br>&gt; &gt;       I am not trying to measure the distance between 2 non-null<br>&gt; &gt;     features, but simply wish to have the euclidean distance extend out<br>&gt; &gt;     from the orchard to 1108m.  I recognize this tool does not allow a<br>&gt; &gt;     distance to be included so I created a buffer around my orchard<br>&gt; &gt;     (1108m) and intended to run grow.distance on that, however it<br>&gt; &gt;     outputs the distance as if it includes the full raster extent (so I<br>&gt; &gt;     have an output raster of 1108m that is all yellow as opposed to a<br>&gt; &gt;     range of values displaying varying distances) and not limited to my<br>&gt; &gt;     buffer. I want it to assume the buffer extent is the raster extent,<br>&gt; &gt;     so to speak.  Is there another way to do this?<br>&gt; &gt;     Any ideas would be much appreciated.<br>&gt; &gt;<br>&gt; &gt;     Best,<br>&gt; &gt;<br>&gt; &gt;     Tanya<br>&gt; &gt;<br>&gt; &gt;     _______________________________________________<br>&gt; &gt;     grass-user mailing list<br>&gt; &gt;     grass-user@lists.osgeo.org &lt;mailto:grass-user@lists.osgeo.org&gt;<br>&gt; &gt;     http://lists.osgeo.org/mailman/listinfo/grass-user<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; grass-user mailing list<br>&gt; &gt; grass-user@lists.osgeo.org<br>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/grass-user<br>&gt; <br>&gt; <br></div>                                               </div></body>
</html>