<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:428866.56650.qm@web45815.mail.sp1.yahoo.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">2/ Regarding r.le*, it would be nice to get simple and quick reports
on sampling unit composition (e.g. number of pixels of each attribute
    </pre>
  </blockquote>
  <blockquote type="cite">
    <pre wrap="">category, mean, min, max, etc. e.g. the same as for r.neighbors)
without going straight to time-consuming shape analysis. Indeed, 
classical neighborhood analysis is limited to 25 pixels in GRASS and
there are many cases where statistics on larger sampling units are
needed. It may be that such simple statistics on sampling units can
be obtained with other GRASS functions, but I cannot find one
throughout books and threads on the web... and no feed back yet on
this on the GRASS list.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
it is an easy edit of the r.neighbors source code if you want to make
that number more than 25.

but yes, there are modules to do this.
r.buffer + r.univar,
v.buffer + v.rast.stats
v.what.rast
.... more?
  </pre>
</blockquote>
Yes indeed,&nbsp; taking it as a training,&nbsp; I am managing with UNIX stripts
to create buffers of the relevant sizae centered on sites and automate
data extraction with those functions.<br>
<blockquote cite="mid:428866.56650.qm@web45815.mail.sp1.yahoo.com"
 type="cite">
  <pre wrap="">
It might be nice for that to be built into r.le.* automatically, and
probably not that hard to do, but generally I would prefer if new
development went into r.li, and r.le only got bug fixes. I don't mind
simple niceties being added but it seems like wasted effort when r.li
is supposed to replace r.le. Of course it is open source so if someone
prefers to keep adding to r.le I'm not going to stop them or refuse
patches.
  </pre>
</blockquote>
By the way, I did NOT have a feed back with this possible r.li.setup
'bug'. See following copy :<br>
<br>
<blockquote type="cite">-------- Message original --------
  <table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
    <tbody>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">Sujet: </th>
        <td>r.li.setup trouble with circle</td>
      </tr>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
        <td>Mon, 24 Dec 2007 10:12:24 +0100</td>
      </tr>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">De: </th>
        <td>Patrick Giraudoux <a class="moz-txt-link-rfc2396E" href="mailto:patrick.giraudoux@univ-fcomte.fr">&lt;patrick.giraudoux@univ-fcomte.fr&gt;</a></td>
      </tr>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">R&eacute;pondre
&agrave;&nbsp;:: </th>
        <td><a class="moz-txt-link-abbreviated" href="mailto:patrick.giraudoux@univ-fcomte.fr">patrick.giraudoux@univ-fcomte.fr</a></td>
      </tr>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">Organisation:
        </th>
        <td>Universit&eacute; de Franche-Comt&eacute;</td>
      </tr>
      <tr>
        <th align="right" nowrap="nowrap" valign="baseline">Pour&nbsp;:: </th>
        <td><a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a></td>
      </tr>
    </tbody>
  </table>
  <br>
  <br>
  <pre>Dear listers,

I am working with grass 63 cvs (grass-6.3.cvs_src_snapshot_2007_12_22 ) 
and exploring r.li programme possibilities but fails to get to the end 
of the r.li.setup process in 'sampling area settings'.

When I twitch 'Sample units' and try to setup the size of circle 
sampling units centered over site (Rectangle works fine), I get the 
message 'Type integer values or set raster map name', and this for any 
integer value (100, 500, etc.) entered.

Any hint welcome...

Patrick</pre>
</blockquote>
<br>
<br>
</body>
</html>