|
@@ -3,20 +3,34 @@
|
|
<em>v.example</em> is an example vector module that does something like
|
|
<em>v.example</em> is an example vector module that does something like
|
|
labeling all vectors with value 1. A new map is written instead of updating
|
|
labeling all vectors with value 1. A new map is written instead of updating
|
|
the input map.
|
|
the input map.
|
|
|
|
+See the source code for details.
|
|
|
|
+
|
|
|
|
+<h2>NOTES</h2>
|
|
|
|
+
|
|
|
|
+Some more detailed notes go here.
|
|
|
|
|
|
<h2>EXAMPLE</h2>
|
|
<h2>EXAMPLE</h2>
|
|
|
|
|
|
|
|
+Label all vectors with value 1 (North Carolina sample dataset):
|
|
|
|
+
|
|
<div class="code"><pre>
|
|
<div class="code"><pre>
|
|
-v.example input=map output=newmap
|
|
|
|
|
|
+v.example input=zipcodes_wake output=newmap
|
|
|
|
+v.category newmap option=report
|
|
</pre></div>
|
|
</pre></div>
|
|
|
|
|
|
<h2>SEE ALSO</h2>
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
<em>
|
|
<em>
|
|
-<a href="http://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
|
|
|
|
|
|
+<a href="r.example.html">r.example</a>,
|
|
|
|
+<a href="v.category.html">r.category</a>,
|
|
|
|
+<a href="v.example.html">v.example</a>
|
|
|
|
+</em>
|
|
|
|
+
|
|
|
|
+<em>
|
|
|
|
+<a href="https://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
|
|
</em>
|
|
</em>
|
|
|
|
|
|
-<h2>AUTHOR</h2>
|
|
|
|
|
|
+<h2>AUTHORS</h2>
|
|
|
|
|
|
Radim Blazek, ITC-irst, Trento, Italy
|
|
Radim Blazek, ITC-irst, Trento, Italy
|
|
|
|
|