r.li.padrange.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <h2>DESCRIPTION</h2>
  2. <em>r.li.padrange</em>
  3. (patch area distribution range) calculates
  4. as:<br>
  5. <img src="rlipadrange_formula.png"> <br>
  6. with:<br>
  7. <ul>
  8. <li><b>a<small><small>max</small></small></b>: max patch area size<br></li>
  9. <li><b>a<small><small>min</small></small></b>: min patch area size<br></li>
  10. </ul>
  11. <h2>EXAMPLES</h2>
  12. To calculate range of patch area size, using
  13. my_conf configuration file and saving results in
  14. my_out file run:<br>
  15. <div class="code"><pre>
  16. r.li.padrange input=my_map conf=my_conf output=my_out
  17. </pre></div>
  18. <h2>NOTES</h2>
  19. Do not use absolute path names for output files. They are raster if
  20. moving window disposition was selected, otherwise they are in
  21. ~/.r.li/output folder.<br>
  22. If input raster is not full of null values r.li.padrange returns a
  23. value &gt;=0 that is PADcv. <br>
  24. If input raster is full of null values r.li.padrange returns -1. <br>
  25. If you want to have null values instead run <br>
  26. <div class="code"><pre>
  27. r.null setnull=-1 map=my_map
  28. </pre></div>
  29. after index calculation.
  30. <h2>REFERENCES</h2>
  31. McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
  32. analysis program for quantifying landscape structure. USDA For. Serv.
  33. Gen. Tech. Rep. PNW-351.
  34. <h2>SEE ALSO</h2>
  35. <em>
  36. <a href="r.li.html">r.li</a>
  37. </em>
  38. <h2>AUTHORS</h2>
  39. Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
  40. Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
  41. <p><i>Last changed: $Date$</i>