Re: [Qgis-user] Georeferencer Problem

2022-12-07 Thread Nyall Dawson via QGIS-User
On Thu, 8 Dec 2022 at 09:53, Grant Boxer via QGIS-User
 wrote:
>
> I am having issues with the georeferencer. When I register an image the 
> process does not recognise the CRS entered into the settings window. It 
> returns the layer with an invalid projection. When I try to change the 
> projection in the new layer it creates this error.
>
>
>
> Has anyone else had this problem? See output below, Any thoughts?


That error is coming from the "enmapboxplugin" plugin. Try removing
that plugin and re-testing.

Nyall

>
>
>
> Regards Grant Boxer, Perth WA
>
>
>
> An error has occurred while executing Python code:
>
> RuntimeError: The JPEG driver does not support update access to existing 
> datasets.
>
> Traceback (most recent call last):
>   File 
> "C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\qgispluginsupport\qps\layerconfigwidgets\gdalmetadata.py",
>  line 1218, in apply
> ds = gdalDataset(self.mapLayer(), gdal.GA_Update)
>   File 
> "C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py",
>  line 829, in gdalDataset
> return gdalDataset(dataset.source(), eAccess=eAccess)
>   File 
> "C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py",
>  line 833, in gdalDataset
> ds = gdal.Open(dataset, eAccess)
>   File "C:\OSGeo4W\apps\Python39\lib\site-packages\osgeo\gdal.py", line 4708, 
> in Open
> return _gdal.Open(*args)
> RuntimeError: The JPEG driver does not support update access to existing 
> datasets.
>
>
> Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC 
> v.1928 64 bit (AMD64)]
> QGIS version: 3.28.1-Firenze Firenze, fde3b8fbb8
>
> Python Path:
>
> · C:/OSGeo4W/apps/qgis/./python
>
> · 
> C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python
>
> · 
> C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
>
> · C:/OSGeo4W/apps/qgis/./python/plugins
>
> · C:\OSGeo4W\bin\python39.zip
>
> · C:\OSGeo4W\apps\Python39\DLLs
>
> · C:\OSGeo4W\apps\Python39\lib
>
> · C:\OSGeo4W\bin
>
> · 
> C:\Users\boxer\AppData\Roaming\Python\Python39\site-packages
>
> · C:\OSGeo4W\apps\Python39
>
> · C:\OSGeo4W\apps\Python39\lib\site-packages
>
> · C:\OSGeo4W\apps\Python39\lib\site-packages\win32
>
> · C:\OSGeo4W\apps\Python39\lib\site-packages\win32\lib
>
> · C:\OSGeo4W\apps\Python39\lib\site-packages\Pythonwin
>
> · 
> C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python
>
> · 
> C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\site-packages
>
> · 
> C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin
>
> · 
> C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\site-packages
>
> · 
> C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps
>
> · 
> C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps
>
> · 
> C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\eo4qapps
>
> .
>
>
>
>
>
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Georeferencer Problem

2022-12-07 Thread Grant Boxer via QGIS-User
I am having issues with the georeferencer. When I register an image the
process does not recognise the CRS entered into the settings window. It
returns the layer with an invalid projection. When I try to change the
projection in the new layer it creates this error.

 

Has anyone else had this problem? See output below, Any thoughts?

 

Regards Grant Boxer, Perth WA

 

An error has occurred while executing Python code: 

RuntimeError: The JPEG driver does not support update access to existing
datasets. 

Traceback (most recent call last):
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\layerconfigwidgets\gdalmetadata
.py", line 1218, in apply
ds = gdalDataset(self.mapLayer(), gdal.GA_Update)
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py", line 829, in
gdalDataset
return gdalDataset(dataset.source(), eAccess=eAccess)
  File
"C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\e
nmapboxplugin\enmapbox\qgispluginsupport\qps\utils.py", line 833, in
gdalDataset
ds = gdal.Open(dataset, eAccess)
  File "C:\OSGeo4W\apps\Python39\lib\site-packages\osgeo\gdal.py", line
4708, in Open
return _gdal.Open(*args)
RuntimeError: The JPEG driver does not support update access to existing
datasets.


Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC
v.1928 64 bit (AMD64)] 
QGIS version: 3.28.1-Firenze Firenze, fde3b8fbb8 

Python Path:

* C:/OSGeo4W/apps/qgis/./python

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins

* C:/OSGeo4W/apps/qgis/./python/plugins

* C:\OSGeo4W\bin\python39.zip

* C:\OSGeo4W\apps\Python39\DLLs

* C:\OSGeo4W\apps\Python39\lib

* C:\OSGeo4W\bin

*
C:\Users\boxer\AppData\Roaming\Python\Python39\site-packages

* C:\OSGeo4W\apps\Python39

* C:\OSGeo4W\apps\Python39\lib\site-packages

* C:\OSGeo4W\apps\Python39\lib\site-packages\win32

* C:\OSGeo4W\apps\Python39\lib\site-packages\win32\lib

* C:\OSGeo4W\apps\Python39\lib\site-packages\Pythonwin

*
C:/Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python

*
C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\en
mapboxplugin\site-packages

*
C:\Users/boxer/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\en
mapboxplugin

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\site-packages

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\apps

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\coreapps

*
C:\Users\boxer\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\en
mapboxplugin\enmapbox\eo4qapps

.

 



 

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Georeferencer problem with Qgis 2.2

2014-03-03 Thread Jonathan Moules
Yep, I'm getting this as well. Exact same behaviour.

QGIS 64-bit, Windows 7.

Is there a ticket for this?
Cheers,
Jonathan


On 22 February 2014 19:19, Gerardo Jiménez gej...@gmail.com wrote:

 Hi
 I just want to know if somebody else has the sma problem as me. I
 installed Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the
 main window appears, then stops responding, then I have a message saying
 bad allocation and then start responding. After that I can work with the
 georeferencer without a problem. I have the sam problem in 4 differen
 machines, all running win 7 64bits.

 Thanks before hand





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


-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Georeferencer problem with Qgis 2.2

2014-03-03 Thread Matt Boyd
I'll chip in as well and say I got this when I ran the georeferencer today.
Same install as above.


On Mon, Mar 3, 2014 at 11:47 PM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 Yep, I'm getting this as well. Exact same behaviour.

 QGIS 64-bit, Windows 7.

 Is there a ticket for this?
 Cheers,
 Jonathan


 On 22 February 2014 19:19, Gerardo Jiménez gej...@gmail.com wrote:

 Hi
 I just want to know if somebody else has the sma problem as me. I
 installed Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the
 main window appears, then stops responding, then I have a message saying
 bad allocation and then start responding. After that I can work with the
 georeferencer without a problem. I have the sam problem in 4 differen
 machines, all running win 7 64bits.

 Thanks before hand





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



 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

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

Re: [Qgis-user] Georeferencer problem with Qgis 2.2

2014-02-23 Thread Mike Flannigan


Sorry, but I'm not up to version 2.2 yet.  I'll
try to get back to this after I upgrade.


Mike


On 2/22/2014 2:00 PM, qgis-user-requ...@lists.osgeo.org wrote:

Hi
I just want to know if somebody else has the sma problem as me. I installed
Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the main
window appears, then stops responding, then I have a message saying bad
allocation and then start responding. After that I can work with the
georeferencer without a problem. I have the sam problem in 4 differen
machines, all running win 7 64bits.

Thanks before hand


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


Re: [Qgis-user] Georeferencer problem with Qgis 2.2

2014-02-23 Thread Lene Fischer
OK in 2.2 32-bit


Lene Fischer
Associate Professor

Department of Geosciences and Natural Resource Management
University of Copenhagen

MOB +45 40115084
l...@ign.ku.dkmailto:l...@ign.ku.dk


[SCIENCE_bomaerke_UK]


Fra: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Gerardo Jiménez
Sendt: 22. februar 2014 20:19
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Georeferencer problem with Qgis 2.2

Hi
I just want to know if somebody else has the sma problem as me. I installed 
Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the main window 
appears, then stops responding, then I have a message saying bad allocation 
and then start responding. After that I can work with the georeferencer without 
a problem. I have the sam problem in 4 differen machines, all running win 7 
64bits.

Thanks before hand

inline: image001.jpg___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Georeferencer problem with Qgis 2.2

2014-02-22 Thread Gerardo Jiménez
Hi
I just want to know if somebody else has the sma problem as me. I installed
Qgis 2.2 64bits via OSGeo. When I try to use the georefencer, the main
window appears, then stops responding, then I have a message saying bad
allocation and then start responding. After that I can work with the
georeferencer without a problem. I have the sam problem in 4 differen
machines, all running win 7 64bits.

Thanks before hand
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Georeferencer problem in QGIS 2.0

2013-09-25 Thread KLGan
Hi,

I'm familiar with using Georeferencer in QGIS 1.8, but in 2.0, the image
layer don't appear after creating everything.

I can still see the red points on the base map, but the layer with the
image is not created.

Am I doing something wrong?

Thanks  :-)

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

Re: Re: [Qgis-user] georeferencer problem

2009-11-18 Thread Giovanni Manghi

 As well, I can't seem to find the Georeferencer Plugin in the repositories. 
 Any reason it's missing?

it is a core plugin

cheers

-- Giovanni --

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


Re: [Qgis-user] georeferencer problem

2009-11-18 Thread Jürgen E . Fischer
Hi,

On Wed, 18. Nov 2009 at 13:58:31 +, Giovanni Manghi wrote:
  As well, I can't seem to find the Georeferencer Plugin in the repositories. 
  Any reason it's missing?
 
 it is a core plugin

And it's C++.


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-20
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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