[Qgis-developer] Error in georeferencer

2013-10-28 Thread Agustin Lobo
I'm finding wrong, distorted results with qgis 2.0 georeferencer. We've tried
with the same set of gcp's in envi and the same method (polynomial deg 2) and
there the results are correct, but with
qgis the result is very distorted. Actually, the errors represented by
the red segments in the
georeferencer do not correspond with the actual gcps displayed on the reference
image in Qgis main display.
See an snapshot here:
https://dl.dropboxusercontent.com/u/3180464/georef_error.jpeg

Reported in
http://hub.qgis.org/issues/8961

A video of the 2 results and reference ortho:
https://dl.dropboxusercontent.com/u/3180464/qgisgeoref.ogv

Agus
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Error in Georeferencer tool

2011-11-27 Thread Agustin Lobo
Hi!
We are using the Georeferencer tool and the resulting image is shifted,
please see the screenshot here:
https://sites.google.com/site/filestemp2/home/error_georef.jpg?attredirects=0

We've tried polynomia of order 1 and 2 and Helmert, with very similar results.

I think this is a bug, but I'm not sure we are not actually doing
something wrong.

Agus
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-29 Thread Paolo Cavallini
Il giorno sab, 29/01/2011 alle 14.17 +0100, Manuel Massing ha scritto:

> found anything which explains the "bad_alloc" you are getting. I
> suspect
> it is a build issue, or the exception is thrown from somewhere else
> (e.g.
> the plugin loader). 

I think you're right: I spotted the same popup on another machine,
different plugin (road graph).
Sorry about the noise.
-- 
Paolo Cavallini: http://www.faunalia.it/pc

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-29 Thread Manuel Massing
Hi Paolo,

> > Warning: Object::connect: No such signal
> > QgsGCPListWidget::replaceDataPoint( QgsGeorefDataPoint*, int )
> > in
> > /home/paolo/build/qgis/qgis_unstable/src/plugins/georeferencer/qgsgcplist
> > w idget.cpp:70 All the best.

apart from this warning (which shouldn't have any side effects), I haven't
found anything which explains the "bad_alloc" you are getting. I suspect
it is a build issue, or the exception is thrown from somewhere else (e.g.
the plugin loader). 

If you have any new insights into this problem feel free to open a bug report.

cheers,

Manuel
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-26 Thread Paolo Cavallini
Il giorno mer, 26/01/2011 alle 10.21 +0100, Ivan Mincik ha scritto:

> When opening georeferencer I get following:
> Warning: Object::connect: No such signal
> QgsGCPListWidget::replaceDataPoint( QgsGeorefDataPoint*, int )
> in /tmp/buildd/qgis-1.7.0/src/plugins/georeferencer/qgsgcplistwidget.cpp:70

yes, same thing.
-- 
http://www.faunalia.it/pc

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-26 Thread Ivan Mincik

On 01/25/2011 01:15 PM, Paolo Cavallini wrote:

Hi al.
I keep on getting:
std::bad_alloc
when opening the georeferencer (Debian unstable, qgis trunk).
After that, it seems to work fine.
Can anyone confirm?
All the best.

Hi Paolo,
testing on Debian Squeeze, QGIS r15056M (compiled from original SVN as 
Debian package in clean pbuilder environment).


When opening georeferencer I get following:
Warning: Object::connect: No such signal 
QgsGCPListWidget::replaceDataPoint( QgsGeorefDataPoint*, int ) in 
/tmp/buildd/qgis-1.7.0/src/plugins/georeferencer/qgsgcplistwidget.cpp:70



--
Ivan Mincik, Gista s.r.o.

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-26 Thread Paolo Cavallini
Il giorno mer, 26/01/2011 alle 09.57 +0100, Manuel Massing ha scritto:

> I'll look into it this evening.

Thanks for this.

> What exactly is the message you see (verbatim)? 

I reported the message on the console, and the one (alloc) in a popup
window.

> Have you tried doing a clean rebuild of the georeferencer?

Yes, I package qgis using jef's debian/rules

All the best.
-- 
http://www.faunalia.it/pc

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-26 Thread Manuel Massing
Thanks Paolo,

I'll look into it this evening.

> Yes:
> - it happens only at the startup of the georeferencer
> - it happens on a machine, not on another
> - the console says:
> Warning: Object::connect: No such signal
> QgsGCPListWidget::replaceDataPoint( QgsGeorefDataPoint*, int )
> in
> /home/paolo/build/qgis/qgis_unstable/src/plugins/georeferencer/qgsgcplistw
> idget.cpp:70 All the best.

What exactly is the message you see (verbatim)? Have you tried doing a clean 
rebuild of the georeferencer?

cheers,
Manuel
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-26 Thread Paolo Cavallini
Il giorno mar, 25/01/2011 alle 23.12 +0100, Manuel Massing ha scritto:

> I can't reproduce either of the bugs (not the bad_alloc() nor the
> transform failure). Do you have any specifics? 

Yes:
- it happens only at the startup of the georeferencer
- it happens on a machine, not on another
- the console says:
Warning: Object::connect: No such signal
QgsGCPListWidget::replaceDataPoint( QgsGeorefDataPoint*, int )
in 
/home/paolo/build/qgis/qgis_unstable/src/plugins/georeferencer/qgsgcplistwidget.cpp:70
All the best.
-- 
http://www.faunalia.it/pc

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-25 Thread Manuel Massing
Hi,

> And under Ubuntu today we seemed to find no situation in which it
> would actually allow the transform to be carried out...

I can't reproduce either of the bugs (not the bad_alloc() nor the
transform failure). Do you have any specifics? 

cheers,

Manuel
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-25 Thread Tim Sutton
And under Ubuntu today we seemed to find no situation in which it
would actually allow the transform to be carried out...

Regards

Tim

On Tue, Jan 25, 2011 at 2:18 PM, Giovanni Manghi
 wrote:
> Hi,
>
>> Can anyone confirm?
>
>
> not under Ubuntu/qgis trunk. Here no error message.
>
> cheers
>
> -- Giovanni --
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error in georeferencer

2011-01-25 Thread Giovanni Manghi
Hi,

> Can anyone confirm?


not under Ubuntu/qgis trunk. Here no error message.

cheers

-- Giovanni --


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] error in georeferencer

2011-01-25 Thread Paolo Cavallini
Hi al.
I keep on getting:
std::bad_alloc
when opening the georeferencer (Debian unstable, qgis trunk).
After that, it seems to work fine.
Can anyone confirm?
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer