<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Cedric,<br>
    <br>
    thanks a lot. Actually by using gdalinfo I get the correct output.
    However, I think the problem is more my qgis-configuration in
    general and the installation on my mac. I wanted to use for example
    the georeferencer tool but it is neither on my plugin-list nor can I
    find it to install nor activate.<br>
    So, I will review my installation in a broader way...<br>
    <br>
    Best<br>
    Lucas<br>
    <br>
    <br>
    On 9/23/11 5:38 PM, Möri Cedric wrote:
    <blockquote
cite="mid:F613F47CFCD8B74B8716126F36145328143E9C@srsofaioi16254.verw.rootso.org"
      type="cite">
      <pre wrap="">Hi Lucas

I don't know the plugin, but a look in the code shows the following:

The plugin uses gdalinfo to determine the dimension of the raster(s) you want to georeference.
It take the text output and looks for a line that states 'Size is', does some repalacements and then assumes there will be 2 valus, separated by a comma and a blank. If the format of  the line isn't exactly right, it will probably fail.

You may use now gdalinfo directly to test, if the output is correct. You should find a line that is exactly like this:

Size is 35000, 24000

If gdalinfo isn't able to find the two values, the plugin will fail. If gdalinfo outputs some other format than this, it will also fail. In the first case,your raster file(s) aren't 'good enough' and you may try to get them in a form that gdal understands. In the second, the code of the plugin should be changed to understand the text format provided.

Regards
Cédric

Mit freundlichen Grüssen
Cédric Möri 
Leiter SO!GIS Koordination

</pre>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <p class="MsoNormal"><span style="font-family:Arial;color:#3366FF">hydro</span><span
          style="font-family:Arial">solutions<br>
          Lucas Beck, Dr. sc. ETH<br>
          Partner<br>
          <o:p></o:p></span></p>
      <a href="http://www.hydrosolutions.ch">http://www.hydrosolutions.ch</a>
      <o:p></o:p>
      <p class="MsoNormal"><span style="font-family:Arial"><o:p> </o:p></span></p>
    </div>
  </body>
</html>