v.example.html 764 B

123456789101112131415161718192021222324252627282930313233343536
  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/programming8/">GRASS Programmer's Manual</a>
  22. </em>
  23. <h2>AUTHOR</h2>
  24. Radim Blazek, ITC-irst, Trento, Italy