AW: [Qgis-user] Error when using MapSheetAutoGeoRef
Lucas Beck
beck at hydrosolutions.ch
Sun Sep 25 12:34:59 PDT 2011
Hi Cedric,
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.
So, I will review my installation in a broader way...
Best
Lucas
On 9/23/11 5:38 PM, Möri Cedric wrote:
> 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
>
--
hydrosolutions
Lucas Beck, Dr. sc. ETH
Partner
http://www.hydrosolutions.ch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20110925/efbb17cf/attachment.html>
More information about the Qgis-user
mailing list