Re: [Qgis-user] Error Qgis Plugin 'PanoramaView'

2024-04-02 Thread Emma Hain via QGIS-User
Hi Roberto
I haven't used this but I checked out the instructions here
. When you uninstall it and
install it, does the same thing happen? If so,create a new profile via
Settings and install the plugin again and see what happens. If it works ok
then its something in your profile that may be messing it up.
If the same thing happens, I would add an issue here

Good luck
Em

On Tue, 2 Apr 2024 at 23:04, Prova Itinerari via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hello everyone,
> I have been using qgis recently. I installed the "PanoramaView" plugin
> initially I was seeing the images, then I must have done something and now
> I can't see them anymore. I get the visible error message as in the image.
> But I to see them not used any browser, directly on Qgis I could see them
> quietly. And so I wouldn't know what it was referring to. I saw if there
> were problems with authentication and/or permissions and/or the path where
> it gets the photos from aws DB but it is ok. I have formatted the various
> browsers on the pc and it hasn't changed. Does anyone know how to fix it?
> Has anyone experienced something like this before?
>
> Thanks in advance to those who will answer me
>
> Roberto
> ___
> 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
>


-- 
Emma Hain — Product Manager/Senior GIS Analyst
e...@north-road.com
[image: https://north-road.com]
*North Road*
Cartography • Development • Spatial Analysis
--
*north-road.com* 



___
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] Error Qgis Plugin 'PanoramaView'

2024-04-02 Thread Prova Itinerari via QGIS-User
Hello everyone,
I have been using qgis recently. I installed the "PanoramaView" plugin
initially I was seeing the images, then I must have done something and now
I can't see them anymore. I get the visible error message as in the image.
But I to see them not used any browser, directly on Qgis I could see them
quietly. And so I wouldn't know what it was referring to. I saw if there
were problems with authentication and/or permissions and/or the path where
it gets the photos from aws DB but it is ok. I have formatted the various
browsers on the pc and it hasn't changed. Does anyone know how to fix it?
Has anyone experienced something like this before?

Thanks in advance to those who will answer me

Roberto
___
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] Error! No Internet connection? OSM Place Search plugin error

2023-09-13 Thread Andrea Giudiceandrea via QGIS-User

Keith Jenkins kgjenkins at gmail.com
Wed Sep 13 09:41:22 PDT 2023



In the ol-geocoder.js file that is created by qgis2web, search for:
"https://nominatim.openstreetmap.org/search/;


Hi Keith,
I've filed a Pull Request [1] to fix the issue in the qgis2web plugin.
I don't know if and when it will be merged and a new version of the 
plugin will be available (the plugin seems not constantly maintained).


Best regards.

Andrea

[1] https://github.com/tomchadwin/qgis2web/pull/1038
___
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] Error! No Internet connection? OSM Place Search plugin error

2023-09-13 Thread Keith Jenkins via QGIS-User
Hi, Jared.

Yes, the problem seems to be when checking the "Add address search"
box under the "Appearance" tab in qgis2web and exporting to OpenLayers
(as noted by Andrea).

I checked the network traffic from an exported map, which is making a
request like:
https://nominatim.openstreetmap.org/search/?q=kinshasa=json=1=5==en-US

According to the response to that request, the Nominatim API has been
changed, making the request invalid.  However, it is an easy fix,
since a single slash just needs to be removed.

In the ol-geocoder.js file that is created by qgis2web, search for:
"https://nominatim.openstreetmap.org/search/;

and change it to
"https://nominatim.openstreetmap.org/search;

And then the search box should work.

Cheers,
Keith
___
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] Error! No Internet connection? OSM Place Search plugin error

2023-09-13 Thread Andrea Giudiceandrea via QGIS-User

Hi Jared,
I can confirm what Frank wrote: the "OSM place search" QGIS plugin is 
available in the official QGIS Python plugins repository [1], anyway 
such plugin has very likely nothing to do with the web map error, which, 
if I understood correctly, doesn't occur using QGIS and the "OSM place 
search" plugin, but it occurs using the web map.


It seems to me the error message very likely comes from the "OpenLayers 
Control Geocoder" [2] which is an OpenLayers extension used by the web 
map [3].


Best regards.

Andrea


[1] https://plugins.qgis.org/plugins/nominatim/
[2] 
https://github.com/Dominique92/ol-geocoder/blob/eff2edddaaaebb2038ea2b00206f93de05d73b4a/src/nominatim.js#L164

[3] https://github.com/Dominique92/ol-geocoder
___
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] Error! No Internet connection? OSM Place Search plugin error

2023-09-12 Thread Frank Broniewski via QGIS-User
Hi Jared,

I tried the OSM Search plugin just now and it works for me, so maybe there is 
an issue on your end after all? It’s hard to tell from afar , but maybe you 
might find some info in the messages log.
And I really do not know, what a web map has to do with the OSM Search plugin, 
so there must be more than that plugin involved and the message does not even 
come from the OSM Search plugin? Maybe you want to create a fresh user profile 
and test each plugin the user has separately to find out which plugin gives you 
the error …


Von: QGIS-User  Im Auftrag von Jared Jordan 
via QGIS-User
Gesendet: Dienstag, 12. September 2023 16:50
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Error! No Internet connection? OSM Place Search plugin 
error

I am not sure if this is the right group to send to, but I have a user that is 
having an issue with a map from QGIS.  He has created a web map and exported it 
to an html.  They have been using that same html file for a while now but about 
a month or so ago suddenly the Place Search (using OSM Place Search Plugin) 
started giving him the error in the image below.

[cid:image001.png@01D9E615.1C8BB580]

Network configuration has not changed, and I am not even sure where to start.  
This is the same error all other users get.  We have tried exporting a new web 
map, but the same thing happens.
I don’t know much about the program as I just found out that they use it.   I 
tried to replicate it, but I could not actually find that plugin within QGIS 
when I tried to install it on my system.  I am wonder if it has been 
discontinued or deprecated.

I do have a video of the error, but I am not familiar with list serves and what 
is allowed to be sent or not.  If I am in the wrong list serve for this kind of 
issue, please just let me know.
[cid:image002.jpg@01D9E615.1C8BB580]
Jared Jordan​
Adna Technologies
[cid:image003.png@01D9E615.1C8BB580]
jjor...@teamadna.com<mailto:jjor...@teamadna.com>
www.TeamAdna.com<https://www.teamadna.com/>
[Facebook]<https://www.facebook.com/AdnaTechnologies/>
[Twitter]<https://www.twitter.com/teamadna>

___
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] Error! No Internet connection? OSM Place Search plugin error

2023-09-12 Thread Jared Jordan via QGIS-User
I am not sure if this is the right group to send to, but I have a user that is 
having an issue with a map from QGIS.  He has created a web map and exported it 
to an html.  They have been using that same html file for a while now but about 
a month or so ago suddenly the Place Search (using OSM Place Search Plugin) 
started giving him the error in the image below.

[cid:image001.png@01D9E566.E790C630]

Network configuration has not changed, and I am not even sure where to start.  
This is the same error all other users get.  We have tried exporting a new web 
map, but the same thing happens.
I don't know much about the program as I just found out that they use it.   I 
tried to replicate it, but I could not actually find that plugin within QGIS 
when I tried to install it on my system.  I am wonder if it has been 
discontinued or deprecated.

I do have a video of the error, but I am not familiar with list serves and what 
is allowed to be sent or not.  If I am in the wrong list serve for this kind of 
issue, please just let me know.

Jared Jordan
Adna Technologies
jjor...@teamadna.com
www.TeamAdna.com
___
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] Error message

2023-09-08 Thread Fred Wanyama via QGIS-User

Dear Richard, 
  
Thanks a lot, I have  moved the qgis-auth.db file and it has worked well. 
  
Regards, 
  
Fredrick

-Original Message-

From: Richard 
To: qgis-user ; fred 
Date: Friday, 8 September 2023 11:14 AM EAT
Subject: Re: [Qgis-user] Error message

Hi Fred, 

This probably means that you opted somewhere in QGIS to save your database in 
the Authentication manager (secured with a password)[1]. 
Maybe accidently, but QGIS created a master password (sqlite) database for 
that. 

Either try to remember the password you used, OR go into your QGIS profile 
directory [0] and move the qgis-auth.db file (which is the actual sqlite db) to 
another place. If not there search for it in your QGIS install dir? 

Else try to move our QGIS profiles folder (unless you use a lot of profiles and 
have a lot of configuration in them) [0] 

Hope this helps 

Richard Duivenvoorde 

[0] 
https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles
 
[1] 
https://docs.qgis.org/3.28/en/docs/user_manual/auth_system/auth_overview.html#authentication-database
 
[2] 
https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/authentication.html
 

On 9/7/23 14:36, Fred Wanyama via QGIS-User wrote: 
> Greetings Team, 
> Whenever I open QGIS, the following message comes. 
> What should i do to stop it? 
> Kind regards, 
> Fredrick 
> 
> 
> 
> ___ 
> 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


Re: [Qgis-user] Error message

2023-09-08 Thread Richard Duivenvoorde via QGIS-User

Hi Fred,

This probably means that you opted somewhere in QGIS to save your database in 
the Authentication manager (secured with a password)[1].
Maybe accidently, but QGIS created a master password (sqlite) database for that.

Either try to remember the password you used, OR go into your QGIS profile 
directory [0] and move the qgis-auth.db file (which is the actual sqlite db) to 
another place. If not there search for it  in your QGIS install dir?

Else try to move our QGIS profiles folder (unless you use a lot of profiles and 
have a lot of configuration in them) [0]

Hope this helps

Richard Duivenvoorde

[0] 
https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles
[1] 
https://docs.qgis.org/3.28/en/docs/user_manual/auth_system/auth_overview.html#authentication-database
[2] 
https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/authentication.html

On 9/7/23 14:36, Fred Wanyama via QGIS-User wrote:

Greetings Team,
Whenever I open QGIS, the following message comes.
What should i do to stop it?
Kind regards,
Fredrick



___
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


Re: [Qgis-user] Error message

2023-09-08 Thread Richard Duivenvoorde via QGIS-User

Hi Fred,

This probably means that you opted somewhere in QGIS to save your database in 
the Authentication manager (secured with a password)[1].
Maybe accidently, but QGIS created a master password (sqlite) database for that.

Either try to remember the password you used, OR go into your QGIS profile 
directory [0] and move the qgis-auth.db file (which is the actual sqlite db) to 
another place. If not there search for it  in your QGIS install dir?

Else try to move our QGIS profiles folder (unless you use a lot of profiles and 
have a lot of configuration in them) [0]

Hope this helps

Richard Duivenvoorde

[0] 
https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles
[1] 
https://docs.qgis.org/3.28/en/docs/user_manual/auth_system/auth_overview.html#authentication-database
[2] 
https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/authentication.html

On 9/7/23 14:36, Fred Wanyama via QGIS-User wrote:

Greetings Team,
Whenever I open QGIS, the following message comes.
What should i do to stop it?
Kind regards,
Fredrick



___
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


Re: [Qgis-user] Error - Qgis files getting corrupted after saving

2023-08-23 Thread Hugh Kelley via QGIS-User
Glad it worked out!

As long as you rename every file in the shapefile renaming shoukd be fine.
Renaming just the .shp file will cause problems.

You might consider:
 http://switchfromshapefile.org/

Thanks to whoever on this list shared that originally.




On Wed, Aug 23, 2023, 2:20 AM Gómez Sánchez, Sandra <
sgome...@eservicios.indra.es> wrote:

> Hello Hugh,
>
> Thank you very much for your answer, the problem has been solved I will
> post here what was causing the issue, for you to know,
>
> When we were modifying the data inside qgis we were not exporting it but
> mashing the previous one by saving, and then changing the name of the file
> outside qgis, instead we exported the shp file from qgis and gave the file
> a new name from there, and the corruption of the file disappeared.
>
> Have a nice day! 
>
> [image: Opsait] <http://www.minsait.com/>
>
>
> Sandra Gómez Sánchez
> --
> *De:* Hugh Kelley 
> *Enviado:* lunes, 21 de agosto de 2023 14:55
> *Para:* Gómez Sánchez, Sandra 
> *Cc:* qgis-user 
> *Asunto:* Re: [Qgis-user] Error - Qgis files getting corrupted after
> saving
>
> Hi Sandra,
>
> When you say "data" are you referring to spatial data saved in something
> like a shapefile geopackage etc, or the actual qgis file ending in .qgz or
> .qgs?
>
> If it is the actual qgis file itself that you are seeing corrupted, I
> would not expect a qgis file created by a newer version to be backwards
> compatible with and older version of qgis. I often see people using older
> versions run into weird problems when opening a file created by a newer
> version. Perhaps others will say otherwise but I don't expect this to a
> problem that can be solved. All users should be on a common version for the
> best experience.
>
> If its spatial data you're seeing corrupted that is something that should
> be solvable anf sharing what file type is being used might get you helpful
> suggestions.
>
> As a note, because opening and saving a qgis file with a different version
> can cause problems across versions, like loosing symbology settings, I
> backup my qgis work at least once a day so that I have something recent to
> fall back to if an issue like this occurs.
>
> Best,
>
> Hugh
>
> On Mon, Aug 21, 2023, 8:43 AM Gómez Sánchez, Sandra via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
> Hello there,
>
> I am facing an issue with the saving files from Qgis and importing them to
> another software.
>
> On this case, we are changing data inside Qgis and then import that data
> into Keycom.
>
> The thing is, we have 2 colleagues which are using Qgis 3.28.8 and 3.32.0
> versions and after they change the data inside qgis, and they save that
> data, the files get corrupted;
>
> I have been trying with my own qgis, which is 3.28.2 and in mine works
> perfect; I have changed their raw data and when I import that data on
> keycom it works, I have also sended them my own data (ready for import) to
> them, and they are able to import it, but once they put that data on their
> Qgis it gets corrupted and we can't work with it, we have checked the steps
> they are taking but they are doing the same as me,
>
> We did a silly test in which I sended them my data, they imported it into
> keycom, it worked, then they changed one single value inside Qgis and it
> got corrupted; so we know that the issue is located into the "saving" form
> from Qgis;
>
> We can open the files from Qgis again and they don't show signs of
> corruption inside, is just when we try to import them into keycom when the
> error is shown, so we are kinda lost here,
>
> is there any issue / feature we have to check for?
>
> Thank you very much,
>
> Sandra
>
> [image: Opsait] <http://www.minsait.com/>
>
>
> Sandra Gómez Sánchez
>
> --
>
> Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
> contiene información de carácter confidencial exclusivamente dirigida a su
> destinatario o destinatarios. Si no es vd. el destinatario indicado, queda
> notificado que la lectura, utilización, divulgación y/o copia sin
> autorización está prohibida en virtud de la legislación vigente. En el caso
> de haber recibido este correo electrónico por error, se ruega notificar
> inmediatamente esta circunstancia mediante reenvío a la dirección
> electrónica del remitente.
> Evite imprimir este mensaje si no es estrictamente necesario.
>
> This email and any file attached to it (when applicable) contain(s)
> confidential information that is exclusively addressed to its recipient(s).
> If you are not the indicated rec

Re: [Qgis-user] Error - Qgis files getting corrupted after saving

2023-08-23 Thread Gómez Sánchez , Sandra via QGIS-User
Hello Hugh,

Thank you very much for your answer, the problem has been solved I will post 
here what was causing the issue, for you to know,

When we were modifying the data inside qgis we were not exporting it but 
mashing the previous one by saving, and then changing the name of the file 
outside qgis, instead we exported the shp file from qgis and gave the file a 
new name from there, and the corruption of the file disappeared.

Have a nice day! 

[Opsait]<http://www.minsait.com/>


Sandra Gómez Sánchez


De: Hugh Kelley 
Enviado: lunes, 21 de agosto de 2023 14:55
Para: Gómez Sánchez, Sandra 
Cc: qgis-user 
Asunto: Re: [Qgis-user] Error - Qgis files getting corrupted after saving

Hi Sandra,

When you say "data" are you referring to spatial data saved in something like a 
shapefile geopackage etc, or the actual qgis file ending in .qgz or .qgs?

If it is the actual qgis file itself that you are seeing corrupted, I would not 
expect a qgis file created by a newer version to be backwards compatible with 
and older version of qgis. I often see people using older versions run into 
weird problems when opening a file created by a newer version. Perhaps others 
will say otherwise but I don't expect this to a problem that can be solved. All 
users should be on a common version for the best experience.

If its spatial data you're seeing corrupted that is something that should be 
solvable anf sharing what file type is being used might get you helpful 
suggestions.

As a note, because opening and saving a qgis file with a different version can 
cause problems across versions, like loosing symbology settings, I backup my 
qgis work at least once a day so that I have something recent to fall back to 
if an issue like this occurs.

Best,

Hugh

On Mon, Aug 21, 2023, 8:43 AM Gómez Sánchez, Sandra via QGIS-User 
mailto:qgis-user@lists.osgeo.org>> wrote:
Hello there,

I am facing an issue with the saving files from Qgis and importing them to 
another software.

On this case, we are changing data inside Qgis and then import that data into 
Keycom.

The thing is, we have 2 colleagues which are using Qgis 3.28.8 and 3.32.0 
versions and after they change the data inside qgis, and they save that data, 
the files get corrupted;

I have been trying with my own qgis, which is 3.28.2 and in mine works perfect; 
I have changed their raw data and when I import that data on keycom it works, I 
have also sended them my own data (ready for import) to them, and they are able 
to import it, but once they put that data on their Qgis it gets corrupted and 
we can't work with it, we have checked the steps they are taking but they are 
doing the same as me,

We did a silly test in which I sended them my data, they imported it into 
keycom, it worked, then they changed one single value inside Qgis and it got 
corrupted; so we know that the issue is located into the "saving" form from 
Qgis;

We can open the files from Qgis again and they don't show signs of corruption 
inside, is just when we try to import them into keycom when the error is shown, 
so we are kinda lost here,

is there any issue / feature we have to check for?

Thank you very much,

Sandra

[Opsait]<http://www.minsait.com/>


Sandra Gómez Sánchez



Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
notificado que la lectura, utilización, divulgación y/o copia sin autorización 
está prohibida en virtud de la legislación vigente. En el caso de haber 
recibido este correo electrónico por error, se ruega notificar inmediatamente 
esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) 
confidential information that is exclusively addressed to its recipient(s). If 
you are not the indicated recipient, you are informed that reading, using, 
disseminating and/or copying it without authorisation is forbidden in 
accordance with the legislation in effect. If you have received this email by 
mistake, please immediately notify the sender of the situation by resending it 
to their email address.
Avoid printing this message if it is not absolutely necessary.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org<mailto:QGIS-User@lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user



Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatari

Re: [Qgis-user] Error - Qgis files getting corrupted after saving

2023-08-21 Thread Hugh Kelley via QGIS-User
Hi Sandra,

When you say "data" are you referring to spatial data saved in something
like a shapefile geopackage etc, or the actual qgis file ending in .qgz or
.qgs?

If it is the actual qgis file itself that you are seeing corrupted, I would
not expect a qgis file created by a newer version to be backwards
compatible with and older version of qgis. I often see people using older
versions run into weird problems when opening a file created by a newer
version. Perhaps others will say otherwise but I don't expect this to a
problem that can be solved. All users should be on a common version for the
best experience.

If its spatial data you're seeing corrupted that is something that should
be solvable anf sharing what file type is being used might get you helpful
suggestions.

As a note, because opening and saving a qgis file with a different version
can cause problems across versions, like loosing symbology settings, I
backup my qgis work at least once a day so that I have something recent to
fall back to if an issue like this occurs.

Best,

Hugh

On Mon, Aug 21, 2023, 8:43 AM Gómez Sánchez, Sandra via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hello there,
>
> I am facing an issue with the saving files from Qgis and importing them to
> another software.
>
> On this case, we are changing data inside Qgis and then import that data
> into Keycom.
>
> The thing is, we have 2 colleagues which are using Qgis 3.28.8 and 3.32.0
> versions and after they change the data inside qgis, and they save that
> data, the files get corrupted;
>
> I have been trying with my own qgis, which is 3.28.2 and in mine works
> perfect; I have changed their raw data and when I import that data on
> keycom it works, I have also sended them my own data (ready for import) to
> them, and they are able to import it, but once they put that data on their
> Qgis it gets corrupted and we can't work with it, we have checked the steps
> they are taking but they are doing the same as me,
>
> We did a silly test in which I sended them my data, they imported it into
> keycom, it worked, then they changed one single value inside Qgis and it
> got corrupted; so we know that the issue is located into the "saving" form
> from Qgis;
>
> We can open the files from Qgis again and they don't show signs of
> corruption inside, is just when we try to import them into keycom when the
> error is shown, so we are kinda lost here,
>
> is there any issue / feature we have to check for?
>
> Thank you very much,
>
> Sandra
>
> [image: Opsait] 
>
>
> Sandra Gómez Sánchez
>
> --
>
> Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
> contiene información de carácter confidencial exclusivamente dirigida a su
> destinatario o destinatarios. Si no es vd. el destinatario indicado, queda
> notificado que la lectura, utilización, divulgación y/o copia sin
> autorización está prohibida en virtud de la legislación vigente. En el caso
> de haber recibido este correo electrónico por error, se ruega notificar
> inmediatamente esta circunstancia mediante reenvío a la dirección
> electrónica del remitente.
> Evite imprimir este mensaje si no es estrictamente necesario.
>
> This email and any file attached to it (when applicable) contain(s)
> confidential information that is exclusively addressed to its recipient(s).
> If you are not the indicated recipient, you are informed that reading,
> using, disseminating and/or copying it without authorisation is forbidden
> in accordance with the legislation in effect. If you have received this
> email by mistake, please immediately notify the sender of the situation by
> resending it to their email address.
> Avoid printing this message if it is not absolutely necessary.
> ___
> 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] Error - Qgis files getting corrupted after saving

2023-08-21 Thread Gómez Sánchez , Sandra via QGIS-User
Hello there,

I am facing an issue with the saving files from Qgis and importing them to 
another software.

On this case, we are changing data inside Qgis and then import that data into 
Keycom.

The thing is, we have 2 colleagues which are using Qgis 3.28.8 and 3.32.0 
versions and after they change the data inside qgis, and they save that data, 
the files get corrupted;

I have been trying with my own qgis, which is 3.28.2 and in mine works perfect; 
I have changed their raw data and when I import that data on keycom it works, I 
have also sended them my own data (ready for import) to them, and they are able 
to import it, but once they put that data on their Qgis it gets corrupted and 
we can't work with it, we have checked the steps they are taking but they are 
doing the same as me,

We did a silly test in which I sended them my data, they imported it into 
keycom, it worked, then they changed one single value inside Qgis and it got 
corrupted; so we know that the issue is located into the "saving" form from 
Qgis;

We can open the files from Qgis again and they don't show signs of corruption 
inside, is just when we try to import them into keycom when the error is shown, 
so we are kinda lost here,

is there any issue / feature we have to check for?

Thank you very much,

Sandra

[Opsait]


Sandra Gómez Sánchez



Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
notificado que la lectura, utilización, divulgación y/o copia sin autorización 
está prohibida en virtud de la legislación vigente. En el caso de haber 
recibido este correo electrónico por error, se ruega notificar inmediatamente 
esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) 
confidential information that is exclusively addressed to its recipient(s). If 
you are not the indicated recipient, you are informed that reading, using, 
disseminating and/or copying it without authorisation is forbidden in 
accordance with the legislation in effect. If you have received this email by 
mistake, please immediately notify the sender of the situation by resending it 
to their email address.
Avoid printing this message if it is not absolutely necessary.
___
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] Error message

2023-07-29 Thread Hugh Kelley via QGIS-User
Hi, the two things I would try are 1, Saving the file as a .qgs file
instead of .qgz and 2, saving to a simple filepath like desktop or
downloads if you are not doing so already.

It might also be worth trying to save the file to a geopackage instead of
as a stand alone file.

On Fri, Jul 28, 2023, 4:54 AM Exchange via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Dear list,
>
> I run QGIS 3.32.1 Lima on Windows 10 Version 2009
>
> Saving a project I get the following message:
>
> could not execute zip-file
>
> (Konte ZIP nicht durchführen)
>
> the only option left is to click the OK - Button.
>
> Saving the same project on the LTR-Version works.
>
> Is this a bug?
>
>
> --
> Mit freundlichen Grüßen
>
>
> Thomas Struller
> Diplom Geologe (Univ.), BDG, V18
>
> Sachverständiger nach BBodSchG §18,
> SG1 Historische Recherche
> SG2 Pfad Boden – Gewässer
> Akademischer Geoinformatiker
> Privater Sachverständiger der Wasserwirtschaft
>
> Tel: +49 911 12076 111
> Mobil:+49 170 33 20 494
> Mail: thomas.strul...@lga-geo.de
>
>
> LGA Institut für Umweltgeologie und Altlasten GmbH
> Christian-Hessel-Straße 1
> 90427 Nürnberg
> i...@lga-geo.de
> www.LGA-geo.de
>
> ___
> 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


Re: [Qgis-user] Error export .shp to .gpx

2022-05-29 Thread Mike Breiding - Morgantown WV via Qgis-user

On 5/28/2022 7:29 PM, Thayer Young via Qgis-user wrote:


If you want to try gpx extensions you can scroll down in the QGIS 
"Export" GPX dialog, near the bottom in the "Datasource Options" you 
should change "GPX_USE_EXTENSIONS" to "yes".


There may be other plugins that others can tell you about.
-Thayer


Thanks, Thayer and all.
I was able to convert to a GPX with the instructions above.
But, now there are other problems which I will present under another topic.

WV-Mike
___
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] Error export .shp to .gpx

2022-05-28 Thread Thayer Young via Qgis-user
 Hi Mike,
The GPX format has a short list of allowed field names . So either you have to 
convert all your fields to fit that list, or you can use gpx extensions and it 
will allow you to use your designated names. Depending on where you want to 
transfer the GPX file to, your device may not be able to understand the 
extension fields. So converting the fields names to may be your best choice.

You can use the "Export POI" plugin if you are exporting points. You can ignore 
the "Category" input, unless you want to split your file into multiple files 
depending on the value in the "Category" field. You want to set it to export 
three of your fields to the gpx fields: "name", Description "desc", and Comment 
"cmt". If you have more fields you should try combining them with the field 
calculator and then use the POI Exporter.

If you want to try gpx extensions you can scroll down in the QGIS "Export" GPX 
dialog, near the bottom in the "Datasource Options" you should change 
"GPX_USE_EXTENSIONS" to "yes".

There may be other plugins that others can tell you about.

-Thayer


On Saturday, May 28, 2022, 03:00:35 PM EDT, 
 wrote:  

Date: Sat, 28 May 2022 08:14:13 -0400
From: Mike Breiding - Morgantown WV 
To: Qgis 
Subject: [Qgis-user] Error export .shp to .gpx
Message-ID: 
Content-Type: text/plain; charset=utf-8; format=flowed

Greetings,
I get the following error when I try to export .shp to .gpx.
I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation 
option..."

Can any help with this?
Thanks,
WV-Mike


"Export to vector file failed.
Error: Creation of field VERSION failed (OGR error: Field of name 
'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS 
creation option to allow use of the  element.)"

-- 
Mike Breiding
www.EpicRoadTrips.us

  ___
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] Error export .shp to .gpx

2022-05-28 Thread Grant Boxer via Qgis-user
Hi Mike,

to export points from a shape file to a gpx file, I use the POI plugin. This
plugin allows you to specify which column you want as the point ID.

Cheers Grant

-Original Message-
From: Qgis-user  On Behalf Of
qgis-user-requ...@lists.osgeo.org
Sent: Sunday, 29 May 2022 3:00 AM
To: qgis-user@lists.osgeo.org
Subject: Qgis-user Digest, Vol 195, Issue 37

Send Qgis-user mailing list submissions to
qgis-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Qgis-user digest..."


Today's Topics:

   1. Error export .shp to .gpx (Mike Breiding - Morgantown WV)
   2. Re: Error export .shp to .gpx (Fernando M. Roxo da Motta)
   3. Re: Error export .shp to .gpx (Mike Breiding - Morgantown WV)


--

Message: 1
Date: Sat, 28 May 2022 08:14:13 -0400
From: Mike Breiding - Morgantown WV 
To: Qgis 
Subject: [Qgis-user] Error export .shp to .gpx
Message-ID: 
Content-Type: text/plain; charset=utf-8; format=flowed

Greetings,
I get the following error when I try to export .shp to .gpx.
I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation
option..."

Can any help with this?
Thanks,
WV-Mike


"Export to vector file failed.
Error: Creation of field VERSION failed (OGR error: Field of name 'VERSION'
is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation option to
allow use of the  element.)"

--
Mike Breiding
www.EpicRoadTrips.us


--

Message: 2
Date: Sat, 28 May 2022 09:56:09 -0300
From: "Fernando M. Roxo da Motta" 
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Error export .shp to .gpx
Message-ID: <20220528095609.4ade6...@cabore.cwbpr.rx>
Content-Type: text/plain; charset=US-ASCII

On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
Qgis-user  wrote:


> Greetings,
> I get the following error when I try to export .shp to .gpx.
> I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation 
> option..."

  See:

 
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-
qgis


> 
> Can any help with this?
> Thanks,
> WV-Mike
> 
> 
> "Export to vector file failed.
> Error: Creation of field VERSION failed (OGR error: Field of name 
> 'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS 
> creation option to allow use of the  element.)"
> 








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO | PX5Q6048   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 


--

Message: 3
Date: Sat, 28 May 2022 12:22:25 -0400
From: Mike Breiding - Morgantown WV 
To: pe...@roxo.org, Qgis 
Subject: Re: [Qgis-user] Error export .shp to .gpx
Message-ID: <95b8f0de-ab63-c966-ef1e-2edb06886...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

On 5/28/2022 8:56 AM, Fernando M. Roxo da Motta wrote:
> On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
> Qgis-user  wrote:
> 
> 
>> Greetings,
>> I get the following error when I try to export .shp to .gpx.
>> I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation
>> option..."

>See:
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-
qgis

Thanks, Fernando.
Did you have a particular solution in mind? There are several listed. I 
am a newbie and all of the solutions mentioned are over my head.

I should have mentioned I am using 3.16.16-Hannover on WIN 7
Thanks,
WV-Mike

>>
>> Can any help with this?
>> Thanks,
>> WV-Mike
>> 
>>
>> "Export to vector file failed.
>> Error: Creation of field VERSION failed (OGR error: Field of name
>> 'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS
>> creation option to allow use of the  element.)"
>>
> 
> 
> 
> 
> 
> 
> 
> 
>Roxo
> 


--

Subject: Digest Footer

___
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


--

End of Qgis-user Digest, Vol 195, Issue 37
**

___
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] Error export .shp to .gpx

2022-05-28 Thread Mike Breiding - Morgantown WV via Qgis-user

On 5/28/2022 8:56 AM, Fernando M. Roxo da Motta wrote:

On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
Qgis-user  wrote:



Greetings,
I get the following error when I try to export .shp to .gpx.
I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation
option..."



See: 
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-qgis


Thanks, Fernando.
Did you have a particular solution in mind? There are several listed. I 
am a newbie and all of the solutions mentioned are over my head.


I should have mentioned I am using 3.16.16-Hannover on WIN 7
Thanks,
WV-Mike



Can any help with this?
Thanks,
WV-Mike


"Export to vector file failed.
Error: Creation of field VERSION failed (OGR error: Field of name
'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS
creation option to allow use of the  element.)"










   Roxo


___
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] Error export .shp to .gpx

2022-05-28 Thread Fernando M. Roxo da Motta via Qgis-user
On Sat, 28 May 2022 08:14:13 -0400, Mike Breiding - Morgantown WV via
Qgis-user  wrote:


> Greetings,
> I get the following error when I try to export .shp to .gpx.
> I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation 
> option..."

  See:

  
https://gis.stackexchange.com/questions/40731/converting-shp-into-gpx-using-qgis


> 
> Can any help with this?
> Thanks,
> WV-Mike
> 
> 
> "Export to vector file failed.
> Error: Creation of field VERSION failed (OGR error: Field of name 
> 'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS 
> creation option to allow use of the  element.)"
> 








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO | PX5Q6048   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 
___
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] Error export .shp to .gpx

2022-05-28 Thread Mike Breiding - Morgantown WV via Qgis-user

Greetings,
I get the following error when I try to export .shp to .gpx.
I do not understand what is meant by "Use GPX_USE_EXTENSIONS creation 
option..."


Can any help with this?
Thanks,
WV-Mike


"Export to vector file failed.
Error: Creation of field VERSION failed (OGR error: Field of name 
'VERSION' is not supported in GPX schema. Use GPX_USE_EXTENSIONS 
creation option to allow use of the  element.)"


--
Mike Breiding
www.EpicRoadTrips.us
___
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] Error message during installation Qgis for user

2022-05-11 Thread Mark Smet via Qgis-user
Good afternoon,

During the installation of Qgis for user this is what I get:

[cid:image001.png@01D8647E.3DFDCDD0]

Can you tell me how I can fix it please?

Thank you in advance.

Friendly regards,

Mark Smet


[cid:image006.png@01D8647E.41C81C40]

[cid:image007.png@01D8647E.41C81C40]


___
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] Error when zooming to xyz tile layer at zoom level 23

2022-04-01 Thread Marcus Grätsch via Qgis-user
Hello,

I also created an issue on Github on following error, maybe someone here has an 
idea how to solve this..

--
We are using XYZ Tiles in PNG Format and zoom levels 10 to 23.
When we zoom in down to 23, we get an error when QGIS should display level 23, 
the error message is pasted in below.
As you see the algorithm tries to pick an image named: "23/0/0.png". 23 is the 
folder name for zoom level. In zoom levels 10 to 22 the following zeros always 
contain higher numbers (according to x y poitions) but here the automatically 
generated name/path seems not to work.
{ "Bytes Received": 258, "Bytes Total": 258, "Cache (control)": "Load from 
cache if available, otherwise load from network", "Cache (save)": "Can store 
result in cache", "Headers": { "Accept": "*/*", "User-Agent": "Mozilla/5.0 
QGIS/32204" }, "ID": "src/providers/wms/qgswmsprovider.cpp:4217 
(QgsWmsTiledImageDownloadHandler)", "Initiator": 
"QgsWmsTiledImageDownloadHandler", "Operation": "GET", "Replies": 1, "Reply": { 
"Cache (result)": "Read from network", "Error": "Error transferring 
URL_DOMAIN_NAME/path/20220311_Gesamtareal/23/0/0.png - server replied: Not 
Found", "Error Code": "203", "Headers": { "Connection": "keep-alive", 
"Content-Length": "258", "Content-Type": "application/xml;charset=utf-8", 
"Date": "Thu, 31 Mar 2022 13:08:31 GMT", "Server": "nginx/1.21.5", 
"X-Frontend": "fes300335" }, "Status": "404" }, "Thread": "0x6140a970", 
"Total time (ms)": 61, "URL": 
"URL_DOMAIN_NAME/path/20220311_Gesamtareal/23/0/0.png" },
--

Thank you for your time,

Marcus



___
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] Error installing ubuntu nightly

2021-12-20 Thread Bernd Vogelgesang

Hi,

in the hope that the nightly build of 3.22.x got an error fixed, I tried
to install it from the repositories.
(https://qgis.org/ubuntu-nightly-release
)

This shows up when trying to start qgis:

/usr/bin/qgis.bin: symbol lookup error: /usr/bin/qgis.bin: undefined
symbol: _ZN14QgsApplication9setLocaleERK7QLocale

Any ideas what this means and how to fix it?

Cheers,

Bernd

___
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] Error make install Qgis

2021-12-13 Thread APM

Hi Andrea,


I changed the files, all is o.k. now.

Is this o.k. as well, to report such errors or will they be fixed anyway?


Kind regards


Piet




Am 13.12.21 um 17:59 schrieb Andrea Giudiceandrea:


APM 
Mon, 
13 Dec 2021 05:05:32 -0800 



Dear List,

I compiled Qgis from github.
If I install the build with make install I got the message:

Installing crssync ... Could not execute: INSERT INTO 
tbl_srs(srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated)VALUES 
(63560, 'GSK-2011 / GSK 3GK zone 
7','tmerc','tmerc','+proj=tmerc+lat_0=0 +lon_0=21 +k=1 +x_0=725 
+y_0=0 +ellps=GSK2011+towgs84=0,0,0,0,0,0,0 +units=m 
+no_defs',520003560,'EPSG','21207',0,0)[UNIQUE constraint failed: 
tbl_srs.srs_id/UNIQUE constraint failed:tbl_srs.srs_id]


Hi Piet,
this issue is similar to the one previously also reported by you some 
months ago.


It seems to me there is again an issue in the source code files 
qgscoordinatereferencesystem.cpp and qgscoordinatereferencesystem_legacy.h


You should be able to fix the issue patching the lines 2357 and 2358 
of src/core/proj/qgscoordinatereferencesystem.cpp


from:

  int nextSrsId = 63560;
  int nextSrId = 520003560;


to:

  int nextSrsId = 63561;
  int nextSrId = 520003561;



and the last lines of src/core/proj/qgscoordinatereferencesystem_legacy.h

from:

  {"OGC:CRS83", "63559,520003559"},
};


to:

  {"OGC:CRS83", "63559,520003559"},
  {"EPSG:20904", "63560,520003560"},
};



Best regards.

Andrea Giudiceandrea___
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] Error make install Qgis

2021-12-13 Thread APM

Dear List,

I compiled Qgis from github.

If I install the build with make install I got the message:

Installing crssync ... Could not execute: INSERT INTO tbl_srs(srs_id, 
description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated) 
VALUES (63560, 'GSK-2011 / GSK 3GK zone 7','tmerc','tmerc','+proj=tmerc 
+lat_0=0 +lon_0=21 +k=1 +x_0=725 +y_0=0 +ellps=GSK2011 
+towgs84=0,0,0,0,0,0,0 +units=m +no_defs',520003560,'EPSG','21207',0,0) 
[UNIQUE constraint failed: tbl_srs.srs_id/UNIQUE constraint failed: 
tbl_srs.srs_id]


Kind regards

Piet

Data:

QGIS-Version



3.20.3-Odense



QGIS-Codeversion



6214761b62 

Qt-Version



5.15.2

Python-Version



3.9.9

GDAL-Version



3.3.3

PROJ-Version



8.2.0

EPSG-Registraturdatenbankversion



v10.038 (2021-10-21)

GEOS-Version



3.10.1-CAPI-1.16.0

SQLite-Version



3.36.0

PostgreSQL-Client-Version



14.1 (Debian 14.1-1)

SpatiaLite-Version



5.0.1

QWT-Version



6.1.4

QScintilla2-Version



2.11.6

BS-Version



Debian GNU/Linux bookworm/sid






Aktive Python-Erweiterungen



batch_gps_importer GpxSegmentImporter processing db_manager MetaSearch
___
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] Error message in v3.22 when adding virtual layer

2021-12-01 Thread Totò Fiandaca
Hello, I confirm the problem.
I reported it here, but perhaps a specific issue is needed
https://github.com/qgis/QGIS/issues/46025#issuecomment-982711868
Greetings

Il giorno mer 1 dic 2021 alle ore 21:35 Tony Shepherd (FarmMaps NZ) <
t...@farmmaps.nz> ha scritto:

> Hi All
>
>
>
> Does anybody know about resolving this error?  Only since upgrade to 3.22.
>
>
>
> Create Layer à Add Virtual Layer
>
>
>
> A message appears “Cannot get virtual layer select dialog from provider.”
>
>
>
>
>
> Cheers
>
> Tony
>
>
>
> *Tony Shepherd*  *|*  GeoSpatial / Mapping Manager
>
> Ph 027 435 6193  *|*  E t...@farmmaps.nz
>
> FarmMaps NZ, 3 Kerwood Place, Gore 9740
>
>
>
> [image: FM_logo1_small (Custom)]
>
>
>
>
>
> 
> 
>
>
> ___
> 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
>


-- 
*Ing. Salvatore Fiandaca*
*mobile*.:+39 327.493.8955
*m*: *pigrecoinfin...@gmail.com *
*C.F*.: FNDSVT71E29Z103G
*P.IVA*: 06597870820
*membro QGIS Italia - http://qgis.it/ *
*socio GFOSS.it - *http://gfoss.it/
*blog:*
* https://pigrecoinfinito.com/  FB: Co-admin
- https://www.facebook.com/qgis.it/ **
 *
*TW:  **https://twitter.com/totofiandaca
*

43°51'0.54"N  10°34'27.62"E - EPSG:4326

“Se la conoscenza deve essere aperta a tutti,
perchè mai limitarne l’accesso?”
R. Stallman

Questo documento, allegati inclusi, contiene informazioni di proprietà di
FIANDACA SALVATORE e deve essere utilizzato esclusivamente dal destinatario
in relazione alle finalità per le quali è stato ricevuto. E' vietata
qualsiasi forma di riproduzione o divulgazione senza l'esplicito consenso
di FIANDACA SALVATORE. Qualora fosse stato ricevuto per errore si prega di
informare tempestivamente il mittente e distruggere la copia in proprio
possesso.
___
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] Error message in v3.22 when adding virtual layer

2021-12-01 Thread Tony Shepherd (FarmMaps NZ)
Hi All

 

Does anybody know about resolving this error?  Only since upgrade to 3.22.

 

Create Layer --> Add Virtual Layer

 

A message appears "Cannot get virtual layer select dialog from provider."

 

 

Cheers

Tony

 

Tony Shepherd  |  GeoSpatial / Mapping Manager

Ph 027 435 6193  |  E   t...@farmmaps.nz

FarmMaps NZ, 3 Kerwood Place, Gore 9740

 



 

 

 
 

 

___
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] ERROR 1: Wrong field type for fid in v.clean

2021-08-26 Thread Nicolas Cadieux

Hi,

I am working on a model and I am adding a fid field to a file using the 
field calculator.  I add an "int" field use the $id expression and all 
is good (fid field is int64). When I pass this file to v.clean (Grass), 
I get *ERROR 1: Wrong field type for fid*.  I can only proceed if I 
delete the previously created fid field. The funny thing is that the 
output from GRASS has a Int64 fid so my input fid should be accepted.  
The field is unique so that is not the problem either.  Same problem 
outside of the model.  Any ideas how to fix this?


Nicolas


--
Nicolas Cadieux
https://gitlab.com/njacadieux

___
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] error on counting inside a map

2021-05-27 Thread Dario C
Hi,
I'm trying to have a legend on my layout and I'd like to count the item
shown in the legend which are inside the map extent.

I'm using this expression but:
case 1) it gives me the total amount of the items (not filtered by map)
case 2) it gives me the total amount of the items shown in the map, but not
filtered by field


case 1:

aggregate( *'LAYERID*','count',"*KEY-FIELD*","*SPECIFIC-FIELD*" is not
null, intersects($geometry,map_get(item_variables('Mappa1'),'map_extent')))

result: 1965 (the same of the total *"SPECIFIC-FIELD" is not null* in the
project (not in the map)


case 2

aggregate( '*LAYERID*','count',"*SPECIFIC-FIELD*" is not null,
intersects($geometry,map_get(item_variables('Mappa1'),'map_extent')))

result: 583 (total amount of the items in the map, but not of that specific
category)


Difference between Case 1 and Case 2 is that case 2 has not "filtered by"
values in the formula.


Thank you for your support.


Cheers
___
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] Error message editing polygon shapefile

2021-05-24 Thread Pat Brown
Hi,
I am busy editing a polygon shapefile. This message appears at the top
of the canvas: "Geometry has been cleared. Use the add part tool to set
geometry for this feature". What does this mean and what am I supposed to
do? I am using the latest version of QGIS on Windows 7 pro.

Thanks,

Paddy
___
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] error when digitizing polygons in a grass database with qgis

2021-03-18 Thread Klaus Mithöfer

Dear all,

Has anyone experience with digitizing polygons in a grass database with 
QGIS?


I try to digitize vector polygons in a grass database in qgis as 
described in the QGIS help.


https://docs.qgis.org/3.16/en/docs/user_manual/grass_integration/grass_integration.html#creating-a-new-grass-vector-layer

It works well with points and lines. But with polygons I am not able to 
capture data. I add a closed boundary and add a centroid. When saving 
the data I get a message that the geometry type is not compatible. When 
I try to build the topology with v.build I get a warning "coor file of 
vector map is larger than it should be”.


Has anyone an idea? Thanks a lot!


Kind regards,

Klaus
___
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] error messages Midvatten plugin

2021-02-01 Thread Alexandre Neto
Ciao Azzurra,

Does the windows username of your student has any special characters?

If not, can you ask your student to create a new profile (options > user
profiles > new) and try to install again? Maybe another plugin is
conflicting.

Those are my only guesses. Otherwise you may need to contact the plugin
developer.

Good luck,

Alexandre Neto
QGIS / PostGIS Support
https://www.qcooperative.net



A segunda, 1/02/2021, 17:44, Azzurra Lentini 
escreveu:

> Hi to all,
> a student of mine is using the Midvatten plugin in the qgis 3.10 and 3.16
> versions.
> The operating system of her computer is:  Windows 10.
> This plugin is not properly functioning in her computer (I never had
> problems in mine or in the other computers in university), do you know
> maybe the motivations and what can I suggest to her?:
> 1) First error message when she opened Qgis after the installation of
> Midvatten
> 2) Second error message after uninstalling Midvatten and downloading again
> Midvatten plugin: a  new error message!
>
>
> *1) Error message when she opened Qgis after the installation of Midvatten*
>
> 2021-02-01T09:38:34 WARNINGTraceback (most recent call last):
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 334, in
> _startPlugin
>   plugins[packageName] = package.classFactory(iface)
>   File
> "C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\__init__.py",
> line 34, in classFactory
>   from .midvatten import Midvatten
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
> _import
>   mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\midvatten.py",
> line 45, in
>   from tsplot import TimeSeriesPlot
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
> _import
>   mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten\tools\tsplot.py",
> line 25, in
>   import matplotlib.pyplot as plt
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
> _import
>   mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\pyplot.py",
> line 34, in
>   from matplotlib import rcsetup, style
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
> _import
>   mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\__init__.py",
> line 1, in
>   from .core import use, context, available, library,
> reload_library
>   File
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
> _import
>   mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
> line 222, in
>   reload_library()
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
> line 221, in reload_library
>   available[:] = library = update_user_library(_base_library)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
> line 167, in update_user_library
>   styles = read_style_directory(stylelib_path)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
> line 188, in read_style_directory
>   use_default_template=False)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
> line 985, in rc_params_from_file
>   config_from_file = _rc_params_in_file(fname, fail_on_error)
>   File
> "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
> line 918, in _rc_params_in_file
>   for line_no, line in enumerate(fd, 1):
>   File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\codecs.py",
> line 322, in decode
>   (result, consumed) = self._buffer_decode(data, self.errors,
> final)
>  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in
> position 18: invalid continuation byte
>
>
>
> * 2) Second error message after uninstalling Midvatten and downloading
> again Midvatten plugin, this   new error message:*
>
> *Couldn't load plugin 'midvatten' due to an error when calling its
> classFactory() method*
>
> *UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in 

[Qgis-user] error messages Midvatten plugin

2021-02-01 Thread Azzurra Lentini
Hi to all,
a student of mine is using the Midvatten plugin in the qgis 3.10 and 3.16
versions.
The operating system of her computer is:  Windows 10.
This plugin is not properly functioning in her computer (I never had
problems in mine or in the other computers in university), do you know
maybe the motivations and what can I suggest to her?:
1) First error message when she opened Qgis after the installation of
Midvatten
2) Second error message after uninstalling Midvatten and downloading again
Midvatten plugin: a  new error message!


*1) Error message when she opened Qgis after the installation of Midvatten*

2021-02-01T09:38:34 WARNINGTraceback (most recent call last):
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 334, in
_startPlugin
  plugins[packageName] = package.classFactory(iface)
  File
"C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\__init__.py",
line 34, in classFactory
  from .midvatten import Midvatten
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\midvatten.py",
line 45, in
  from tsplot import TimeSeriesPlot
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten\tools\tsplot.py",
line 25, in
  import matplotlib.pyplot as plt
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\pyplot.py",
line 34, in
  from matplotlib import rcsetup, style
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\__init__.py",
line 1, in
  from .core import use, context, available, library,
reload_library
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 792, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 222, in
  reload_library()
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 221, in reload_library
  available[:] = library = update_user_library(_base_library)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 167, in update_user_library
  styles = read_style_directory(stylelib_path)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 188, in read_style_directory
  use_default_template=False)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
line 985, in rc_params_from_file
  config_from_file = _rc_params_in_file(fname, fail_on_error)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
line 918, in _rc_params_in_file
  for line_no, line in enumerate(fd, 1):
  File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\codecs.py",
line 322, in decode
  (result, consumed) = self._buffer_decode(data, self.errors,
final)
 UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in
position 18: invalid continuation byte



* 2) Second error message after uninstalling Midvatten and downloading
again Midvatten plugin, this   new error message:*

*Couldn't load plugin 'midvatten' due to an error when calling its
classFactory() method*

*UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 18:
invalid continuation byte *

Traceback (most recent call last):
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
334, in _startPlugin
plugins[packageName] = package.classFactory(iface)
  File
"C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\__init__.py",
line 34, in classFactory
from .midvatten import Midvatten
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File

Re: [Qgis-user] Error: unsupported locale setting

2021-01-13 Thread Richard Duivenvoorde
Hi Yury,

this seems (to me) a typical issue of the plugin itself, so you are probably 
better off to first call the creator of the plugin via:

https://github.com/thangqd/HCMGIS/issues

I see that somebody else already  issued this problem?
https://github.com/thangqd/HCMGIS/issues/12

Please add more information there, to make it easier for the developer(s) to 
see this issue themselves.

if this fails you can probably contact the writer, his github account shows his 
contacts:
https://github.com/thangqd

If that still fails: it seems an easy fix, come back here and ask help from 
other devs.

Regards,

Richard Duivenvoorde




On 1/13/21 7:17 AM, Yury wrote:
> Hello,
> 
> I am not sure when this happened but I am getting this error for the HCMGIS 
> plugin.  I am running QGS 3.10.8 on Windows 7.
> 
> Here is the python message
> 
> 2021-01-13T07:11:05     WARNING    Traceback (most recent call last):
>               File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 334, in 
> _startPlugin
>               plugins[packageName] = package.classFactory(iface)
>               File 
> "C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\__init__.py",
>  line 11, in classFactory
>               from .hcmgis_menu import hcmgis_menu
>               File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 743, in 
> _import
>               mod = _builtin_import(name, globals, locals, fromlist, level)
>               File 
> "C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_menu.py",
>  line 11, in
>               from .hcmgis_dialogs import *
>               File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 743, in 
> _import
>               mod = _builtin_import(name, globals, locals, fromlist, level)
>               File 
> "C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_dialogs.py",
>  line 908, in
>               class hcmgis_microsoft_dialog(hcmgis_dialog, 
> Ui_hcmgis_microsoft_form):
>               File 
> "C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_dialogs.py",
>  line 928, in hcmgis_microsoft_dialog
>               locale.setlocale(locale.LC_ALL, 'en_US')
>               File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\locale.py", line 
> 604, in setlocale
>               return _setlocale(category, locale)
>              locale.Error: unsupported locale setting
> 
> 
> Regards,
> 
> 
> Yury
> 
> 
> ___
> 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] Error: unsupported locale setting

2021-01-12 Thread Yury
Hello,

I am not sure when this happened but I am getting this error for the HCMGIS
plugin.  I am running QGS 3.10.8 on Windows 7.

Here is the python message

2021-01-13T07:11:05 WARNINGTraceback (most recent call last):
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 334, in
_startPlugin
  plugins[packageName] = package.classFactory(iface)
  File
"C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\__init__.py",
line 11, in classFactory
  from .hcmgis_menu import hcmgis_menu
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 743, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_menu.py",
line 11, in
  from .hcmgis_dialogs import *
  File
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 743, in
_import
  mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_dialogs.py",
line 908, in
  class hcmgis_microsoft_dialog(hcmgis_dialog,
Ui_hcmgis_microsoft_form):
  File
"C:/Users/yury/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\HCMGIS\hcmgis_dialogs.py",
line 928, in hcmgis_microsoft_dialog
  locale.setlocale(locale.LC_ALL, 'en_US')
  File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\locale.py",
line 604, in setlocale
  return _setlocale(category, locale)
 locale.Error: unsupported locale setting


Regards,


Yury
___
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] Error of import qgis.core in PyCharme or PyScripter

2020-12-16 Thread Marc Yeranosyan
Re,

I reinstalled qgis to C:\Qgis...  and did all it says in your "url" but
unfortunately the error still persists. He can't find DLLs.

Marc

Le mer. 16 déc. 2020 à 11:00, Marc Yeranosyan  a
écrit :

> Hi Richard,
>
> Thanks for quick reply.
>
> You are right, I forget the python doesn't like spaces. Thanks for url, I
> will try it.
>
> Marc
>
> Le mer. 16 déc. 2020 à 10:50, Richard Duivenvoorde 
> a écrit :
>
>> Hi Marc,
>>
>> Did you use
>> https://qtibia.com/how-to-setup-pycharm-for-qgis-development-under-linux-and-windows/
>> to try out?
>>
>> Another, is it possible that the space(s) in you path's maybe create
>> havoc?
>> In my java-time I always installed everything in 'programs' instead of
>> 'Program Files', just because a lot of command line tools do not like that
>> space...
>>
>> Regards,
>>
>> Richard Duivenvoorde
>>
>> On 12/16/20 10:25 AM, Marc Yeranosyan wrote:
>> > Hi liste,
>> >
>> > I always had a problem with the integration of PyQgis libraries in
>> PyScripter et PyCharme.
>> > My lunch *PyCharme.bat* file to execute is:
>> > @echo off
>> > call "C:\Program Files\QGIS 3.16"\bin\o4w_env.bat
>> > call "C:\Program Files\QGIS 3.16"\apps\grass\grass78\etc\env.bat
>> > @echo off
>> > path %PATH%;C:\Program Files\QGIS 3.16\apps\qgis\bin
>> > path %PATH%;C:\Program Files\QGIS 3.16\apps\grass\grass78\lib
>> > path %PATH%;C:\Program Files\QGIS 3.16\apps\Qt5\bin
>> > path %PATH%;C:\Program Files\QGIS 3.16\apps\Python37\Scripts
>> > set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS 3.16\apps\qgis\python
>> > set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS
>> 3.16\apps\Python37\lib\site-packages
>> > set QGIS_PREFIX_PATH=C:\Program Files\QGIS 3.16\apps\qgis
>> > set PYTHONHOME=C:\Program Files\QGIS 3.16\apps\Python37
>> > set PATH C:\Program Files\JetBrains\PyCharm Community Edition
>> 2020.3\bin;%PATH%
>> > start "PyCharm aware of Quantum GIS" /B "C:\Program
>> Files\JetBrains\PyCharm Community Edition 2020.3\bin\pycharm64.exe"%*
>> >
>> > But I have the same error while calling qgis.core or qgis._core. The
>> image is below.
>> >
>> > /Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64
>> bit (AMD64)] on win32
>> > import qgis
>> > import qgis._core
>> > Traceback (most recent call last):
>> >   File "", line 1, in 
>> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
>> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
>> line 21, in do_import
>> > module = self._system_import(name, *args, **kwargs)
>> > ImportError: DLL load failed: La procédure spécifiée est introuvable.
>> > import qgis.core
>> > Traceback (most recent call last):
>> >   File "", line 1, in 
>> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
>> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
>> line 21, in do_import
>> > module = self._system_import(name, *args, **kwargs)
>> >   File "C:\Program Files\QGIS
>> 3.16\apps\qgis\python\qgis\core\__init__.py", line 25, in 
>> > from qgis._core import *
>> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
>> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
>> line 21, in do_import
>> > module = self._system_import(name, *args, **kwargs)
>> > ImportError: DLL load failed: La procédure spécifiée est introuvable./
>> >
>> > PyCharm et PyScripter has the same results outputs.
>> > Could it be the reason for using *Windows 10 Pro* in place of *Windows
>> Famillie*?
>> > Thank you in advance
>> > Marc
>> >
>> > ___
>> > 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


Re: [Qgis-user] Error of import qgis.core in PyCharme or PyScripter

2020-12-16 Thread Marc Yeranosyan
Hi Richard,

Thanks for quick reply.

You are right, I forget the python doesn't like spaces. Thanks for url, I
will try it.

Marc

Le mer. 16 déc. 2020 à 10:50, Richard Duivenvoorde  a
écrit :

> Hi Marc,
>
> Did you use
> https://qtibia.com/how-to-setup-pycharm-for-qgis-development-under-linux-and-windows/
> to try out?
>
> Another, is it possible that the space(s) in you path's maybe create havoc?
> In my java-time I always installed everything in 'programs' instead of
> 'Program Files', just because a lot of command line tools do not like that
> space...
>
> Regards,
>
> Richard Duivenvoorde
>
> On 12/16/20 10:25 AM, Marc Yeranosyan wrote:
> > Hi liste,
> >
> > I always had a problem with the integration of PyQgis libraries in
> PyScripter et PyCharme.
> > My lunch *PyCharme.bat* file to execute is:
> > @echo off
> > call "C:\Program Files\QGIS 3.16"\bin\o4w_env.bat
> > call "C:\Program Files\QGIS 3.16"\apps\grass\grass78\etc\env.bat
> > @echo off
> > path %PATH%;C:\Program Files\QGIS 3.16\apps\qgis\bin
> > path %PATH%;C:\Program Files\QGIS 3.16\apps\grass\grass78\lib
> > path %PATH%;C:\Program Files\QGIS 3.16\apps\Qt5\bin
> > path %PATH%;C:\Program Files\QGIS 3.16\apps\Python37\Scripts
> > set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS 3.16\apps\qgis\python
> > set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS
> 3.16\apps\Python37\lib\site-packages
> > set QGIS_PREFIX_PATH=C:\Program Files\QGIS 3.16\apps\qgis
> > set PYTHONHOME=C:\Program Files\QGIS 3.16\apps\Python37
> > set PATH C:\Program Files\JetBrains\PyCharm Community Edition
> 2020.3\bin;%PATH%
> > start "PyCharm aware of Quantum GIS" /B "C:\Program
> Files\JetBrains\PyCharm Community Edition 2020.3\bin\pycharm64.exe"%*
> >
> > But I have the same error while calling qgis.core or qgis._core. The
> image is below.
> >
> > /Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64
> bit (AMD64)] on win32
> > import qgis
> > import qgis._core
> > Traceback (most recent call last):
> >   File "", line 1, in 
> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
> line 21, in do_import
> > module = self._system_import(name, *args, **kwargs)
> > ImportError: DLL load failed: La procédure spécifiée est introuvable.
> > import qgis.core
> > Traceback (most recent call last):
> >   File "", line 1, in 
> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
> line 21, in do_import
> > module = self._system_import(name, *args, **kwargs)
> >   File "C:\Program Files\QGIS
> 3.16\apps\qgis\python\qgis\core\__init__.py", line 25, in 
> > from qgis._core import *
> >   File "C:\Program Files\JetBrains\PyCharm Community Edition
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
> line 21, in do_import
> > module = self._system_import(name, *args, **kwargs)
> > ImportError: DLL load failed: La procédure spécifiée est introuvable./
> >
> > PyCharm et PyScripter has the same results outputs.
> > Could it be the reason for using *Windows 10 Pro* in place of *Windows
> Famillie*?
> > Thank you in advance
> > Marc
> >
> > ___
> > 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


Re: [Qgis-user] Error of import qgis.core in PyCharme or PyScripter

2020-12-16 Thread Richard Duivenvoorde
Hi Marc,

Did you use 
https://qtibia.com/how-to-setup-pycharm-for-qgis-development-under-linux-and-windows/
 to try out?

Another, is it possible that the space(s) in you path's maybe create havoc?
In my java-time I always installed everything in 'programs' instead of 'Program 
Files', just because a lot of command line tools do not like that space...

Regards,

Richard Duivenvoorde

On 12/16/20 10:25 AM, Marc Yeranosyan wrote:
> Hi liste,
> 
> I always had a problem with the integration of PyQgis libraries in PyScripter 
> et PyCharme.
> My lunch *PyCharme.bat* file to execute is:
> @echo off
> call "C:\Program Files\QGIS 3.16"\bin\o4w_env.bat
> call "C:\Program Files\QGIS 3.16"\apps\grass\grass78\etc\env.bat
> @echo off
> path %PATH%;C:\Program Files\QGIS 3.16\apps\qgis\bin
> path %PATH%;C:\Program Files\QGIS 3.16\apps\grass\grass78\lib
> path %PATH%;C:\Program Files\QGIS 3.16\apps\Qt5\bin
> path %PATH%;C:\Program Files\QGIS 3.16\apps\Python37\Scripts
> set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS 3.16\apps\qgis\python
> set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS 
> 3.16\apps\Python37\lib\site-packages
> set QGIS_PREFIX_PATH=C:\Program Files\QGIS 3.16\apps\qgis
> set PYTHONHOME=C:\Program Files\QGIS 3.16\apps\Python37
> set PATH C:\Program Files\JetBrains\PyCharm Community Edition 
> 2020.3\bin;%PATH%
> start "PyCharm aware of Quantum GIS" /B "C:\Program Files\JetBrains\PyCharm 
> Community Edition 2020.3\bin\pycharm64.exe"%*
> 
> But I have the same error while calling qgis.core or qgis._core. The image is 
> below.
> 
> /Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit 
> (AMD64)] on win32
> import qgis
> import qgis._core
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\Program Files\JetBrains\PyCharm Community Edition 
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", 
> line 21, in do_import
>     module = self._system_import(name, *args, **kwargs)
> ImportError: DLL load failed: La procédure spécifiée est introuvable.
> import qgis.core
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\Program Files\JetBrains\PyCharm Community Edition 
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", 
> line 21, in do_import
>     module = self._system_import(name, *args, **kwargs)
>   File "C:\Program Files\QGIS 3.16\apps\qgis\python\qgis\core\__init__.py", 
> line 25, in 
>     from qgis._core import *
>   File "C:\Program Files\JetBrains\PyCharm Community Edition 
> 2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", 
> line 21, in do_import
>     module = self._system_import(name, *args, **kwargs)
> ImportError: DLL load failed: La procédure spécifiée est introuvable./
> 
> PyCharm et PyScripter has the same results outputs.
> Could it be the reason for using *Windows 10 Pro* in place of *Windows 
> Famillie*?
> Thank you in advance
> Marc
> 
> ___
> 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] Error of import qgis.core in PyCharme or PyScripter

2020-12-16 Thread Marc Yeranosyan
Hi liste,

I always had a problem with the integration of PyQgis libraries in
PyScripter et PyCharme.
My lunch *PyCharme.bat* file to execute is:
@echo off
call "C:\Program Files\QGIS 3.16"\bin\o4w_env.bat
call "C:\Program Files\QGIS 3.16"\apps\grass\grass78\etc\env.bat
@echo off
path %PATH%;C:\Program Files\QGIS 3.16\apps\qgis\bin
path %PATH%;C:\Program Files\QGIS 3.16\apps\grass\grass78\lib
path %PATH%;C:\Program Files\QGIS 3.16\apps\Qt5\bin
path %PATH%;C:\Program Files\QGIS 3.16\apps\Python37\Scripts
set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS 3.16\apps\qgis\python
set PYTHONPATH=%PYTHONPATH%;C:\Program Files\QGIS
3.16\apps\Python37\lib\site-packages
set QGIS_PREFIX_PATH=C:\Program Files\QGIS 3.16\apps\qgis
set PYTHONHOME=C:\Program Files\QGIS 3.16\apps\Python37
set PATH C:\Program Files\JetBrains\PyCharm Community Edition
2020.3\bin;%PATH%
start "PyCharm aware of Quantum GIS" /B "C:\Program Files\JetBrains\PyCharm
Community Edition 2020.3\bin\pycharm64.exe"%*

But I have the same error while calling qgis.core or qgis._core. The image
is below.


















*Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit
(AMD64)] on win32import qgisimport qgis._coreTraceback (most recent call
last):  File "", line 1, in   File "C:\Program
Files\JetBrains\PyCharm Community Edition
2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
line 21, in do_importmodule = self._system_import(name, *args,
**kwargs)ImportError: DLL load failed: La procédure spécifiée est
introuvable.import qgis.coreTraceback (most recent call last):  File
"", line 1, in   File "C:\Program Files\JetBrains\PyCharm
Community Edition
2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
line 21, in do_importmodule = self._system_import(name, *args,
**kwargs)  File "C:\Program Files\QGIS
3.16\apps\qgis\python\qgis\core\__init__.py", line 25, in from
qgis._core import *  File "C:\Program Files\JetBrains\PyCharm Community
Edition
2020.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py",
line 21, in do_importmodule = self._system_import(name, *args,
**kwargs)ImportError: DLL load failed: La procédure spécifiée est
introuvable.*

PyCharm et PyScripter has the same results outputs.
Could it be the reason for using *Windows 10 Pro* in place of *Windows
Famillie*?
Thank you in advance
Marc
___
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] ERROR COLLING QGIS.CORE IN PYSCRIPTER

2020-12-11 Thread Richard Duivenvoorde
Normally you use one of the bat files to set all appropriate paths for python?

Like in the osgeo4w dir there is (with me):
- python-qgis-dev.bat
- python-qgis-ltr.bat
- python-qgis.bat

Only the first one is failing with me. The others 'just work'?

Must be something with python packaging?

@devs: could this be gdal related?
(/me not knowing what he is doing but if I throw _core.py on depends.exe I 
see no gdal in the list of dll's... ??
Note that the same ("import qgis.core") IS working in qgis-dev itself...

Regards,

Richard Duivenvoorde


On 12/11/20 1:14 PM, Marc Yeranosyan wrote:
> Hello liste,
> 
> I have a problem with colling qgis.core in Python interpreter.
> Colling qgis is OK, but qgis.core not working.
> image.png
> OSGEO4W64 (QGIS 3.16) installed on C:\OSGEO4W64 directorie. 
> My system PATH:
> image.png
> PYTHONHOME: C:\OSGeo4W64\apps\Python37
> PYTHONPATH: 
> image.png
> Is there anything that I missed to add ?
> Thanks you
> 
> ___
> 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] ERROR COLLING QGIS.CORE IN PYSCRIPTER

2020-12-11 Thread Marc Yeranosyan
Hello liste,

I have a problem with colling qgis.core in Python interpreter.
Colling qgis is OK, but qgis.core not working.
[image: image.png]
OSGEO4W64 (QGIS 3.16) installed on C:\OSGEO4W64 directorie.
My system PATH:
[image: image.png]
PYTHONHOME: C:\OSGeo4W64\apps\Python37
PYTHONPATH:
[image: image.png]
Is there anything that I missed to add ?
Thanks you
___
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] Error using r.report with batch process

2020-10-31 Thread nagyrobi_r
 Hei!

Could you send an image with the error? and how you are filling out the fields

robert
 On Saturday, October 31, 2020, 03:11:31 PM GMT+1, Igor Oliveira Ribeiro 
 wrote:  
 
 QGIS version 3.10.11-A Coruña (standalone-installer) for Windows 10I'm running 
QGis 3.10.11 Desktop with GRASS 7.8.4.So, I have a list of rasters that I would 
like to do r.report (GRASS) for each one of them. I'm trying to run r.report 
with a batch process, but the following error is occurring:
Message:  

2020-10-31T09:52:36     WARNING    Python error : An error has occurred while 
executing Python code: See message log (Python Error) for more details.
2020-10-31T09:52:36     WARNING    Wrong or missing parameter value: Raster 
layer(s) to report on (row 1)
2020-10-31T09:52:36     WARNING    Wrong or missing parameter value: Raster 
layer(s) to report on (row 2) -- 
Python Error

2020-10-31T09:52:36     WARNING    Traceback (most recent call last):
              File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py",
 line 209, in widgetValue
              return self.value()
              File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py",
 line 806, in value
              return self.widget.value()
             AttributeError: 'BatchInputSelectionPanel' object has no attribute 
'value'

I reinstall QGis, but it's still not working.Could you help me?
Thanks a lot
See our last paper: Impact of biomass burning on a metropolitan area in the 
Amazon during the 2015 El Niño: The enhancement of carbon monoxide and 
levoglucosan concentrations. https://doi.org/10.1016/j.envpol.2020.114029
Atenciosamente.Best regards.
Igor Oliveira RibeiroPost-Doc on 
Regional Climate Change, Vulnerability, Impacts and Adaptation - IPCC/UEA
Doutor em Clima e Ambiente (Geociências)Engenheiro Florestal - CREA 
PR-150100/DPrograma de Pós-graduação Clima e Ambiente - CLIAMB
Instituto Nacional de Pesquisas da Amazônia - INPAUniversidade do Estado do 
Amazonas - 
UEA---Visite:
 https://www.geoescrita.com.br/


___
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

Re: [Qgis-user] Error using r.report with batch process

2020-10-31 Thread Andrea Giudiceandrea
Igor Oliveira Ribeiro wrote
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py",
> line 806, in value*
> *  return self.widget.value()** AttributeError:
> 'BatchInputSelectionPanel' object has no attribute 'value'*

Hi Igor,
try to modify line 806 in wrappers.py from

return self.widget.value()

to:

return self.widget.getValue()


Regards.

Andrea





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Error using r.report with batch process

2020-10-31 Thread Igor Oliveira Ribeiro
Thanks!
The solution was:

*try to modify line 806 in wrappers.py from*

*return self.widget.value()*

*to:*

*return self.widget.getValue()  *


On Sat, Oct 31, 2020 at 12:23 PM Andrea Giudiceandrea 
wrote:

> Igor Oliveira Ribeiro wrote
> >
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py",
> > line 806, in value*
> > *  return self.widget.value()** AttributeError:
> > 'BatchInputSelectionPanel' object has no attribute 'value'*
>
> Hi Igor,
> try to modify line 806 in wrappers.py from
>
> return self.widget.value()
>
> to:
>
> return self.widget.getValue()
>
>
> Regards.
>
> Andrea
>
>
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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



-- 
*See our last paper: **Impact of biomass burning on a metropolitan area in
the Amazon during the 2015 El Niño: The enhancement of carbon monoxide and
levoglucosan concentrations. https://doi.org/10.1016/j.envpol.2020.114029
*

Atenciosamente.
Best regards.

*Igor Oliveira Ribeiro*
**
Post-Doc on Regional Climate Change, Vulnerability, Impacts and Adaptation
 - IPCC/UEA
Doutor em Clima e Ambiente (Geociências)
Engenheiro Florestal - CREA PR-150100/D
Programa de Pós-graduação Clima e Ambiente - CLIAMB
Instituto Nacional de Pesquisas da Amazônia - INPA
Universidade do Estado do Amazonas - UEA
---
*Visite: **https://www.geoescrita.com.br/ *

___
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] error message when clipping raster

2020-10-30 Thread Charles Dixon-Paver
You should be able to get more information on the error by using the log
messages as indicated by the error message. To open the log messages use
View >> Panels >> Log Messages.

The output there should help in determining the cause of the issue. Also,
you mention you don't have this issue, but are you using the same operating
system etc?

The raster extraction tool is a GDAL operation (afaik), so you should be
able to use the command generated from the command line as well.

On Fri, 30 Oct 2020 at 11:24, Azzurra Lentini 
wrote:

> Dear all, I am giving a class of Qgis (MSc in earth science) and one of my
> students had this problem when she tried to clip a raster file.
> I don't have this problem with the same file and using the same command
> and Qgis version.
> She must clip a raster .tif file.
> We are using Qgis 3.10.3 version and from the menu bar we are using
> RASTER>EXTRACTION>CLIP RASTER BY EXTENT
>
> The message that Qgis gave is:
>
> The following layers were not correctly
> generated.C:/Users/pc/Documents/Es1VetereG/Elaboration/Bacino_Idrog/Layout_BacIdroChio_Raster_Clip.tifYou
> can check the 'Log Messages Panel' in QGIS main window to find more
> information about the execution of the algorithm.
>
>
>
> Thank you for any suggestion!
>
>
> Azzurra
>
>
>
> --
> Lecturer GIS University "Roma Tre"
> Consultant Environmental Risk Prevention and Hydrogeology
> AZZURRA LENTINI
> ++
> Italy Mobile Tel.: **(39) 338 24 40 676
> ++
> SKYPE azzurrahydro
> ++
>
> *azzurralent...@gmail.com *
>
> *azzurra.lent...@uniroma3.it  *
> ++
> *Par respect pour l'environnement,*
>
> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>
>
>
>
>
> ___
> 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] error message when clipping raster

2020-10-30 Thread Azzurra Lentini
Dear all, I am giving a class of Qgis (MSc in earth science) and one of my
students had this problem when she tried to clip a raster file.
I don't have this problem with the same file and using the same command and
Qgis version.
She must clip a raster .tif file.
We are using Qgis 3.10.3 version and from the menu bar we are using
RASTER>EXTRACTION>CLIP RASTER BY EXTENT

The message that Qgis gave is:

The following layers were not correctly
generated.C:/Users/pc/Documents/Es1VetereG/Elaboration/Bacino_Idrog/Layout_BacIdroChio_Raster_Clip.tifYou
can check the 'Log Messages Panel' in QGIS main window to find more
information about the execution of the algorithm.



Thank you for any suggestion!


Azzurra



-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-29 Thread Alejandro Chamizo de Castro
Thank you very much Victor,

and sorry for write in spanish 



[image: Mailtrack]

Remitente
notificado con
Mailtrack

29/10/20
12:42:17

El jue., 29 oct. 2020 a las 12:21, Bo Victor Thomsen (<
bo.victor.thom...@gmail.com>) escribió:

> Not Spanish speaking, so I'll reply in English...
>
> The error happens if your "qgis.ini" file in:  *%appdata%*
> \QGIS\QGIS3\profiles\*default\*QGIS contains path references to non -
> existing paths under the section [processing]:
>
> (*%appdata%* : userdata path reference,* default* : Name of QGIS profile)
>
> Snip from QGIS.ini
>
> [Processing]
> .
> .
> Configuration\OUTPUTS_FOLDER=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\outputs
> .
> .
> Configuration\MODELS_FOLDER=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\models
> Configuration\SCRIPTS_FOLDERS=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\scripts
> .
>
> End snip...
>
> *If* any of the above path references *doesn't* exist of your pc - you'll
> get the error
>
> Remove the offending lines, and the references will be set to default
> values (and the error will disappear)
>
>
> Den 28-10-2020 kl. 13:50 skrev Alejandro Chamizo de Castro:
>
>
> Hola,
>
> cada vez que inicio QGIS se me salta una ventana con el siguiente error:
>
>
> IndexError: list index out of range
>
> Traceback (most recent call last):
>   File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py",
>  line 110, in loadAlgorithms
> folder = ScriptUtils.resetScriptFolder(folder)
>   File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py",
>  line 114, in resetScriptFolder
> commonSettingPath = os.path.join(paths[appIndex], paths[profileIndex])
> IndexError: list index out of range
>
>
> ¿Sabéis a qué se debe?
>
> Saludos y gracias
>
> --
> Alejandro Chamizo de Castro
> +34 653681823
> www.gisland.es
>
> [image: Mailtrack]
> 
>  Remitente
> notificado con
> Mailtrack
> 
>  28/10/20
> 13:50:21
>
> ___
> Qgis-user mailing listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Med venlig hilsen / Kind regards
>
> Bo Victor Thomsen
>
> ___
> 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



-- 
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es
___
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] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-29 Thread Bo Victor Thomsen

Not Spanish speaking, so I'll reply in English...

The error happens if your "qgis.ini" file in: 
/%appdata%/\QGIS\QGIS3\profiles\/default\/QGIS contains path references 
to non - existing paths under the section [processing]:


(/%appdata%/ : userdata path reference,/default/ : Name of QGIS profile)

Snip from QGIS.ini

[Processing]
.
.
Configuration\OUTPUTS_FOLDER=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\outputs

.
.
Configuration\MODELS_FOLDER=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\models
Configuration\SCRIPTS_FOLDERS=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\scripts

.

End snip...

*If* any of the above path references *doesn't* exist of your pc - 
you'll get the error


Remove the offending lines, and the references will be set to default 
values (and the error will disappear)



Den 28-10-2020 kl. 13:50 skrev Alejandro Chamizo de Castro:



Hola,

cada vez que inicio QGIS se me salta una ventana con el siguiente error:


IndexError: list index out of range

Traceback (most recent call last):   File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py", 
line 110, in loadAlgorithms     folder = 
ScriptUtils.resetScriptFolder(folder)   File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py", 
line 114, in resetScriptFolder     commonSettingPath = 
os.path.join(paths[appIndex], paths[profileIndex]) IndexError: list 
index out of range


¿Sabéis a qué se debe?

Saludos y gracias

--
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es 

Mailtrack 
 
	Remitente notificado con
Mailtrack 
 
28/10/20 13:50:21 	



___
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


--
Med venlig hilsen / Kind regards

Bo Victor Thomsen

___
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] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-28 Thread Alejandro Chamizo de Castro
Hola,

cada vez que inicio QGIS se me salta una ventana con el siguiente error:


IndexError: list index out of range

Traceback (most recent call last):
  File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py",
line 110, in loadAlgorithms
folder = ScriptUtils.resetScriptFolder(folder)
  File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py",
line 114, in resetScriptFolder
commonSettingPath = os.path.join(paths[appIndex], paths[profileIndex])
IndexError: list index out of range


¿Sabéis a qué se debe?

Saludos y gracias

-- 
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es

[image: Mailtrack]

Remitente
notificado con
Mailtrack

28/10/20
13:50:21
___
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] error running GDAL fill nodata with smoothing

2020-06-21 Thread J Harvey
I am getting an error running GDAL fill nodata with smoothing. Without
smoothing it runs fine, with the smoothing option on, it fails with a
'segmentation core dump'. Running QGIS 3.12 Compiled against GDAL/OGR
2.4.2.   It appears to be the same as this error, but I haven't found a
fix or workaround listed. https://github.com/OSGeo/gdal/issues/1184
Does anyone know if there is a way to get this working on Gdal 2.4.2
in QGIS?  Thanks
___
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] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-29 Thread chris hermansen
Marie and list;

On Fri, May 29, 2020 at 7:09 AM Marie Anna Baovola 
wrote:

> Thank you for replying,
>
> In fact, I can install the PostgreSQL/PostGIS, but I couldn't install
> QGIS. I have those error while executing the "sudo apt-get install qgis
> qgis-plugin-grass":
>
> ***
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages were automatically installed and are no longer
> required:
>   liblwgeom-2.4-0 libprotobuf-c1
> Use 'sudo apt autoremove' to remove them.
> The following additional packages will be installed:
>   gdal-bin gdal-data grass-core libcfitsio5 libgdal26 libgeotiff5
> libjs-leaflet liblaszip8 libpdal-base9 libpdal-plugin-faux
>   libpdal-plugin-icebridge libpdal-plugin-pgpointcloud
> libpdal-plugin-python libpdal-plugin-sqlite libpdal-plugins libpdal-util9
> libqca-qt5-2
>   libqca-qt5-2-plugins libqgis-3d3.10.5 libqgis-analysis3.10.5
> libqgis-app3.10.5 libqgis-core3.10.5 libqgis-customwidgets libqgis-gui3.10.5
>   libqgis-native3.10.5 libqgis-server3.10.5 libqgisgrass7-3.10.5
> libqgispython3.10.5 libqt53danimation5 libqt53dcore5 libqt53dextras5
>   libqt53dinput5 libqt53dlogic5 libqt53dquickscene2d5 libqt53drender5
> libqt5concurrent5 libqt5designercomponents5 libqt5keychain1
>   libqt5quickwidgets5 libqt5serialport5 libqwt-qt5-6 libspatialindex4v5
> libsqlite3-mod-spatialite python3-future python3-gdal python3-owslib
>   python3-plotly python3-pyproj python3-pyqt5.qsci python3-pyqt5.qtsql
> python3-qgis python3-qgis-common qgis-common qgis-plugin-grass-common
>   qgis-provider-grass qgis-providers qgis-providers-common
> qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin
>   qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt5-assistant
> qttools5-dev-tools
> Suggested packages:
>   libgdal-grass grass-dev grass-gui e00compr avce00 gpsbabel gpstrans
> python3-rpy2 python3-termcolor geotiff-bin libgeotiff-epsg
>   python-future-doc owslib-doc ipython3 python3-pandas python3-scipy
> otb-qgis saga qt5-doc
>
> *The following packages will be REMOVED:  libgdal20 postgis
> postgresql-10-postgis-2.4 postgresql-9.5-postgis-2.4 python-gdal*
> The following NEW packages will be installed:
>   grass-core libcfitsio5 libgdal26 libgeotiff5 libjs-leaflet liblaszip8
> libpdal-base9 libpdal-plugin-faux libpdal-plugin-icebridge
>   libpdal-plugin-pgpointcloud libpdal-plugin-python libpdal-plugin-sqlite
> libpdal-plugins libpdal-util9 libqca-qt5-2 libqca-qt5-2-plugins
>   libqgis-3d3.10.5 libqgis-analysis3.10.5 libqgis-app3.10.5
> libqgis-core3.10.5 libqgis-customwidgets libqgis-gui3.10.5
> libqgis-native3.10.5
>   libqgis-server3.10.5 libqgisgrass7-3.10.5 libqgispython3.10.5
> libqt53danimation5 libqt53dcore5 libqt53dextras5 libqt53dinput5
> libqt53dlogic5
>   libqt53dquickscene2d5 libqt53drender5 libqt5concurrent5
> libqt5designercomponents5 libqt5keychain1 libqt5quickwidgets5
> libqt5serialport5
>   libqwt-qt5-6 libspatialindex4v5 libsqlite3-mod-spatialite python3-future
> python3-gdal python3-owslib python3-plotly python3-pyproj
>   python3-pyqt5.qsci python3-pyqt5.qtsql python3-qgis python3-qgis-common
> qgis qgis-common qgis-plugin-grass qgis-plugin-grass-common
>   qgis-provider-grass qgis-providers qgis-providers-common
> qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin
>   qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt5-assistant
> qttools5-dev-tools
> The following packages will be upgraded:
>   gdal-bin gdal-data
> 2 upgraded, 63 newly installed, 5 to remove and 456 not upgraded.
> Need to get 120 MB of archives.
> After this operation, 372 MB of additional disk space will be used.
> Do you want to continue? [Y/n]
>

There aren't any error messages presented in the output above.

When I log into an Ubuntu 18.04 server that I use, I see the version of
QGIS provided with the system is 2.18.17 and the version of PostGIS is
2.4.3.

Your apt output shows that you're trying to install QGIS version 3.10.5,
which tells us that you have added a new non-Ubuntu repository that
contains that newer version.

The message about removing libgdal20 postgis postgresql-10-postgis-2.4
postgresql-9.5-postgis-2.4 python-gdal tells us that the QGIS version you
are trying to install is not compatible with those versions of libgdal,
postgis etc.

Therefore I think you need to find a repository or set of repositories that
contains the version of QGIS that you want (3.10.5 I guess) and the other
necessary software libgdal, postgis, etc.

Look here: https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

You may need both https://qgis.org/ubuntu/ and
https://qgis.org/ubuntugis-ltr or possibly just the latter.


>
> I use Ubuntu 18.04. I have GDAL 2.4.2, released 2019/06/28.
>
> I've already tried all of the existed repository but no effect.
>
> Thank you for your advice.
>
> Best regards,
>
> Baovola
>
> On Sat, May 9, 2020 at 4:16 PM chris hermansen 
> wrote:
>
>> Marie Anne and list,
>>
>> On Fri, May 

Re: [Qgis-user] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-29 Thread Marie Anna Baovola
Thank you for replying,

In fact, I can install the PostgreSQL/PostGIS, but I couldn't install QGIS.
I have those error while executing the "sudo apt-get install qgis qgis-
plugin-grass":

***
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  liblwgeom-2.4-0 libprotobuf-c1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gdal-bin gdal-data grass-core libcfitsio5 libgdal26 libgeotiff5
libjs-leaflet liblaszip8 libpdal-base9 libpdal-plugin-faux
  libpdal-plugin-icebridge libpdal-plugin-pgpointcloud
libpdal-plugin-python libpdal-plugin-sqlite libpdal-plugins libpdal-util9
libqca-qt5-2
  libqca-qt5-2-plugins libqgis-3d3.10.5 libqgis-analysis3.10.5
libqgis-app3.10.5 libqgis-core3.10.5 libqgis-customwidgets libqgis-gui3.10.5
  libqgis-native3.10.5 libqgis-server3.10.5 libqgisgrass7-3.10.5
libqgispython3.10.5 libqt53danimation5 libqt53dcore5 libqt53dextras5
  libqt53dinput5 libqt53dlogic5 libqt53dquickscene2d5 libqt53drender5
libqt5concurrent5 libqt5designercomponents5 libqt5keychain1
  libqt5quickwidgets5 libqt5serialport5 libqwt-qt5-6 libspatialindex4v5
libsqlite3-mod-spatialite python3-future python3-gdal python3-owslib
  python3-plotly python3-pyproj python3-pyqt5.qsci python3-pyqt5.qtsql
python3-qgis python3-qgis-common qgis-common qgis-plugin-grass-common
  qgis-provider-grass qgis-providers qgis-providers-common
qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin
  qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt5-assistant
qttools5-dev-tools
Suggested packages:
  libgdal-grass grass-dev grass-gui e00compr avce00 gpsbabel gpstrans
python3-rpy2 python3-termcolor geotiff-bin libgeotiff-epsg
  python-future-doc owslib-doc ipython3 python3-pandas python3-scipy
otb-qgis saga qt5-doc

*The following packages will be REMOVED:  libgdal20 postgis
postgresql-10-postgis-2.4 postgresql-9.5-postgis-2.4 python-gdal*
The following NEW packages will be installed:
  grass-core libcfitsio5 libgdal26 libgeotiff5 libjs-leaflet liblaszip8
libpdal-base9 libpdal-plugin-faux libpdal-plugin-icebridge
  libpdal-plugin-pgpointcloud libpdal-plugin-python libpdal-plugin-sqlite
libpdal-plugins libpdal-util9 libqca-qt5-2 libqca-qt5-2-plugins
  libqgis-3d3.10.5 libqgis-analysis3.10.5 libqgis-app3.10.5
libqgis-core3.10.5 libqgis-customwidgets libqgis-gui3.10.5
libqgis-native3.10.5
  libqgis-server3.10.5 libqgisgrass7-3.10.5 libqgispython3.10.5
libqt53danimation5 libqt53dcore5 libqt53dextras5 libqt53dinput5
libqt53dlogic5
  libqt53dquickscene2d5 libqt53drender5 libqt5concurrent5
libqt5designercomponents5 libqt5keychain1 libqt5quickwidgets5
libqt5serialport5
  libqwt-qt5-6 libspatialindex4v5 libsqlite3-mod-spatialite python3-future
python3-gdal python3-owslib python3-plotly python3-pyproj
  python3-pyqt5.qsci python3-pyqt5.qtsql python3-qgis python3-qgis-common
qgis qgis-common qgis-plugin-grass qgis-plugin-grass-common
  qgis-provider-grass qgis-providers qgis-providers-common
qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin
  qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt5-assistant
qttools5-dev-tools
The following packages will be upgraded:
  gdal-bin gdal-data
2 upgraded, 63 newly installed, 5 to remove and 456 not upgraded.
Need to get 120 MB of archives.
After this operation, 372 MB of additional disk space will be used.
Do you want to continue? [Y/n]



I use Ubuntu 18.04. I have GDAL 2.4.2, released 2019/06/28.

I've already tried all of the existed repository but no effect.

Thank you for your advice.

Best regards,

Baovola

On Sat, May 9, 2020 at 4:16 PM chris hermansen 
wrote:

> Marie Anne and list,
>
> On Fri, May 8, 2020, 23:53 Marie Anna Baovola 
> wrote:
>
>> Hello everyone,
>>
>> Anyone could help me how to fix my error in my object, please?
>> I have installed the QGIS 3.10 and it seems that my PostgreSQL is
>> upgraded into 10.12. I use Ubuntu 18.04 bionic.
>>
>> I cannot reinstall the extension Postgis.
>>
>
>
> How did you install QGIS and PostgreSQL? With apt?
>
> You should be able to use the same tool to install postgis. For example
> something like
>
> sudo apt install postgis
>
> at the command line.
>
> If you used some other system tool to install QGIS and PostgreSQL, like
> synaptic, you can also use that to install postgis.
>
> Chris
>


-- 
BAOVOLA Marie Anna
___
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] Error for new download 3.12.3

2020-05-20 Thread j.m
The installer downloaded and started to run OK, but then the website responded 
with the following error. 
The requested URL 
/pub/osgeo/download/qgis/windows/QGIS-OSGeo4W-3.12.3-2-Setup-x86_64.exe was not 
found on this server.

Apache Server at ftp.osuosl.org Port 443
Jake

-Original Message-
From: Qgis-user On Behalf Of Phil Wyatt
Sent: Wednesday, May 20, 2020 20:53
To: 'Grant Boxer' ; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Error for new download 3.12.3

It may just be a numbering issue (unless there was a quick hotfix)

https://ftp.osuosl.org/pub/osgeo/download/qgis/windows/

3.12.3-1 is there but the link points to 3.12.3-2

-Original Message-
From: Qgis-user  On Behalf Of Grant Boxer
Sent: Thursday, 21 May 2020 10:09 AM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Error for new download 3.12.3

The link for version 3.12.3 download is not working. Tried it last night and 
this morning.

Regards Grant Boxer

___
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 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] Error for new download 3.12.3

2020-05-20 Thread Phil Wyatt
It may just be a numbering issue (unless there was a quick hotfix)

https://ftp.osuosl.org/pub/osgeo/download/qgis/windows/

3.12.3-1 is there but the link points to 3.12.3-2

-Original Message-
From: Qgis-user  On Behalf Of Grant Boxer
Sent: Thursday, 21 May 2020 10:09 AM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Error for new download 3.12.3

The link for version 3.12.3 download is not working. Tried it last night and 
this morning.

Regards Grant Boxer

___
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] Error for new download 3.12.3

2020-05-20 Thread Grant Boxer
The link for version 3.12.3 download is not working. Tried it last night 
and this morning.


Regards Grant Boxer

___
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] error

2020-05-14 Thread Mike Flannigan


I don't know.

That issue has been around a while:
https://issues.qgis.org/issues/18477


Mike


On 5/12/20 2:00 PM, qgis-user-requ...@lists.osgeo.org wrote:

Hi,

I got this message. Will I lose my data? How to fix this?


*Unable to save auxiliary storage ('Cannot open C:/Users/Home
PC/AppData/Local/Temp/QGIS3-HgQbgj/ent granice.qgd for input')*


Thank you all,

/Amila


___
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] error "Cannot zoom to selectet feature(s): No extent could be determined.""

2020-05-13 Thread DelazJ
Hi,
Another option: In the layer's properties --> Source tab, could you press
"update extents" and/or "create spatial index"?
If nothing changed, probably reload the layer to see..

Regards,
Harrissou

Le mer. 13 mai 2020 à 15:57, Nicolas Cadieux 
a écrit :

> Hi,
>
> Looks like the .shp (the geometries) no longer matches with the .dbf file
> (the data).  That file could be corrupted.  Did you manipulate the layer in
> an other software like ArcGIS, AutoCAD or  Mapinfo?  Did you delete
> objects?  Different programs have dif ways of erasing objects in shapefiles
> and that can lead to errors of this sort.  I would also check your hard
> drive for other errors?   This could be a simple HD error or the beginning
> of the end of a hard drive. You can look at the drive SMART status also.
>
> My first reaction would be to try exporting the file in an other format or
> with another name and see what happens.
>
> Nicolas Cadieux
> Ça va bien aller!
>
> > Le 13 mai 2020 à 06:43, Simon Niederbacher 
> a écrit :
> >
> > Hello,
> >
> > I have a problem with my shape layers (type: line). I have a layer with
> > aprox. 500 line features. Since few days a thrid of those are not
> displayed
> > anymore on the map, but are still existing in the attribute table. When I
> > select one of those features and click on "zoom map to the selected
> rows", I
> > get the error "Cannot zoom to selectet feature(s): No extent could be
> > determined.
> >
> > Does somebody have an idea what could be wrong with those line features?
> >
> > Thank you a lot in advance.
> >
> > regards
> > Simon
> >
> >
> >
> > --
> > Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> > ___
> > 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 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] error "Cannot zoom to selectet feature(s): No extent could be determined.""

2020-05-13 Thread Nicolas Cadieux
Hi,

Looks like the .shp (the geometries) no longer matches with the .dbf file (the 
data).  That file could be corrupted.  Did you manipulate the layer in an other 
software like ArcGIS, AutoCAD or  Mapinfo?  Did you delete objects?  Different 
programs have dif ways of erasing objects in shapefiles and that can lead to 
errors of this sort.  I would also check your hard drive for other errors?   
This could be a simple HD error or the beginning of the end of a hard drive. 
You can look at the drive SMART status also. 

My first reaction would be to try exporting the file in an other format or with 
another name and see what happens.

Nicolas Cadieux
Ça va bien aller!

> Le 13 mai 2020 à 06:43, Simon Niederbacher  a 
> écrit :
> 
> Hello,
> 
> I have a problem with my shape layers (type: line). I have a layer with
> aprox. 500 line features. Since few days a thrid of those are not displayed
> anymore on the map, but are still existing in the attribute table. When I
> select one of those features and click on "zoom map to the selected rows", I
> get the error "Cannot zoom to selectet feature(s): No extent could be
> determined. 
> 
> Does somebody have an idea what could be wrong with those line features?
> 
> Thank you a lot in advance.
> 
> regards 
> Simon
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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] error "Cannot zoom to selectet feature(s): No extent could be determined.""

2020-05-13 Thread Simon Niederbacher
Hello,

I have a problem with my shape layers (type: line). I have a layer with
aprox. 500 line features. Since few days a thrid of those are not displayed
anymore on the map, but are still existing in the attribute table. When I
select one of those features and click on "zoom map to the selected rows", I
get the error "Cannot zoom to selectet feature(s): No extent could be
determined. 

Does somebody have an idea what could be wrong with those line features?

Thank you a lot in advance.

regards 
Simon



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] error

2020-05-12 Thread Nicolas Cadieux
Hi,
I am not sure what you are trying to do.  This is some Info on the file that 
could be empty.

https://docs.qgis.org/latest/en/docs/docs/user_manual/appendices/qgis_file_formats.html

If you are trying to save the project, try a path that has no spaces like in 
“home pc”.   Look in here, you might find some help.

https://issues.qgis.org/issues/18477

Nicolas Cadieux
Ça va bien aller!

> Le 12 mai 2020 à 04:37, Amila Bajic  a écrit :
> 
> 
> Hi,
> 
> I got this message. Will I lose my data? How to fix this? 
> 
> 
> Unable to save auxiliary storage ('Cannot open C:/Users/Home 
> PC/AppData/Local/Temp/QGIS3-HgQbgj/ent granice.qgd for input')
> 
> 
> Thank you all, 
> /Amila
> ___
> 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] error

2020-05-12 Thread Amila Bajic
Hi,


I got this message. Will I lose my data? How to fix this?



*Unable to save auxiliary storage ('Cannot open C:/Users/Home
PC/AppData/Local/Temp/QGIS3-HgQbgj/ent granice.qgd for input')*



Thank you all,

/Amila
___
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] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-09 Thread Neil B
I find it odd that installing QGIS 3.10 would force an upgrade on
Postgresql to version 10.12. What version of Postgresql were you running
before? If it was a minor version of 10 before and it is still 10, then
that's trival. If it was previously a 9.X version then I wonder how your
data got migrated from the 9.X version to the 10 version automatically.

I'm guessing that the dependencies of gdal, proj, et cetera being brought
in for QGIS 3.10 probably forced an upgrade of the postgis version that's
causing the problem. The following steps are all run from the command line
as root. (Preface the command with sudo if required.)

Find out what versions of postgis for Postresql 10 are available/installed:
 apt list --all-versions | grep postgresql-10-postgis
The versions that are installed will have [installed]
or [installed,automatic] at the end. The entries for postgis-2.4 shouldn't
have anything at the end.

If you want to just fix the missing packages, then run
 apt install postgresql-10-postgis-2.4 postgresql-10-postgis-2.4-scripts
This should resolve your immediate problem and you can stop here.

Based on the earlier command, if postgis 2.5 shows up as being installed
and you want to upgrade to that version, there are several steps that need
to be done. The previous step of installing the postgis-2.4 packages still
needs to be done and you should have both the 2.4 and 2.5 packages
installed.

The extensions in Postgresql need to be upgraded and the following commands
only need to be done in the database(s) where the postgis extension has
been installed. All commands shown are run from the command line and using
psql to connect. Also assuming postgis was initially installed within
Postgresql using extensions.

Connect to the Postgresql cluster and the necessary database as the user
postgres.
The following command will provide a list of installed extensions.
 mydb=# \dx
If postgis does not show up in the list, stop. Make sure you're connected
to the correct database if you have multiple databases on that cluster. If
postgis shows up (and should say 2.4.X for the version) in the list then
proceed.
 mydb=# alter extension postgis update;
And run the following to update existing or get additional extensions
associated with that version of postgis.
 mydb=# select postgis_extensions_upgrade();
Repeat the above procedure for each database within the cluster that has
postgis extensions installed. Upgrading one database does not upgrade all
of the databases.

If everything was successful in the above steps, the postgis 2.4 packages
can be removed from the OS. Only do this if you have upgraded all databases
using postgis 2.4 to a newer version. Running as root from the command line:
 apt remove postgresql-10-postgis-2.4 postgresql-10-postgis-2.4-scripts

Not specific to this question but adding the following as thoughts for
longer term planning to anyone still using older versions of Postgresql and
Postgis.

It is best to upgrade from postgis version 2.4 or lower to either version
2.5 or version 3.0 sooner than later especially if you are planning a major
version upgrade of Postgresql. My experience is that you require
the scripts for the version of the postgis extension installed to actually
upgrade the extension within Postgresql to a newer version. Newer versions
(11 and 12) of Postgresql do not have packages in the repository for
postgis 2.4 which may cause problems if trying to update/upgrade the
postgis extensions post database upgrade.

Just an FYI Postgresql 9.5 and 9.6 will both have their final releases next
year. If you have no hard dependencies on the version of Postresql, and are
planning an upgrade, I would suggest going to Postgresql version 12 with
Postgis version 3. Postgresql 12's final release date is set for 14 Nov
2024 which will give you a few years of stability.

On Sat, May 9, 2020 at 12:53 AM Marie Anna Baovola 
wrote:

> Hello everyone,
>
> Anyone could help me how to fix my error in my object, please?
> I have installed the QGIS 3.10 and it seems that my PostgreSQL is upgraded
> into 10.12. I use Ubuntu 18.04 bionic.
>
> I cannot reinstall the extension Postgis.
>
> Thank you in advance for your help.
>
> Best regards,
>
>
> --
> BAOVOLA Marie Anna
>
>
> ___
> 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

Re: [Qgis-user] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-09 Thread Jorge Gustavo Rocha
Hi,

Can you please tell us which repositories are you using? Check "apt
policy" for qgis/postgis related packages. The very first http address
on the output is the repository you are using.

Try something like:

apt policy postgresql

apt policy postgresql-10-postgis-2.5

apt policy qgis

Maybe you are mixing repositories.

Regards,

Jorge

On 09/05/20 07:53, Marie Anna Baovola wrote:
> Hello everyone,
>
> Anyone could help me how to fix my error in my object, please?
> I have installed the QGIS 3.10 and it seems that my PostgreSQL is
> upgraded into 10.12. I use Ubuntu 18.04 bionic.
>
> I cannot reinstall the extension Postgis.
>
> Thank you in advance for your help.
>
> Best regards,
>
>
> -- 
> BAOVOLA Marie Anna
>
>
>
> ___
> 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
-- 
Email Signature
Logo  
*Geomaster*
*Jorge Gustavo Rocha* | Software Engineer
*e:*j...@geomaster.pt | *m:*+351 910 333 888
*g:*41.54094,-8.40490 | *v: *510 906 109
*a: * Rua António Cândido Pinto, 67, 4715-400 Braga

___
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] Error: ERROR: could not access file "$libdir/postgis-2.4": No such file or directory - After installing QGIS 3.10 LTR

2020-05-09 Thread Marie Anna Baovola
Hello everyone,

Anyone could help me how to fix my error in my object, please?
I have installed the QGIS 3.10 and it seems that my PostgreSQL is upgraded
into 10.12. I use Ubuntu 18.04 bionic.

I cannot reinstall the extension Postgis.

Thank you in advance for your help.

Best regards,


-- 
BAOVOLA Marie Anna
___
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] Error in Zonal statistic ?

2020-05-07 Thread Lene Fischer
Ahh that might explain the situation. It just 44 pixels – and with the very 
long decimal – they are for sure all different.
I might shorten the decimals.
Thanks


Lene Fischer
From: Pedro Venâncio 
Sent: 7. maj 2020 12:07
To: Lene Fischer 
Cc: qgis-user 
Subject: Re: [Qgis-user] Error in Zonal statistic ?

Hi Lene,

Can you share a sample dataset?

I think it can be possible if the pixels have all different values, and so, 
Zonal Statistics choose the minimum value as minority and majority, but it 
could choose any other value, because any pixel value can be considered the 
less and most represented, as they are all different.

Best regards,
Pedro Venâncio

A quinta, 7/05/2020, 09:34, Lene Fischer 
mailto:l...@ign.ku.dk>> escreveu:
Hi
I´m trying to calculate values in multi spectral images.
When I use Zonal statistic I get the same result for _min, _minority and 
_majority
Example:


fid

_count

_mean

_median

_min

_max

_minority

_majority



57

44

0.06883086238733747

0.06847017258405685

0.062062818557024

0.07621321827173233

0.062062818557024

0.062062818557024


Can you confirm this error – then I´ll make a bugreport ☺

Regards


Lene Fischer
Associate Professor

University of Copenhagen
Department of Geosciences and Natural Resource Management
Forest and Landscape College
Nødebovej 77a
3480 Fredensborg

MOB +45 40115084
l...@ign.ku.dk<mailto:l...@ign.ku.dk>


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org<mailto:Qgis-user@lists.osgeo.org>
List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fqgis-user=02%7C01%7Clfi%40ign.ku.dk%7C4d648a4d5bba431aef6008d7f26e7603%7Ca3927f91cda14696af898c9f1ceffa91%7C0%7C0%7C637244428555705753=PKGdWKLvkbONJ6p7DLkWKj4UoOJsBHHc52dCZk%2FT%2BnY%3D=0>
Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fqgis-user=02%7C01%7Clfi%40ign.ku.dk%7C4d648a4d5bba431aef6008d7f26e7603%7Ca3927f91cda14696af898c9f1ceffa91%7C0%7C0%7C637244428555705753=PKGdWKLvkbONJ6p7DLkWKj4UoOJsBHHc52dCZk%2FT%2BnY%3D=0>
___
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] Error in Zonal statistic ?

2020-05-07 Thread Pedro Venâncio
Hi Lene,

Can you share a sample dataset?

I think it can be possible if the pixels have all different values, and so,
Zonal Statistics choose the minimum value as minority and majority, but it
could choose any other value, because any pixel value can be considered the
less and most represented, as they are all different.

Best regards,
Pedro Venâncio

A quinta, 7/05/2020, 09:34, Lene Fischer  escreveu:

> Hi
>
> I´m trying to calculate values in multi spectral images.
>
> When I use Zonal statistic I get the same result for _min, _minority and
> _majority
>
> Example:
>
>
>
> fid
>
> _count
>
> _mean
>
> _median
>
> _min
>
> _max
>
> _minority
>
> _majority
>
>
>
> 57
>
> 44
>
> 0.06883086238733747
>
> 0.06847017258405685
>
> 0.062062818557024
>
> 0.07621321827173233
>
> 0.062062818557024
>
> 0.062062818557024
>
>
>
> Can you confirm this error – then I´ll make a bugreport J
>
>
>
> Regards
>
>
>
>
>
> *Lene Fischer*
>
> Associate Professor
>
>
>
> *University of Copenhagen*
>
> Department of Geosciences and Natural Resource Management
>
> Forest and Landscape College
>
> Nødebovej 77a
>
> 3480 Fredensborg
>
>
>
> MOB +45 40115084
>
> l...@ign.ku.dk
>
>
>
>
> ___
> 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] Error in Zonal statistic ?

2020-05-07 Thread Lene Fischer
Hi
I´m trying to calculate values in multi spectral images.
When I use Zonal statistic I get the same result for _min, _minority and 
_majority
Example:


fid

_count

_mean

_median

_min

_max

_minority

_majority



57

44

0.06883086238733747

0.06847017258405685

0.062062818557024

0.07621321827173233

0.062062818557024

0.062062818557024


Can you confirm this error - then I´ll make a bugreport :)

Regards


Lene Fischer
Associate Professor

University of Copenhagen
Department of Geosciences and Natural Resource Management
Forest and Landscape College
Nødebovej 77a
3480 Fredensborg

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


___
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] Error of "Cannot Use Project Transform..."

2020-02-12 Thread Nyall Dawson
On Thu, 13 Feb 2020 at 12:16, Michael Treglia  wrote:
>
> Hi All,
>
> Using QGIS 3.10.2 on Windows x64, installed via OSGeo4w.
>
> When opening a .qgz file with data in ESRI code 102008 and the project in 
> EPSG 4326, I get a warning - "Cannot use project transform between 
> ESRI:102008 and Unknown CRS"
>
> Upon clicking the Details button, a window pops up - "Project Transformation 
> Not Available", with the full text pasted at the end of the email. There is 
> also a link to download and button to install the "Grid Shift File"
>
> I wanted to check if there was a big change from 3.4 to 3.10 that deprecates 
> certain types of transformations or something, that now requires these grid 
> shift files to specifically be installed. I know there have been some major 
> broader changes with gdal and such, but this issue does not happen with 
> version 3.4.15.  As much as anything, I'm just thinking about what might come 
> up in future workflows, as 3.10 becomes the LTR.

In this case, the original user who created the project has specified
that for that project, the NA83SCRS.GSB must be used when transforming
between ESRI:102008 and EPSG:4326. You've then opened that project on
a system which doesn't have this grid shift file installed, so you get
the warning to advise you that things won't be showing/calculating as
the original project creator intended.

This particular file is available from the archive at
https://download.osgeo.org/proj/proj-datumgrid-north-america-latest.zip

Nyall

>
> Thanks so much for any insights, and for your time. Best regards,
> Mike
>
>
> Full message from Project Transformations Not Available Box:
>
> This project specifies a preset transform between ESRI:102008 - 
> North_America_Albers_Equal_Area_Conic and Unknown CRS: 
> GEOGCRS["unknown",DATUM["unknown",ELLIPSOID["WGS 8…, which is not available 
> for use on the system.
>
> This transformation requires the grid file “NA83SCRS.GSB”, which is not 
> available for use on the system.
>
> The operation specified for use in the project is:
>
> +proj=pipeline +step +inv +proj=aea +lat_0=40 +lon_0=-96 +lat_1=20 +lat_2=60 
> +x_0=0 +y_0=0 +ellps=GRS80 +step +inv +proj=hgridshift +grids=NA83SCRS.GSB 
> +step +proj=aea +lat_0=40 +lon_0=-96 +lat_1=20 +lat_2=60 +x_0=0 +y_0=0 
> +ellps=GRS80
>
> ___
> 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] Error of "Cannot Use Project Transform..."

2020-02-12 Thread Michael Treglia
Hi All,

Using QGIS 3.10.2 on Windows x64, installed via OSGeo4w.

When opening a .qgz file with data in ESRI code 102008 and the project in
EPSG 4326, I get a warning - "Cannot use project transform between
ESRI:102008 and Unknown CRS"

Upon clicking the Details button, a window pops up - "Project
Transformation Not Available", with the full text pasted at the end of the
email. There is also a link to download and button to install the "Grid
Shift File"

I wanted to check if there was a big change from 3.4 to 3.10 that
deprecates certain types of transformations or something, that now requires
these grid shift files to specifically be installed. I know there have been
some major broader changes with gdal and such, but this issue does not
happen with version 3.4.15.  As much as anything, I'm just thinking about
what might come up in future workflows, as 3.10 becomes the LTR.

Thanks so much for any insights, and for your time. Best regards,
Mike


Full message from Project Transformations Not Available Box:

This project specifies a preset transform between ESRI:102008 -
North_America_Albers_Equal_Area_Conic and Unknown CRS:
GEOGCRS["unknown",DATUM["unknown",ELLIPSOID["WGS 8…, which is not available
for use on the system.

   - This transformation requires the grid file “NA83SCRS.GSB”, which is
   not available for use on the system.

The operation specified for use in the project is:

+proj=pipeline +step +inv +proj=aea +lat_0=40 +lon_0=-96 +lat_1=20
+lat_2=60 +x_0=0 +y_0=0 +ellps=GRS80 +step +inv +proj=hgridshift
+grids=NA83SCRS.GSB +step +proj=aea +lat_0=40 +lon_0=-96 +lat_1=20
+lat_2=60 +x_0=0 +y_0=0 +ellps=GRS80
___
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] error loading tiff layer

2020-02-03 Thread Gabriel De Luca
El vie., 31 de ene. de 2020 a la(s) 08:10, Humberto Nel Florez Ramos (
hnflorezra...@gmail.com) escribió:

> regards.
> I could not load a layer in tiff format. The error that qgis shows is:
>
> "No transform is available between Unknown CRS: ENGCRS [" PCS Name =
> unnamed ", EDATUM [" "], CS [Cartesia ... and Unknown CRS: GEOGCRS ["
> unknown ", DATUM [" unknown ", ELLIPSOID [" WGS 8 ... .
> No coordinate operations are available between these two reference systems
> ".
>
> The file has a reference system, which is magna-sirgas from Bogota (3116),
> I have tried the magna-sirgas (3116) project, and wgs84 (4326) showing the
> same error.
>
>
Humberto,

ENGCRS is a WKT2 Engineering CRS keyword. So the file seems to be a GeoTIFF
with a Engineering CRS.

While EPSG:3116 Magna SIRGAS is a projected CRS.

Engineering (or Topocentric) CRS may be converted to a Geocentric CRS as
described in the Section 2.2.2 of the Geomatics Guidance Note 7, part 2
Coordinate Conversions & Transformations including Formulas [1].

I think that QGIS doesn't have support for this kind of CRS, but I think
that PROJ does. So maybe you can find a pipeline string for the conversion
from the Engineering CRS to the Projected CRS with projinfo, and then
transform the GeoTIFF file with gdalwarp program (-ct parameter for the
pipeline string).

Once you have the GeoTIFF file reprojected to SIRGAS, you will have no
problem loading it into QGIS.

If you want to copy the WKT2 string, we can try to find the pipeline string
to convert it to EPSG:3116.


Kind Regards.
Gabriel


[1] Page 99 of http://www.epsg.org/Portals/0/373-07-02.pdf
___
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] error loading tiff layer

2020-02-03 Thread Richard McDonnell
Hi,
You can gave a raster using the correct coordinates (extents) but not with the 
CRS assigned.
Could I suggest you utilise gdal_edit ( 
https://gdal.org/programs/gdal_edit.html ) and assign the CRS EPSG:3116 to the 
raster and try again?
You can perform this within QGIS using the Processing tools just search for 
“edit” and select Assign Projection just select the valid CRS from the list and 
run it.
Hope this helps,

Regards,

Richard.



——
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

——
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
——
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

——
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: https://www.opw.ie/en/disclaimer/
From: Qgis-user  On Behalf Of Humberto Nel 
Florez Ramos
Sent: 03 February 2020 11:12
To: kirk 
Cc: Qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] error loading tiff layer

Thanks for the reply, but the file has all the information necessary to be 
loaded correctly.
The file comes from arcgis, I have tried to load it with gvsig 2.5, SNAP 
desktop 6.0 and everything seems to indicate that they are not able to read the 
projection information correctly.
i keep trying


El vie., 31 ene. 2020 a las 8:01, kirk 
(mailto:k...@nortekresources.com>>) escribió:
The file may not be a geotiff and therefore require a seco d file in the 
directory in which it resides. A .twf or .aux file with the same name as your 
tiff file.


Sent from my Samsung Galaxy smartphone.

 Original message 
From: Humberto Nel Florez Ramos 
mailto:hnflorezra...@gmail.com>>
Date: 2020-01-31 7:10 AM (GMT-04:00)
To: Qgis-user@lists.osgeo.org<mailto:Qgis-user@lists.osgeo.org>
Subject: [Qgis-user] error loading tiff layer

regards.
I could not load a layer in tiff format. The error that qgis shows is:

"No transform is available between Unknown CRS: ENGCRS [" PCS Name = unnamed ", 
EDATUM [" "], CS [Cartesia ... and Unknown CRS: GEOGCRS [" unknown ", DATUM [" 
unknown ", ELLIPSOID [" WGS 8 ... .
No coordinate operations are available between these two reference systems ".

The file has a reference system, which is magna-sirgas from Bogota (3116), I 
have tried the magna-sirgas (3116) project, and wgs84 (4326) showing the same 
error.
The version of qgis is 3.10.2-A Coruña.
thank you very much for the help and I remain attentive



--
Humberto NFR


--
Humberto NFR
___
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] error loading tiff layer

2020-02-03 Thread Humberto Nel Florez Ramos
 Thanks for the reply, but the file has all the information necessary to be
loaded correctly.
The file comes from arcgis, I have tried to load it with gvsig 2.5, SNAP
desktop 6.0 and everything seems to indicate that they are not able to read
the projection information correctly.

i keep trying


El vie., 31 ene. 2020 a las 8:01, kirk ()
escribió:

> The file may not be a geotiff and therefore require a seco d file in the
> directory in which it resides. A .twf or .aux file with the same name as
> your tiff file.
>
>
> Sent from my Samsung Galaxy smartphone.
>
>  Original message 
> From: Humberto Nel Florez Ramos 
> Date: 2020-01-31 7:10 AM (GMT-04:00)
> To: Qgis-user@lists.osgeo.org
> Subject: [Qgis-user] error loading tiff layer
>
> regards.
> I could not load a layer in tiff format. The error that qgis shows is:
>
> "No transform is available between Unknown CRS: ENGCRS [" PCS Name =
> unnamed ", EDATUM [" "], CS [Cartesia ... and Unknown CRS: GEOGCRS ["
> unknown ", DATUM [" unknown ", ELLIPSOID [" WGS 8 ... .
> No coordinate operations are available between these two reference systems
> ".
>
> The file has a reference system, which is magna-sirgas from Bogota (3116),
> I have tried the magna-sirgas (3116) project, and wgs84 (4326) showing the
> same error.
> The version of qgis is 3.10.2-A Coruña.
> thank you very much for the help and I remain attentive
>
> [image: imagen.png]
>
>
> --
> Humberto NFR
>


-- 
Humberto NFR
___
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] error loading tiff layer

2020-01-31 Thread kirk
The file may not be a geotiff and therefore require a seco d file in the 
directory in which it resides. A .twf or .aux file with the same name as your 
tiff file.Sent from my Samsung Galaxy smartphone.
 Original message From: Humberto Nel Florez Ramos 
 Date: 2020-01-31  7:10 AM  (GMT-04:00) To: 
Qgis-user@lists.osgeo.org Subject: [Qgis-user] error loading tiff layer 
regards.I could not load a layer in tiff format. The error that qgis shows 
is:"No transform is available between Unknown CRS: ENGCRS [" PCS Name = unnamed 
", EDATUM [" "], CS [Cartesia ... and Unknown CRS: GEOGCRS [" unknown ", DATUM 
[" unknown ", ELLIPSOID [" WGS 8 ... .No coordinate operations are available 
between these two reference systems ".The file has a reference system, which is 
magna-sirgas from Bogota (3116), I have tried the magna-sirgas (3116) project, 
and wgs84 (4326) showing the same error.The version of qgis is 3.10.2-A 
Coruña.thank you very much for the help and I remain attentive

-- Humberto NFR
___
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] error loading tiff layer

2020-01-31 Thread Humberto Nel Florez Ramos
 regards.
I could not load a layer in tiff format. The error that qgis shows is:

"No transform is available between Unknown CRS: ENGCRS [" PCS Name =
unnamed ", EDATUM [" "], CS [Cartesia ... and Unknown CRS: GEOGCRS ["
unknown ", DATUM [" unknown ", ELLIPSOID [" WGS 8 ... .
No coordinate operations are available between these two reference systems
".

The file has a reference system, which is magna-sirgas from Bogota (3116),
I have tried the magna-sirgas (3116) project, and wgs84 (4326) showing the
same error.
The version of qgis is 3.10.2-A Coruña.
thank you very much for the help and I remain attentive

[image: imagen.png]


-- 
Humberto NFR
___
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] Error starting up QGIS 3.10.2

2020-01-28 Thread Reginald
Hi,

Today I downloaded and installed QGIS 3.10.2 (64bit) on windows 7.
After installing QGIS 3.10.2 I installed Visual Studio Code. The
installation informed me that visual studio code was added to the path.
When starting up QGIS 3.10.2 I got a message saying that something was
missing in qgis.core dll and that I had to look into a env file to correct
this. I opened the file but I couldn't see what was wrong.
So I uninstalled QGIS 3.10.2 thinking that Visual Studio Code had screwed
somewhere the PATH variable.
I reinstalled QGIS 3.10.2 (64bit) thinking that this would correct a path
issue, but to no avail: same problem. 
Finally I reinstalled QGIS 3.10.1 and there was no problem starting up.
Is the installer broken for windows 7?
Anybody has more information about this startup issue?

Regards,



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Error while installing QGIS 3.10

2020-01-05 Thread Nicolas Cadieux
Hi,
You will have more help if you tell us what installer you are using (OSGeo4w vs 
standalone) 32 vs 64bit, and what version of Windows (or other OS) you are 
using.  What errors messages are you getting?

The next steps would be to try the other installer, turn off antivirus 
software, reboot the OS, make sure you don’t have pending updates for the OS.

Nicolas Cadieux

> Le 5 janv. 2020 à 08:32, Shreyash Jadhav  a 
> écrit :
> 
> 
> I have installed qgis 3.10, but could not find the desktop shortcut files and 
> also many of the files are missing. I have tried to reinstall the program but 
> nothing worked. PLease respond to this email.
> ___
> 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] Error while installing QGIS 3.10

2020-01-05 Thread Shreyash Jadhav
I have installed qgis 3.10, but could not find the desktop shortcut files
and also many of the files are missing. I have tried to reinstall the
program but nothing worked. PLease respond to this email.
___
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] Error after saving my script

2020-01-04 Thread Håvard Tveite
Hi Giacomo,

The error message indicates that you have removed (or masked
away) the "name()" function when modifying the scipt.

If you would like to get more help, you will need to show
us your script.

Håvard

On 01.01.2020 18:19, Giacomo Fontanelli wrote:
> Dear forum
> 
> 
> I slightly modified the processing-script called RandomPointsPolygons.py 
> to make my own script and I copied it in
> 
> /home/giacomo/.local/share/QGIS/QGIS3/profiles/default/processing/scripts.
> 
> 
> but when I launch QGIS 3.10 I get this error
> 
> 
> NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must 
> be overridden
> 
> Traceback (most recent call last):
> 
> File "/usr/share/qgis/python/plugins/processing/script/ScriptUtils.py", 
> line 68, in loadAlgorithm
> 
> alg = algfactory.instances.pop().createInstance()
> 
> IndexError: pop from empty list
> 
> 
> During handling of the above exception, another exception occurred:
> 
> 
> NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must 
> be overridden
> 
> 
> 
> Versione Python: 3.7.3 (default, Oct 7 2019, 12:56:13) [GCC 8.3.0]
> 
> Versione di QGIS: 3.10.1-A Coruña A Coruña, ef24c526da
> 
> 
> Percorso Python:
> 
> /usr/share/qgis/python
> 
> /home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python
> 
> /home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python/plugins
> 
> /usr/share/qgis/python/plugins
> 
> /usr/lib/x86_64-linux-gnu/otb/python
> 
> /usr/lib/python37.zip
> 
> /usr/lib/python3.7
> 
> /usr/lib/python3.7/lib-dynload
> 
> /usr/local/lib/python3.7/dist-packages
> 
> /usr/lib/python3/dist-packages
> 
> /home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python
> 
> /usr/lib/python3/dist-packages/IPython/extensions
> 
> 
> Any help please?
> 
___
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] Error after saving my script

2020-01-01 Thread Giacomo Fontanelli
Dear forum


I slightly modified the processing-script called RandomPointsPolygons.py to
make my own script and I copied it in

/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/processing/scripts.


but when I launch QGIS 3.10 I get this error


NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must be
overridden

Traceback (most recent call last):

File "/usr/share/qgis/python/plugins/processing/script/ScriptUtils.py",
line 68, in loadAlgorithm

alg = algfactory.instances.pop().createInstance()

IndexError: pop from empty list


During handling of the above exception, another exception occurred:


NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must be
overridden



Versione Python: 3.7.3 (default, Oct 7 2019, 12:56:13) [GCC 8.3.0]

Versione di QGIS: 3.10.1-A Coruña A Coruña, ef24c526da


Percorso Python:

/usr/share/qgis/python

/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python

/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python/plugins

/usr/share/qgis/python/plugins

/usr/lib/x86_64-linux-gnu/otb/python

/usr/lib/python37.zip

/usr/lib/python3.7

/usr/lib/python3.7/lib-dynload

/usr/local/lib/python3.7/dist-packages

/usr/lib/python3/dist-packages

/home/giacomo/.local/share/QGIS/QGIS3/profiles/default/python

/usr/lib/python3/dist-packages/IPython/extensions


Any help please?
___
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] error running processing algorithm in Python action

2019-11-01 Thread McDonaldR
Hi List

I have a Python action that executes some SQL on selected features.  It works 
perfectly in my QGIS project.  If someone else opens the QGIS project they get 
an error from the action.  We both have the same connection to the database 
with the same name and with the same permissions on the tables.

Error on line 12 of script:
Traceback (most recent call last):
  File "", line 12, in
  File 
"C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\tools\general.py",
 line 105, in run
return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, 
context)
  File 
"C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\core\Processing.py",
 line 183, in runAlgorithm
raise QgsProcessingException(msg)
_core.QgsProcessingException: There were errors executing the algorithm.
Python version:
3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]

QGIS version:
3.4.5-Madeira 'Madeira', 89ee6f6e23

Python script. Line 12 is the processing.run() :

from qgis.PyQt import QtWidgets
from qgis.core import Qgis
from qgis.utils import iface
import processing

layer = 
QgsProject.instance().mapLayer('boq_locations_d3e2b1bd_e1fc_4ca8_83f2_e0bb738d2146')
if layer.selectedFeatureCount():
ids = layer.selectedFeatureIds()
for id in ids:
sql_query = "TRUNCATE parks.boc_task_to_add;"
print(sql_query)
processing.run("qgis:postgisexecutesql", 
{'DATABASE':editor@postgiswork', 'SQL':sql_query})
sql_query = "INSERT INTO parks.boc_task_to_add (task_no, task_desc, 
task_unit, task_freq) SELECT t.task_no::numeric, t.task_desc, t.task_unit, 
t.task_freq FROM parks.boc_tasks t, parks.boq_locations s WHERE t.task_ref = 
s.task_ref AND s.gid = " + str(id)
print(sql_query)
processing.run("qgis:postgisexecutesql", {'DATABASE':'editor 
@postgiswork', 'SQL':sql_query})
iface.messageBar().pushMessage("Done!", "Copied tasks for feature: " + 
str(id), level=Qgis.Info, duration=1)
else:
iface.messageBar().pushMessage("Hey!", " Please select a polygon to copy 
tasks from first.", level=Qgis.Warning, duration=5)

Any idea why the action will work on my machine but not on someone else's QGIS? 
 The only difference between machines is QGIS versions 3.4.4, 3.4.5 and 3.4.12.

Thanks

Ross



Ross McDonald | Geo-evangelist | Angus Council, Digital Enablement and IT | 
Angus House, Orchardbank Business Park, Sylvie Way, Forfar DD8 1AT | t: 01307 
49 22 39


This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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] error midvatten: spatiallite file

2019-06-13 Thread Azzurra Lentini

Hallo to all,
using midvatten with Qgis 2.18 when I try (with my computer mac) to  
create a spatialite it gives me this error message:


An error has occurred while executing Python code: operational error:  
no such function: spatialite_version


Do you know what can I do?

Thanks Azzurra



___
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] Error message

2019-06-07 Thread Hugo Dominguez
Why do I keep seeing this error and how to fix it?

[image: image.png]
___
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] error message in 3.4.5

2019-05-21 Thread Boaz Bar Ilan
hi

 I installed 3.4.5 and I get error message

during the first startup this program is the python package reportable
installed this may require that you run qgis with asministarative rights

how to treat that error ?
thanks
boaz
___
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] Error in the attribute table when you use "dropdown menus (cascade)" in forms

2019-05-15 Thread Rafa García Castillo
Hi to all,

I´m using QGIS v3.6 under Windows 10. I have set up several forms using
"dropdown menus (cascade)" for filling up some fields y several layers.
This "dropdown menus (cascade)" mean that each of this menus read their
values from a table with this possible values (domains), using the "value
relation" from QGIS forms set up section. And because it´s in cascade
(using the "current_value()" function), once you select on value in the
first of this dropdown menu, the values showed in the next one is filtered
from the total values that could come from the domain table. And go on for
the rest od these dropdown menus.

Everything works well in the form, but if you look at the attribute table,
the filters in cascade done in the form set up using the "current_value()"
function doesn´t work well, so you are presented values in these fields
that are not correct.
I would like one of these two possible options:
  A) The data in the attribute table is not influenced for the
configuration done in the form section. So you would so the "raw data"
  B) The data in the attribute table shows the same behavior that in the
form, so the filters in cascade would works well.

One of these two options would be ok, but know the data shown in the
attribute table when you have set up "dropdown menus (cascade)" in the form
is incorrect.

Thanks in advance

Rafa
___
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] Error saving/exporting data with many attributes

2019-05-14 Thread Stefan Keller
Can't you delete such attributes with same (lower case) name - and
their contents - before making the layer permanent / exporting it?

:Stefan

Am Di., 12. März 2019 um 16:36 Uhr schrieb :
>
> Thanks for the info Patrick. I totally agree this is unwise, but the OSM 
> (OpenStreetMap) dataset I am working with unfortunately comes with some of 
> these (unwisely chosen) attribute tags :-(
>
> So indeed inconsistency in how that 's handled is annoying. In defence of 
> QGIS programmers, I think it's because the different import/export formats 
> have different rules and defaults...
>
>
>
> yours,
>
> --
>
> Barend Köbben
>
>
>
>
>
> On 12/03/2019, 11:45, "Qgis-user on behalf of Patrick Dunford" 
>  
> wrote:
>
>
>
> Case sensitive names (from experience) are handled inconsistently within the 
> Qgis software. It would be unwise to have two different columns where the 
> names are only distinguished by case, unless the developers choose to address 
> these issues in future.
>
> On 12/03/19 12:20 AM, b.j.kob...@utwente.nl wrote:
>
> To answer my own question: the problem is actually not the amount of 
> attributes, but the fact that there are (2x) attributes columns with the same 
> name (although they are different if you consider case sensitivity). 
> Apparently GeoJSON is the only format that allows differentiating column 
> names by upper/lowercase
>
>
>
> yours,
>
>
>
> --
>
> Barend Köbben
>
>
>
>
>
> On 11/03/2019, 11:55, "Qgis-user on behalf of b.j.kob...@utwente.nl" 
>  wrote:
>
>
>
> Hi all,
>
>
>
> I have a problem that (I think) comes down to a limit in the amount of 
> attributes per object the QGIS exporting tools can handle.  Case in hand:
>
>
>
> 1) Import OSM data Points with many attributes (OSM tags), using QuickOSM – 
> works
>
>
>
> 2) Temporary layer in QGIS is displayed -  seems fine
>
>
>
> 3) "Make Permanent" or "Export As..." fails on all file formats (except 
> GeoJSON!). Error message is (for the GeoPackage case):
>
>
>
> Export to vector file failed.
>
> Error: Feature write errors:
>
> Feature creation error (OGR error: sqlite3_exec(CREATE TABLE "test" ( "fid" 
> INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geom" POINT, "full_id" 
> TEXT(255), "osm_id" TEXT(255), "osm_type" TEXT(255), "highway" TEXT(255),
>
>
>
> ... many more attributes...
>
>
>
> "safe_place:school" TEXT(255), "safe_place:mosque" TEXT(255))) failed: 
> duplicate column name: Operational_status)
>
>
>
> Feature creation error (OGR error: failed to prepare SQL: INSERT INTO "test" 
> ( "geom", "full_id", "osm_id", "osm_type", "highway", "name",
>
>
>
> ... again the same many more attributes...
>
>
>
> "safe_place:school", "safe_place:mosque") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
>
>
>
> This happens even when I have only 2 features (see attached test file). The 
> workaraound is to use GeoJSON, bacuse for some reason that one works, but in 
> normal case I have 1000s of points instead of two, and then a GeoJSON file 
> becomes very large and unwieldy...
>
>
>
> Any ideas if this is a bug or a limit in the actual formats such as 
> GeoPackage...?
>
> yours,
>
>
>
> --
>
> Barend Köbben
>
> Senior Lecturer – ITC-University of Twente & ATLAS
>
> PO Box 217, 7500 AE Enschede (Netherlands)
>
> ITC Building (room 1-065)
>
> @barendkobben
>
> +31-(0)53 4874 253
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ___
>
> 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 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] error message when opening a project

2019-05-13 Thread Celso Catelani
Thanks guys

I just uninstall the plugin and the respective problem was solved.

Best regards.

===
Prof. Dr. Celso de Souza Catelani
UNITAU/IPHABI



Livre
de vírus. www.avast.com
.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, May 5, 2019, 20:17 DelazJ  wrote:

> Hi,
> This line
>
> * File "C:/Users/Celso/AppData/**Roaming/QGIS/QGIS3\profiles\*
> *default/python/plugins\**qgiscloud\**qgiscloudplugindialog.py", line
> 808, in __wkbTypeString*
>
> points that the issue comes from qgiscloud plugin. So first, either
> uninstall it or run qgis without plugins to confirm the origin. And report
> the issue on the plugin repository in case the authors are not following
> this list so they get it fixed.
>
>
> Regards,
>
> Harrissou
>
> Le lun. 6 mai 2019 à 01:02, Nicolas Cadieux 
> a écrit :
>
>> Hi,
>>
>> I have no idea what this error is but my first reaction would be to
>> uninstall QGIS and reinstall QGIS.  If that does not help, please add what
>> version of QGIS you have, what installer you used and what operating system
>> you are on.  I would add what version the projects are done with.  You
>> could also disable all plugins that could be at the root of the problem.
>> That would help others figure things out.
>>
>> Good luck,
>> Nicolas
>>
>> Le 5 mai 2019 à 10:20, Celso Catelani  a écrit :
>>
>> Hi,
>>
>>
>> I'm receiving an error message in all projects i try to open, saying the
>> follow:
>>
>>
>>
>> type object 'Qgis' has no attribute 'WkbUnknown'
>>
>> Traceback (most recent call last):
>>
>> File
>> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>> line 702, in update_local_layers
>>
>> self.update_local_data_sources(local_layers, local_raster_layers)
>>
>> File
>> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>> line 775, in update_local_data_sources
>>
>> "Unsupported geometry type '{type}' in layer
>> '{layer}'").format(type=self.__wkbTypeString(wkbType),
>> layer=layers[0].name()))
>>
>> File
>> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>> line 808, in __wkbTypeString
>>
>> if wkbType == Qgis.WkbUnknown:
>>
>> AttributeError: type object 'Qgis' has no attribute 'WkbUnknown'
>>
>>
>> Please, may someone help me about this?
>>
>>
>> Tanks a lot
>>
>>
>>  Celso S. Catelani
>>
>>
>>
>>
>> 
>>  Livre
>> de vírus. www.avast.com
>> .
>>
>> <#m_-4493191515937090621_m_-5924173161429720625_m_2851205939630208801_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> ___
>> 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 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] error message when opening a project

2019-05-06 Thread Luigi Pirelli
the error is related with plugin qgiscloud , simply update or uninstall the
plugin... or better refer to the maintainer of the plugin to receive support

regards

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Mon, 6 May 2019 at 01:02, Nicolas Cadieux 
wrote:

> Hi,
>
> I have no idea what this error is but my first reaction would be to
> uninstall QGIS and reinstall QGIS.  If that does not help, please add what
> version of QGIS you have, what installer you used and what operating system
> you are on.  I would add what version the projects are done with.  You
> could also disable all plugins that could be at the root of the problem.
> That would help others figure things out.
>
> Good luck,
> Nicolas
>
> Le 5 mai 2019 à 10:20, Celso Catelani  a écrit :
>
> Hi,
>
>
> I'm receiving an error message in all projects i try to open, saying the
> follow:
>
>
>
> type object 'Qgis' has no attribute 'WkbUnknown'
>
> Traceback (most recent call last):
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 702, in update_local_layers
>
> self.update_local_data_sources(local_layers, local_raster_layers)
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 775, in update_local_data_sources
>
> "Unsupported geometry type '{type}' in layer
> '{layer}'").format(type=self.__wkbTypeString(wkbType),
> layer=layers[0].name()))
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 808, in __wkbTypeString
>
> if wkbType == Qgis.WkbUnknown:
>
> AttributeError: type object 'Qgis' has no attribute 'WkbUnknown'
>
>
> Please, may someone help me about this?
>
>
> Tanks a lot
>
>
>  Celso S. Catelani
>
>
>
>
> 
>  Livre
> de vírus. www.avast.com
> .
> <#m_4372362661914590494_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> ___
> 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 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] error message when opening a project

2019-05-05 Thread DelazJ
Hi,
This line

* File "C:/Users/Celso/AppData/**Roaming/QGIS/QGIS3\profiles\*
*default/python/plugins\**qgiscloud\**qgiscloudplugindialog.py", line 808,
in __wkbTypeString*

points that the issue comes from qgiscloud plugin. So first, either
uninstall it or run qgis without plugins to confirm the origin. And report
the issue on the plugin repository in case the authors are not following
this list so they get it fixed.


Regards,

Harrissou

Le lun. 6 mai 2019 à 01:02, Nicolas Cadieux 
a écrit :

> Hi,
>
> I have no idea what this error is but my first reaction would be to
> uninstall QGIS and reinstall QGIS.  If that does not help, please add what
> version of QGIS you have, what installer you used and what operating system
> you are on.  I would add what version the projects are done with.  You
> could also disable all plugins that could be at the root of the problem.
> That would help others figure things out.
>
> Good luck,
> Nicolas
>
> Le 5 mai 2019 à 10:20, Celso Catelani  a écrit :
>
> Hi,
>
>
> I'm receiving an error message in all projects i try to open, saying the
> follow:
>
>
>
> type object 'Qgis' has no attribute 'WkbUnknown'
>
> Traceback (most recent call last):
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 702, in update_local_layers
>
> self.update_local_data_sources(local_layers, local_raster_layers)
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 775, in update_local_data_sources
>
> "Unsupported geometry type '{type}' in layer
> '{layer}'").format(type=self.__wkbTypeString(wkbType),
> layer=layers[0].name()))
>
> File
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
> line 808, in __wkbTypeString
>
> if wkbType == Qgis.WkbUnknown:
>
> AttributeError: type object 'Qgis' has no attribute 'WkbUnknown'
>
>
> Please, may someone help me about this?
>
>
> Tanks a lot
>
>
>  Celso S. Catelani
>
>
>
>
> 
>  Livre
> de vírus. www.avast.com
> .
> <#m_2851205939630208801_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> ___
> 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 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] error message when opening a project

2019-05-05 Thread Nicolas Cadieux
Hi,

I have no idea what this error is but my first reaction would be to uninstall 
QGIS and reinstall QGIS.  If that does not help, please add what version of 
QGIS you have, what installer you used and what operating system you are on.  I 
would add what version the projects are done with.  You could also disable all 
plugins that could be at the root of the problem. That would help others figure 
things out.

Good luck,
Nicolas

> Le 5 mai 2019 à 10:20, Celso Catelani  a écrit :
> 
> Hi,
> 
> I'm receiving an error message in all projects i try to open, saying the 
> follow:
> 
> 
> type object 'Qgis' has no attribute 'WkbUnknown'
> Traceback (most recent call last):
>   File 
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>  line 702, in update_local_layers
> self.update_local_data_sources(local_layers,  local_raster_layers)
>   File 
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>  line 775, in update_local_data_sources
> "Unsupported geometry type '{type}' in layer 
> '{layer}'").format(type=self.__wkbTypeString(wkbType), 
> layer=layers[0].name()))
>   File 
> "C:/Users/Celso/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py",
>  line 808, in __wkbTypeString
> if wkbType == Qgis.WkbUnknown:
> AttributeError: type object 'Qgis' has no attribute 'WkbUnknown'
> 
> Please, may someone help me about this?
> 
> Tanks a lot
> 
>  Celso S. Catelani
> 
> 
> 
>   Livre de vírus. www.avast.com.
> ___
> 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

Re: [Qgis-user] Error saving/exporting data with many attributes

2019-03-12 Thread b.j.kobben
Thanks for the info Patrick. I totally agree this is unwise, but the OSM 
(OpenStreetMap) dataset I am working with unfortunately comes with some of 
these (unwisely chosen) attribute tags :-(
So indeed inconsistency in how that 's handled is annoying. In defence of QGIS 
programmers, I think it's because the different import/export formats have 
different rules and defaults...

yours,
--
Barend Köbben


On 12/03/2019, 11:45, "Qgis-user on behalf of Patrick Dunford" 
mailto:qgis-user-boun...@lists.osgeo.org> on 
behalf of enzedrailm...@gmail.com> wrote:


Case sensitive names (from experience) are handled inconsistently within the 
Qgis software. It would be unwise to have two different columns where the names 
are only distinguished by case, unless the developers choose to address these 
issues in future.
On 12/03/19 12:20 AM, b.j.kob...@utwente.nl wrote:
To answer my own question: the problem is actually not the amount of 
attributes, but the fact that there are (2x) attributes columns with the same 
name (although they are different if you consider case sensitivity). Apparently 
GeoJSON is the only format that allows differentiating column names by 
upper/lowercase

yours,

--
Barend Köbben


On 11/03/2019, 11:55, "Qgis-user on behalf of 
b.j.kob...@utwente.nl" 
mailto:qgis-user-boun...@lists.osgeo.org> on 
behalf of b.j.kob...@utwente.nl> wrote:

Hi all,

I have a problem that (I think) comes down to a limit in the amount of 
attributes per object the QGIS exporting tools can handle.  Case in hand:

1) Import OSM data Points with many attributes (OSM tags), using QuickOSM – 
works

2) Temporary layer in QGIS is displayed -  seems fine

3) "Make Permanent" or "Export As..." fails on all file formats (except 
GeoJSON!). Error message is (for the GeoPackage case):

Export to vector file failed.
Error: Feature write errors:
Feature creation error (OGR error: sqlite3_exec(CREATE TABLE "test" ( "fid" 
INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geom" POINT, "full_id" TEXT(255), 
"osm_id" TEXT(255), "osm_type" TEXT(255), "highway" TEXT(255),

... many more attributes...

"safe_place:school" TEXT(255), "safe_place:mosque" TEXT(255))) failed: 
duplicate column name: Operational_status)

Feature creation error (OGR error: failed to prepare SQL: INSERT INTO "test" ( 
"geom", "full_id", "osm_id", "osm_type", "highway", "name",

... again the same many more attributes...

"safe_place:school", "safe_place:mosque") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))

This happens even when I have only 2 features (see attached test file). The 
workaraound is to use GeoJSON, bacuse for some reason that one works, but in 
normal case I have 1000s of points instead of two, and then a GeoJSON file 
becomes very large and unwieldy...

Any ideas if this is a bug or a limit in the actual formats such as 
GeoPackage...?
yours,

--
Barend Köbben
Senior Lecturer – ITC-University of Twente & ATLAS
PO Box 217, 7500 AE Enschede (Netherlands)
ITC Building (room 1-065)
@barendkobben
+31-(0)53 4874 253









___

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

Re: [Qgis-user] Error saving/exporting data with many attributes

2019-03-12 Thread Patrick Dunford
Case sensitive names (from experience) are handled inconsistently within 
the Qgis software. It would be unwise to have two different columns 
where the names are only distinguished by case, unless the developers 
choose to address these issues in future.


On 12/03/19 12:20 AM, b.j.kob...@utwente.nl wrote:


To answer my own question: the problem is actually not the amount of 
attributes, but the fact that there are (2x) attributes columns with 
the same name (although they are different if you consider case 
sensitivity). Apparently GeoJSON is the only format that allows 
differentiating column names by upper/lowercase


yours,

--

Barend Köbben

On 11/03/2019, 11:55, "Qgis-user on behalf of b.j.kob...@utwente.nl 
"  on behalf of 
b.j.kob...@utwente.nl > wrote:


Hi all,

I have a problem that (I think) comes down to a limit in the amount of 
attributes per object the QGIS exporting tools can handle.  Case in hand:


1) Import OSM data Points with many attributes (OSM tags), using 
QuickOSM – works


2) Temporary layer in QGIS is displayed -  seems fine

3) "Make Permanent" or "Export As..." fails on all file formats 
(_except_ GeoJSON!). Error message is (for the GeoPackage case):


Export to vector file failed.

Error: Feature write errors:

Feature creation error (OGR error: sqlite3_exec(CREATE TABLE "test" ( 
"fid" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geom" POINT, 
"full_id" TEXT(255), "osm_id" TEXT(255), "osm_type" TEXT(255), 
"highway" TEXT(255),


... many more attributes...

"safe_place:school" TEXT(255), "safe_place:mosque" TEXT(255))) failed: 
duplicate column name: Operational_status)


Feature creation error (OGR error: failed to prepare SQL: INSERT INTO 
"test" ( "geom", "full_id", "osm_id", "osm_type", "highway", "name",


... again the same many more attributes...

"safe_place:school", "safe_place:mosque") VALUES (?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))


This happens even when I have only 2 features (see attached test 
file). The workaraound is to use GeoJSON, bacuse for some reason that 
one works, but in normal case I have 1000s of points instead of two, 
and then a GeoJSON file becomes very large and unwieldy...


Any ideas if this is a bug or a limit in the actual formats such as 
GeoPackage...?


yours,

--

Barend Köbben

Senior Lecturer – ITC-University of Twente & ATLAS

PO Box 217, 7500 AE Enschede (Netherlands)

ITC Building (room 1-065)

@barendkobben

+31-(0)53 4874 253


___
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

Re: [Qgis-user] Error saving/exporting data with many attributes

2019-03-11 Thread b.j.kobben
To answer my own question: the problem is actually not the amount of 
attributes, but the fact that there are (2x) attributes columns with the same 
name (although they are different if you consider case sensitivity). Apparently 
GeoJSON is the only format that allows differentiating column names by 
upper/lowercase

yours,

--
Barend Köbben


On 11/03/2019, 11:55, "Qgis-user on behalf of 
b.j.kob...@utwente.nl" 
mailto:qgis-user-boun...@lists.osgeo.org> on 
behalf of b.j.kob...@utwente.nl> wrote:

Hi all,

I have a problem that (I think) comes down to a limit in the amount of 
attributes per object the QGIS exporting tools can handle.  Case in hand:

1) Import OSM data Points with many attributes (OSM tags), using QuickOSM – 
works

2) Temporary layer in QGIS is displayed -  seems fine

3) "Make Permanent" or "Export As..." fails on all file formats (except 
GeoJSON!). Error message is (for the GeoPackage case):

Export to vector file failed.
Error: Feature write errors:
Feature creation error (OGR error: sqlite3_exec(CREATE TABLE "test" ( "fid" 
INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geom" POINT, "full_id" TEXT(255), 
"osm_id" TEXT(255), "osm_type" TEXT(255), "highway" TEXT(255),

... many more attributes...

"safe_place:school" TEXT(255), "safe_place:mosque" TEXT(255))) failed: 
duplicate column name: Operational_status)

Feature creation error (OGR error: failed to prepare SQL: INSERT INTO "test" ( 
"geom", "full_id", "osm_id", "osm_type", "highway", "name",

... again the same many more attributes...

"safe_place:school", "safe_place:mosque") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))

This happens even when I have only 2 features (see attached test file). The 
workaraound is to use GeoJSON, bacuse for some reason that one works, but in 
normal case I have 1000s of points instead of two, and then a GeoJSON file 
becomes very large and unwieldy...

Any ideas if this is a bug or a limit in the actual formats such as 
GeoPackage...?
yours,

--
Barend Köbben
Senior Lecturer – ITC-University of Twente & ATLAS
PO Box 217, 7500 AE Enschede (Netherlands)
ITC Building (room 1-065)
@barendkobben
+31-(0)53 4874 253






___
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] Error saving/exporting data with many attributes

2019-03-11 Thread b.j.kobben
Hi all,

I have a problem that (I think) comes down to a limit in the amount of 
attributes per object the QGIS exporting tools can handle.  Case in hand:

1) Import OSM data Points with many attributes (OSM tags), using QuickOSM – 
works

2) Temporary layer in QGIS is displayed -  seems fine

3) "Make Permanent" or "Export As..." fails on all file formats (except 
GeoJSON!). Error message is (for the GeoPackage case):

Export to vector file failed.
Error: Feature write errors:
Feature creation error (OGR error: sqlite3_exec(CREATE TABLE "test" ( "fid" 
INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geom" POINT, "full_id" TEXT(255), 
"osm_id" TEXT(255), "osm_type" TEXT(255), "highway" TEXT(255),

... many more attributes...

"safe_place:school" TEXT(255), "safe_place:mosque" TEXT(255))) failed: 
duplicate column name: Operational_status)

Feature creation error (OGR error: failed to prepare SQL: INSERT INTO "test" ( 
"geom", "full_id", "osm_id", "osm_type", "highway", "name",

... again the same many more attributes...

"safe_place:school", "safe_place:mosque") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))

This happens even when I have only 2 features (see attached test file). The 
workaraound is to use GeoJSON, bacuse for some reason that one works, but in 
normal case I have 1000s of points instead of two, and then a GeoJSON file 
becomes very large and unwieldy...

Any ideas if this is a bug or a limit in the actual formats such as 
GeoPackage...?
yours,

--
Barend Köbben
Senior Lecturer – ITC-University of Twente & ATLAS
PO Box 217, 7500 AE Enschede (Netherlands)
ITC Building (room 1-065)
@barendkobben
+31-(0)53 4874 253








test_small.geojson
Description: test_small.geojson
___
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] Error Message When Packaging Application for Win7

2019-03-05 Thread Carter, Cat
Good afternoon all

My apologies but I am unsure which mailing list is the appropriate one to use.

Our support team are trying to package QGIS 3.4.4 'Madeira' for Win7 and Win10 
for deployment, however they are facing an issue with the Win7 extraction.

Extraction issues faced on win7:
1.extract:error writing to file gdal203.dll
2. extract:error writing to file vcredist-2013-x64.exe

[cid:image003.png@01D4CE75.4D1E3DB0]

Would anyone be able to provide any advice on what might be causing this error?

Many thanks

Cat Carter
Software Asset Management Analyst
Commercial & Software Asset Management
Enterprise IT

T: +44 (0)208 186 1874

3rd Floor, 334 Outland Road
Plymouth, Devon
PL3 5TU

Leave: None Planned

[cid:4E18CA00-3CA9-4B94-970C-09C6DB028C24]

edfenergy.com

Please consider the environment before printing this email

This e-mail and any files transmitted with it are confidential and may be 
protected by legal privilege. If you are not the intended recipient, please 
notify the sender and delete the e-mail from your system.
This e-mail has been scanned for malicious content but the internet is 
inherently insecure and EDF Energy Limited can not accept any liability for the 
integrity of this message or its attachments.
No employee or agent of EDF Energy Limited or any related company is authorised 
to conclude any binding agreement on behalf of EDF Energy Limited or any 
related company by e-mail.

All e-mails sent and received by EDF Energy Limited are monitored to ensure 
compliance with the company's information security policy.  Executable and 
script files are not permitted through the EDF Energy Limited mail gateway.  
EDF Energy does not accept or send mails above 30 Mb in size.

EDF Energy Limited
Registered in England and Wales No. 2366852
Registered Office: 90 Whitfield Street, London W1T 4EZ
___
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] Error when downloading apt key for installation

2019-01-02 Thread Patrick Dunford
Following the normal instructions for installing qgis on debian for the 
requirement to download from the official qgis repo:


wget -O - https://qgis.org/downloads/qgis-2017.gpg.key | gpg --import

this command is supposed to download and import the key.

However currently this performs a download, but apparently the import 
step produces an error message which is:


key CAEB3DC3BDF7FB45:

1 signature not checked due to a missing key

Other steps also produce this error message.

I've performed this step many times but have not seen this message before.



___
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] Error when using poligonize (raster to vector)

2018-12-31 Thread Reginald
Thanks Andre,

I reinstalled GDAL and I also installed SAGA and now it's working ;-)

Regards,




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Error when using poligonize (raster to vector)

2018-12-28 Thread Andre Joost

Am 28.12.18 um 15:58 schrieb Reginald:

Hi,

I have a heatmap mask tif file that I want to polygonize.
I use qgis 3.4.2 on Windows 7.
Every time I run the processing tool I get the message:
gdal_polygonize.bat is not recognised as an internal or external command
Seems like something about the path is missing?
I can't find gdal_polygonize in C:\OSGeo4W64\bin.


It should be there (.bat and .py). Maybe your GDAL installation is broken.

HTH,
Andre Joost


___
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] Error when using poligonize (raster to vector)

2018-12-28 Thread Reginald
Hi,

I have a heatmap mask tif file that I want to polygonize.
I use qgis 3.4.2 on Windows 7.
Every time I run the processing tool I get the message:
gdal_polygonize.bat is not recognised as an internal or external command
Seems like something about the path is missing?
I can't find gdal_polygonize in C:\OSGeo4W64\bin.
Any idea?

Regards,




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] error message

2018-11-09 Thread Fernando M. Roxo da Motta
Em sex, 2018-11-09 às 15:46 +0200, Boaz Bar Ilan escreveu:
> hi
> 
> I keep getting this message
> 
> Python error: An error has occurred while executing Python code: See
> message log (Python Error) for more details.
> 
> im using win 10 and 2.18.18
> 
> can you help in it ?

  At the extreme right of the bottom of Qgis window there shoul be a
symbol like a cartoon talk bubble.   Click there and it will open a
window, or a panel, with all messages o the program.   Select Python
Warning tab.   If you cannot solve, send the messages there to the list.


  HTH



> thanks
> boaz
> ___
> 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


  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
PU5RXO  | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 ___
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

  1   2   3   4   5   6   >