r.li.patchnum.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <h2>DESCRIPTION</h2>
  2. <em>r.li.patchnum</em> is a patch index for r.li program.<br>
  3. It calculates the function <br>
  4. <I> f(sample_area)= Patch_Number </I><br>
  5. This index is calculated using a 4 neighbour algorithm<br>
  6. <h2>EXAMPLES</h2>
  7. To calculate patch number index on map my_map, using
  8. <em>my_conf</em> configuration file and saving results in
  9. my_out file run:
  10. <div class="code"><pre>
  11. r.li.patchnumber input=my_map conf=my_conf out=my_out
  12. </pre></div>
  13. <h2>NOTES</h2>
  14. An that is full of null values is considered to have zero patch. <br>
  15. If you want to have null values instead run <br>
  16. <div class="code"><pre>
  17. r.null setnull=0 map=my_map
  18. </pre></div>
  19. after index calculation.<br>
  20. <h2>SEE ALSO</h2>
  21. <em><a href="r.li.html">r.li</A></em> package overview <br>
  22. <em><a href="r.li.daemon.html">r.li.daemon</A></em><br>
  23. <em><a href="r.li.setup.html">r.li.setup</A></em>
  24. <h2>AUTHORS</h2>
  25. Claudio Porta and Lucio Davide Spano, students of Computer Science
  26. University of Pisa (Italy).<br>
  27. Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
  28. <p><i>Last changed: $Date$</i>