Greetings<br>I&#39;m freely following this tutorial (<a href="http://grass.osgeo.org/wiki/Image_classification">http://grass.osgeo.org/wiki/Image_classification</a>) and I&#39;m getting a odd error.<br>I&#39;m sending this command:<br>
i.gensigset trainingmap=a@landsat group=gr06@landsat subgroup=sub signaturefile=sig maxsig=5<br><br>and I get this:<br>Finding training classes...<br>5 classes found<br>Reading raster maps...<br>Clustering class 1 (1753 pixels)...<br>
Number of subclasses is 5<br>Clustering class 2 (2810 pixels)...<br>Number of subclasses is 5<br>Clustering class 3 (2772 pixels)...<br>Number of subclasses is 5<br>Clustering class 4 (2177 pixels)...<br>Number of subclasses is 5<br>
Clustering class 5 (6060 pixels)...<br>Number of subclasses is 5<br>unable to create signature file sig for subgroup sub of group gr06@landsat<br>ERROR: Unable to create signature file &lt;sig&gt;<br><br>I think it might have somethibg to do with i.group because everytime I open i.group the followiong is printed to the Command output:<br>
Invalid element &#39;gr03@landsat@landsat&#39;<br>Invalid element &#39;gr04@landsat@landsat&#39;<br>Invalid element &#39;gr05@landsat@landsat&#39;<br>Invalid element &#39;gr06@landsat@landsat&#39;<br>All these are groups that I have made<br>
<br>If I do  group -l group=gr06@landsat                                                   I get:<br><br>group &lt;gr06&gt; references the following raster maps<br>-------------<br>&lt;lsat7_2000_10@landsat&gt;    &lt;lsat7_2000_20@landsat&gt;    <br>
&lt;lsat7_2000_30@landsat&gt;    &lt;lsat7_2000_40@landsat&gt;    <br>&lt;lsat7_2000_50@landsat&gt;    <br>-------------<br>i.group complete.<br><br>What might be wrong?<br>Thanks<br>Luisa<br>