Hi Group,<br>I&#39;m slowly figuring out how to use grass but encountering the odd problem. Actually, I haven&#39;t managed to get much done with grass at all yet but I&#39;m writing that off to the learning curve.<br>At the moment I&#39;m trying to georectify a stitched together google earth image (I&#39;m aware of the various legal issues that go with this and I&#39;m just using a few images to see if the work I want to do is feasible with this type of data, if it is I&#39;ll look at purchasing data).<br>
<br>I&#39;ve imported the raster into grass using gdal, it splits it up into 3 (RGB) files? and I can display it (in the wrong place at the wrong scale). I also have the coordinates of the 4 corner points of the image and those are what I&#39;m using to georeference using the georeferencing tool from the file menu.<br>
<br>I keep getting this error when I hit the &quot;georectify&quot; button in the georeferencing tool:<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/lib/grass/etc/wxpython/gui_modules/georect.py&quot;, line 825, in OnGeorect<br>
&nbsp;&nbsp;&nbsp; self.SaveGCPs()<br>TypeError: SaveGCPs() takes exactly 2 arguments (1 given)<br>Traceback (most recent call last):<br><span style="background-color: rgb(255, 255, 51);">&nbsp; File &quot;/usr/lib/grass/etc/wxpython/gui_modules/georect.py&quot;, line 825, in OnGeorect</span><br style="background-color: rgb(255, 255, 51);">
<span style="background-color: rgb(255, 255, 51);">&nbsp;&nbsp;&nbsp; self.SaveGCPs()</span><br style="background-color: rgb(255, 255, 51);"><span style="background-color: rgb(255, 255, 51);">TypeError: SaveGCPs() takes exactly 2 arguments (1 given)</span><br>
<br>(python:11374): Gdk-CRITICAL **: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)&#39; failed<br><br>GRASS_INFO_MESSAGE(12418,1): Group &lt;morondavaGE&gt; has no target<br>GRASS_INFO_END(12418,1)<br><br>
<br>It also took me a while to figure out how to set up image groups. I&#39;m still not sure if I&#39;ve got that correct but that doesn&#39;t look like what the problem is.<br>I am able to get the image aligned in qgis but stage 2 of my work will involve some simple image classification (no doubt the subject of the next few emails to this list). I&#39;d also like to be able to know enough about how grass works to be able to use it properly so I&#39;m persevering with grass for the time being.<br>
<br>Thanks<br>Matt<br>