v.example.html 797 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <h2>DESCRIPTION</h2>
  2. <em>v.example</em> is an example vector module that does something like
  3. labeling all vectors with value 1. A new map is written instead of updating
  4. the input map.
  5. See the source code for details.
  6. <h2>NOTES</h2>
  7. Some more detailed notes go here.
  8. <h2>EXAMPLE</h2>
  9. Label all vectors with value 1 (North Carolina sample dataset):
  10. <div class="code"><pre>
  11. v.example input=zipcodes_wake output=newmap
  12. v.category newmap option=report
  13. </pre></div>
  14. <h2>SEE ALSO</h2>
  15. <em>
  16. <a href="r.example.html">r.example</a>,
  17. <a href="v.category.html">r.category</a>,
  18. <a href="v.example.html">v.example</a>
  19. </em>
  20. <em>
  21. <a href="https://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
  22. </em>
  23. <h2>AUTHORS</h2>
  24. Radim Blazek, ITC-irst, Trento, Italy
  25. <p><i>Last changed: $Date$</i>