Thanks Micha for your help but I got an error while doing this<div><br></div><div>1- Create new empty vectorial</div><div>2- run v.db.addtable command that you kindly sent me</div><div>3- use v.digit as defined previously</div>
<div>4- Inside tcltk&#39;s digitizing menu select Digitize new Centroid</div><div>5- Leave layer as 1</div><div>6- Change Mode to Manual Entry</div><div>7- First digitize boundary (by selecting boundary) by selecting points with left-mouse-button and close polygon with right-mouse-button</div>
<div>8- A panel with &quot;FORM&quot; title appears with a tab saying Attributes saying: &quot;New record was created&quot; saying CAT : 1 (this cat refers to the land cover category right?); train_lbl value and GRASSRGB;</div>
<div>9- I place the values (water,1) for train_lbl and GRASSRGB</div><div>10- a box ask me for &quot;ASSUME DATA ENCODING AS&quot; a list appears. I should select which one? ASCII? </div><div>11- In trhis case I select ASCII and press SUBMIT. In the bottom of that box &quot;Record successfully updated&quot; appeared.</div>
<div>12- Insert centroid-1  and press submit in &quot;Form&quot; panel</div><div>13- Did the same for a few more polygons of cat 1</div><div>14- Did the same for a few more polygons of cat 2 and 3</div><div>15- Pressed Save and Exit</div>
<div><br></div><div>Then I realized that at my v.digit panel command output I had this warning in there:</div><div><div><b>Could not set Tcl system encoding to &#39;ascii&#39; (unknown encoding &quot;ascii&quot;)</b></div>
<div><b>Unable to read vector map</b></div></div><div><br></div><div>Questions:</div><div>1- Is this the right procedure?</div><div>2- What encoding should I use?</div><div>3- Regarding GRASSRGB field, what information usually you place in there? Color code or color description?</div>
<div>4- For Supervised classification algorithms in GRASS, Vector type (accessible by using Query raster/vector tool) should be Boundary? Because, for instance, if I press a defined boundary, in some places I get Type: AREA and in others: Boundary (as shown bellow)</div>
<div><div>(...)</div><div>Map: vector06 </div><div>Mapset: landsat</div><div>Type: Boundary</div><div>Id: 9</div><div>Layer: 1</div><div>Category: 3</div><div>Driver: dbf</div><div>Database: C:\GRASS6\grassdata/North-Carolina/landsat/dbf/</div>
<div>Table: vector06</div><div>Key column: cat</div><div>cat : 3</div><div>train_lbl : urban</div><div>GRASSRGB : 3</div><div>(Thu Jun 17 10:34:04 2010) Command finished (0 sec)                             </div><div>(Thu Jun 17 10:34:06 2010)                                                      </div>
<div>v.what --q -a map=vector06@landsat east_north=639279.744997,227730.071998 </div><div>(...)</div><div>Map: vector06 </div><div>Mapset: landsat</div><div>Type: Area</div><div>Sq Meters: 2158429.741</div><div>Hectares: 215.843</div>
<div>Acres: 533.360</div><div>Sq Miles: 0.8334</div><div>Layer: 1</div><div>Category: 3</div><div>Driver: dbf</div><div>Database: C:\GRASS6\grassdata/North-Carolina/landsat/dbf/</div><div>Table: vector06</div><div>Key column: cat</div>
<div>cat : 3</div><div>train_lbl : urban</div><div>GRASSRGB : 3</div></div><div><br></div><div>Thanks for your help and support</div><div><br></div><div>Jenny</div><div><br></div><div><br></div><div><br></div><div><div><div>
<div class="gmail_quote">On Wed, Jun 16, 2010 at 7:59 PM, Micha Silver <span dir="ltr">&lt;<a href="mailto:micha@arava.co.il">micha@arava.co.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  

<div bgcolor="#ffffff" text="#000000"><div class="im">
On 06/16/2010 06:55 PM, Jenny Turner wrote:
<blockquote type="cite">Hi Micha and GRASS-users/list
  <div><br>
  </div>
  <div>Let me see if I get this straight</div>
  <div>1- use v.digit (e.g. <span lang="PT"><span><span style="font-family:&#39;Times New Roman&#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal"> </span></span></span><span lang="PT">v.digit -n map=vector00 bgcmd=d.rast map=lsat5_1987_40 )</span></div>

  <div><span lang="PT">2- Inside tcltk&#39;s digitizing menu select
Digitize new Centroid</span></div>
  <div><span lang="PT">3- Leave layer as 1?</span></div>
  <div>4- Change Mode to Manual Entry?</div>
</blockquote></div>
All the above looks good.<div class="im"><br>
<blockquote type="cite">
  <div>5- And for each Centroid I select a Cat right?</div>
</blockquote></div>
Yes, always using the *same* cat for training areas of the same type. <br><div class="im">
<blockquote type="cite">
  <div>(Is this the proceeding?)</div>
  <div><br>
  </div>
  <div>About this, I have two questions:</div>
  <div>a- I have to leave &quot;Insert New record into table&quot; checked right?</div>
</blockquote></div>
Yes<div class="im"><br>
<blockquote type="cite">
  <div>b- After I left &quot;Insert New record into table&quot; checked, Layer 1
and Cat 1 and Mode: Manual Entry, when I presss in the image a Error
Window appeared stating: Database table for this layer is not defined.
Where shall i define the database table for a new vectorial that I
digitizing?</div>
</blockquote></div>
Ah, v.db.addtable vector00 col=&quot;train_lbl varchar(16), GRASSRGB
varchar(16)&quot;<br>
THis should setup an attrib table with two columns, one for a label and
one for an RGB color for the training area.<div class="im"><br>
<blockquote type="cite">
  <div>c- When I press the image a point is created but how can I
define the boundaries of the centroid?</div>
</blockquote></div>
First digitize the boundary. Here you need not enter any attributes.
The cat values are also not relevant.<br>
NExt digitize a centroid inside each boundary. Give each centroid a cat
value that matches the type of training area. So all the forests will
be i.e cat=1, and all the urban will be i.e cat=10, etc.<div><div></div><div class="h5"><br>
<br>
<blockquote type="cite">
  <div><br>
  </div>
  <div>Thanks</div>
  <div>Jenny</div>
  <div><br>
  <br>
  <div class="gmail_quote">On Wed, Jun 9, 2010 at 7:06 PM, Micha Silver
  <span dir="ltr">&lt;<a href="mailto:micha@arava.co.il" target="_blank">micha@arava.co.il</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
    <div text="#000000" bgcolor="#ffffff">
    <div>
    <div>
    <blockquote type="cite">
      <div><font face="monospace">polygon to a certain category? <br>
      </font></div>
    </blockquote>
    </div>
    </div>
    <font face="monospace">This indeed is not obvious. What I&#39;ve done
is
change the category mode from &quot;Next not used&quot; to &quot;Manual entry&quot;. This
is set in the lower part of the v.digit window (in tcltk interface).
Now each time you digitize a *centroid* for a training area, set its
cat value to some standard value you choose. For example, you might
decide:<br>
train_area        cat<br>
------------------------<br>
forest             1<br>
agriculture        2<br>
urban              9<br>
water             10<br>
....<br>
    <br>
Now for each training polygon which is a forest, set the cat value of
its centroid to 1, agri areas will get value 2, and so on for all the
centroids of all the training polygons. (Note that the cat values for
the boundary lines are pretty much irrelevant in GRASS&#39;s vector model).<br>
    <br>
When you&#39;re done digitizing training areas, you might add another
column or two to the attrib table for the training areas - <br>
v.db.addcol train_areas col=&quot;train_label varchar(16), RGBCOLOR
varchar(16)&quot;<br>
then give each centroid cat value a suitable label and an RGB color
combo, etc.  Makes life easier down the line... <br>
    <br>
    </font>
    <blockquote type="cite"><font face="monospace"><br>
This mail was received via Mail-SeCure System.<br>
      </font>
      <pre><font face="monospace">
</font><fieldset></fieldset><font face="monospace">
_______________________________________________
grass-user mailing list
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a>

This mail was received via Mail-SeCure System.


</font></pre>
    </blockquote>
    <font face="monospace"><br>
    <br>
    </font>
    <pre cols="72"><font face="monospace">-- 
Micha Silver
Arava Development Co. +972-52-3665918
<a href="http://www.surfaces.co.il" target="_blank">http://www.surfaces.co.il</a>
 
</font></pre>
    </div>
  </blockquote>
  </div>
  <br>
  </div>
  <br>
This mail was received via Mail-SeCure System.<br>
</blockquote>
<br>
<br>
</div></div><pre cols="72"><div><div></div><div class="h5">-- 
Micha Silver
Arava Development Co. +972-52-3665918
</div></div><a href="http://surfaces.co.il" target="_blank">http://surfaces.co.il</a>

</pre>
</div>

</blockquote></div><br></div></div></div>