v.report.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <h2>DESCRIPTION</h2>
  2. <em>v.report</em> generates a table showing the area present in
  3. each of the categories of a user-selected data layer.
  4. <p>Area is given in hectares, square meters, and square kilometers.
  5. If the units option is used, area is given in acres, square feet,
  6. and square miles.
  7. <p>Feet and acre units are always reported in their common versions
  8. (i.e. the International Foot, exactly 5280 feet in a mile), even
  9. when the location's standard map unit is the US Survey foot.
  10. <p><em>v.report</em> works on the full map data; therefore, the current
  11. region is ignored. If you wish to spatially limit the statistics,
  12. a map subset must be created with <em>v.in.region</em> and
  13. <em>v.overlay</em>, and then run <em>v.report</em> on the new map.
  14. <h2>EXAMPLE</h2>
  15. North Carolina sample dataset:
  16. <div class="code"><pre>
  17. v.report zipcodes_wake option=area units=hectares
  18. </pre></div>
  19. In the output, there is an extra column added containing the results.
  20. <h2>SEE ALSO</h2>
  21. <em>
  22. <a href="v.in.region.html">v.in.region</a>,
  23. <a href="v.to.db.html">v.to.db</a>,
  24. <a href="v.overlay.html">v.overlay</a>
  25. </em>
  26. <h2>AUTHOR</h2>
  27. Markus Neteler, GDF Hannover
  28. <p><i>Last changed: $Date$</i>