Re: [Qgis-user] New crowdfunding campaign: point clouds and 3D improvements in QGIS

2022-09-27 Thread Nyall Dawson via Qgis-user
On Tue, 27 Sept 2022 at 16:40, Saber Razmjooei
 wrote:
>
> Hi Andreas,
>
> Many thanks for your email.
> @Nyall Dawson can comment on that, but I think it should be possible to add 
> SVG format too as an option to export elevation profiles to.

The issue with including SVG export is the time-old limitation in Qt
regarding SVG exports when clipping paths are present. We use clipping
paths heavily in the elevation plots, so if we exported these to SVG
then the clipping would be ignored and the results would be an
unusable mess.

(I'll revisit this when the issue is resolved in Qt, as the actual
QGIS part of SVG exports is trivial)

Nyall




>
> Kind regards
> Saber
>
>
> On Tue, 27 Sept 2022 at 08:25, Andreas Neumann  wrote:
>>
>> Hi Saber,
>>
>> Very good. Hopefully it will be another successful campaign.
>>
>> A question on the export of the profile: CSV and DXF is mentioned. Wouldn't 
>> it also make sense to add SVG export, so the profile could be exported to 
>> Inkscape/Illustrator? I know, it is already possible to export a layout to 
>> SVG (and with the new enhancement, the profile can then be part of a 
>> layout), but it would be convenient, being able to export to SVG without 
>> having to create a layout first. Not sure, how much effort this would mean?
>>
>> I will help to spread the word!
>>
>> Andreas
>>
>> On Mon, 26 Sept 2022 at 17:43, Saber Razmjooei via Qgis-user 
>>  wrote:
>>>
>>> Dear all,
>>>
>>> As you know, in the past couple of years, we (Lutra, North Road and 
>>> https://hobu.co/) added support point clouds and developed several new 3D 
>>> features to QGIS (e.g. Profile tool).
>>>
>>> For the next round of crowdfunding, after feedback by several user groups 
>>> and organizations, we decided to bring processing of point clouds to QGIS. 
>>> In addition, there will be several enhancements to the profile tool and 3D 
>>> maps. For more information, see:
>>> https://www.lutraconsulting.co.uk/crowdfunding/pointcloud-processing-qgis/
>>>
>>> Your help is needed to make this happen. Please support our crowdfunding 
>>> campaign by filling out the pledge form. If you are from a larger 
>>> organisation and require extra information to contribute to the campaign, 
>>> please contact me.
>>>
>>> Kind regards
>>> Saber
>>>
>>> --
>>> Saber Razmjooei
>>> www.lutraconsulting.co.uk
>>>
>>> ___
>>> 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
>>
>>
>>
>> --
>>
>> --
>> Andreas Neumann
>> QGIS.ORG board member (treasurer)
>
>
>
> --
> Saber Razmjooei
> www.lutraconsulting.co.uk
>
___
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] Lat Lon Tools Gets New Capabilities

2022-09-27 Thread Nicolas Cadieux via Qgis-user
Impressive…

Nicolas Cadieux
https://gitlab.com/njacadieux

> Le 27 sept. 2022 à 07:45, C Hamilton via Qgis-user 
>  a écrit :
> 
> 
> Yesterday, Lat Lon Tools was updated to version 3.6.5 
> (https://plugins.qgis.org/plugins/latlontools/). This release includes the 
> following:
> 
> 1. Lat Lon Tools can now snapshot H3 geohash coordinates and zoom to H3 
> coordinates. H3 is a fantastic library that I have started working with, but 
> you currently need to 'pip install h3' from the OSGeo4W Shell to get this 
> capability. Lat Lon Tools detects whether H3 is available or not and works as 
> it always has without it.
> 2. Some coordinate formats represent a point on the earth's surface where 
> others represent an area. Previously when using Lat Lon Tools' zoom to a 
> coordinate tool it would zoom to the location and add a marker at the center 
> of area coordinate formats. Now it marks the center but also displays the 
> actual area the coordinate represents based on the resolution of the 
> coordinate. This applies to H3, Geohash, Google Open Location Code (Plus 
> Codes), and the amateur radio Maidenhead grid format. I would like to apply 
> this to MGRS and UTM, but the MGRS library was developed by the defunct 
> Boundless geo and there is no function to return the boundary. The same is 
> true with my implementation of UTM.
> 3. You can now choose the color of the marker used with the zoom to tool. It 
> can be selected from the Settings dialog.
> 
> Enjoy,
> 
> Calvin
> ___
> 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-it-user] Cartella temporanea

2022-09-27 Thread Andrea Giudiceandrea via QGIS-it-user

Ciao Stefano,
la directory in cui viene creata la cartella temporanea di processing è 
di norma gestita dalla libreria Qt e in particolare dalla funzione (in 
Python) QDir.tempPath() che, su Windows, restituisce la directory 
memorizzata nella "variabile d'ambiente" TMP.


Un modo per modificare la cartella temporanea di processing è quello di 
modificare la "variabile d'ambiente" TMP: si può fare sia dalle 
impostazioni di sistema di Windows (il che però modifica la cartella 
temporanea per tutti i processi) sia dalle impostazioni di QGIS (in 
questo caso la modifica vale solo per QGIS) [1].


Un altro modo per effettuare la modifica è quello di settare la cartella 
temporanea nell'opzione di processing [2] "Override temporary output 
folder path".


A presto.

Andrea

P.S. Ho notato che l'opzione "Override temporary output folder path" 
risulta tradotta in italiano due modi diversi in Transifex: "Sovrascrive 
temporaneamente il percorso della cartella in uscita" e "Ignora 
temporaneamente il percorso della cartella in uscita". Mi pare che 
entrambe le traduzioni non siano corrette.


P.P.S. Colgo l'occasione per suggerire di eliminare la traduzione 
italiana di "OpenFileGDB" (è stato tradotto come "ApriFileGDB") e di 
mantenere l'originale inglese, prima di tutto perché Open in questo caso 
non vuol dire "Apri" e poi perché è il nome di un driver che non ha 
senso tradurre.



[1] 
https://docs.qgis.org/3.22/it/docs/user_manual/introduction/qgis_configuration.html#system-settings
[2] 
https://docs.qgis.org/3.22/it/docs/user_manual/processing/configuration.html



Il 27/09/2022 22:23, Stefano Campus ha scritto:

Mi sapreste dire dove/come settare che tutte le analisi di processing, file
temporanei compresi, vengano fatte su un disco esterno e poi facilmente
ripristinare su cartelle predefinite?

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Cartella temporanea

2022-09-27 Thread Stefano Campus
Ciao a tutti, Ho un problema e avrei bisogno di una mano.
Il mio PC non ha più molto spazio e devo fare delle analisi molto pesanti
con un plugin .
Ci sono una valanga di file temporanei che vengono cancellati solo alla
fine dell'analisi.
Mi sapreste dire dove/come settare che tutte le analisi di processing, file
temporanei compresi, vengano fatte su un disco esterno e poi facilmente
ripristinare su cartelle predefinite?
Nel  gruppo Telegram mi è stato indicato questo thread [1] ma riguarda QGIS
2.18.

Grazie mille

s.

[1]
https://gis.stackexchange.com/questions/156129/how-can-i-change-the-folder-location-for-qgis-temporary-files
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] PR review needed

2022-09-27 Thread Alessandro Pasotti via Qgis-user
You may want to check this out (Works For Me (TM)):
https://plugins.qgis.org/plugins/IPyConsole/  autocompletion and other
IPython features works just fine.



On Tue, Sep 27, 2022 at 4:37 PM Johannes Kröger (WhereGroup) via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> > jedi autocompletion
>
> I can't say just how awesome it would be to have some "proper"
> autocompletion in the console and editor. One that knows about the actual
> object it is used on instead of suggesting random text string matches from
> anywhere in its database.
>
> Honestly, this would make learning and teaching Python and the PyQGIS API
> infinitely easier and fun.
>
> Seeing the GIFs on https://yoannqdq.github.io/qgis-better-editor/ makes
> me jealous of the people who used your plugin when it was working in the
> older versions. Wow!
>
> Cheers, Hannes
> Am 27.09.22 um 14:48 schrieb Yoann QUENACH DE QUIVILLIC via Qgis-user:
>
> Hi everyone,
>
> Some 2 years ago, I was frustrated with some of the features of the
> embedded python console, so I developed a plugin called Better Editor (
> https://plugins.qgis.org/plugins/bettereditor) which offered smart
> brackets / parenthesis, better toggle comment action, code formatting with
> black, jedi autocompletion...
>
> I was quite happy with it, but unfortunately, this plugin was heavily
> reliant on monkey patching existing classes, so it broke very often across
> QGIS versions.
>
> I'm now trying to backport some of the features I developed in the plugin
> in QGIS, starting (small) with the toggle comment action.
>
> I'd be really thankful if a QGIS maintainer could take the time to review
> my PR:
>
> https://github.com/qgis/QGIS/pull/50341
>
> Regards,
>
> *--*
> *Yoann Quenach de Quivllic*
>
>
> ___
> 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
>


-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
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] PR review needed

2022-09-27 Thread WhereGroup

> jedi autocompletion

I can't say just how awesome it would be to have some "proper" 
autocompletion in the console and editor. One that knows about the 
actual object it is used on instead of suggesting random text string 
matches from anywhere in its database.


Honestly, this would make learning and teaching Python and the PyQGIS 
API infinitely easier and fun.


Seeing the GIFs on https://yoannqdq.github.io/qgis-better-editor/ makes 
me jealous of the people who used your plugin when it was working in the 
older versions. Wow!


Cheers, Hannes

Am 27.09.22 um 14:48 schrieb Yoann QUENACH DE QUIVILLIC via Qgis-user:

Hi everyone,

Some 2 years ago, I was frustrated with some of the features of the 
embedded python console, so I developed a plugin called Better Editor 
(https://plugins.qgis.org/plugins/bettereditor) which offered smart 
brackets / parenthesis, better toggle comment action, code formatting 
with black, jedi autocompletion...


I was quite happy with it, but unfortunately, this plugin was heavily 
reliant on monkey patching existing classes, so it broke very often 
across QGIS versions.


I'm now trying to backport some of the features I developed in the 
plugin in QGIS, starting (small) with the toggle comment action.


I'd be really thankful if a QGIS maintainer could take the time to 
review my PR:


https://github.com/qgis/QGIS/pull/50341

Regards,

*--*
*Yoann Quenach de Quivllic*





OpenPGP_0x840A4B843789797F.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
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] QGIS WMS GetMap requests failed with "Host requires, authentication", but not WMS GetCapabilities?

2022-09-27 Thread Bang Pham Huu via Qgis-user
Hi Andrea Giudiceandrea,

I opened this issue https://github.com/qgis/QGIS/issues/50369 as up to
the latest version 3.26.3 QGIS still has this problem.

Best regards,

On 9/27/22 12:18 PM, Andrea Giudiceandrea via Qgis-user wrote:
>> *Bang Pham Huu* b.phamhuu at jacobs-university.de
>> 
>> /Mon Sep 26 23:24:10 PDT 2022/
>> 
>>  I've tried to connect QGIS version 2 and 3 with a WMS service endpoint
>>  protected with basic authentication.
>>
>>  The strange thing is, it can send WMS GetCapabilities without problem
>>  (with username and password given in the QIGS WMS login form).
>
> Hi Bang Pham Huu ,
> you may be able to check what's going wrong using the
> "Debugging/Development Tools" panel [1].
>
> I think it could be worth to file an issue report at [2].
>
> Best regards.
>
> Andrea Giudiceandrea
>
>
> [1]
> https://docs.qgis.org/3.22/en/docs/user_manual/introduction/general_tools.html#debug-dev-tools
> [2] https://github.com/qgis/QGIS/issues
>
> ___
> 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] PR review needed

2022-09-27 Thread Yoann QUENACH DE QUIVILLIC via Qgis-user
Hi everyone,

Some 2 years ago, I was frustrated with some of the features of the
embedded python console, so I developed a plugin called Better Editor (
https://plugins.qgis.org/plugins/bettereditor) which offered smart brackets
/ parenthesis, better toggle comment action, code formatting with black,
jedi autocompletion...

I was quite happy with it, but unfortunately, this plugin was heavily
reliant on monkey patching existing classes, so it broke very often across
QGIS versions.

I'm now trying to backport some of the features I developed in the plugin
in QGIS, starting (small) with the toggle comment action.

I'd be really thankful if a QGIS maintainer could take the time to review
my PR:

https://github.com/qgis/QGIS/pull/50341

Regards,

*--*
*Yoann Quenach de Quivllic*

-- 


This
message and any attachments (the "message") are confidential and
intended solely for the addressees. Any unauthorised use or dissemination 
is
prohibited. As e-mails are susceptible to alteration, 
















IT link (and its subsidiaries) shall not be
liable for the message if 
altered, changed or falsified.


Ce message et toutes les pièces jointes 
(ci-après le "message") sont confidentiels et établis à l'intention 
exclusive de ses destinataires. Toute utilisation ou diffusion non 
autorisée est interdite. Tout message étant susceptible d'altération, 
















IT Link (et ses filiales) déclinent toute responsabilité au 
titre de ce message s'il a été altéré, déformé ou falsifié.


___
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] Lat Lon Tools Gets New Capabilities

2022-09-27 Thread C Hamilton via Qgis-user
Yesterday, Lat Lon Tools was updated to version 3.6.5 (
https://plugins.qgis.org/plugins/latlontools/). This release includes the
following:

1. Lat Lon Tools can now snapshot H3 geohash coordinates and zoom to H3
coordinates. H3 is a fantastic library that I have started working with,
but you currently need to 'pip install h3' from the OSGeo4W Shell to get
this capability. Lat Lon Tools detects whether H3 is available or not and
works as it always has without it.
2. Some coordinate formats represent a point on the earth's surface where
others represent an area. Previously when using Lat Lon Tools' zoom to a
coordinate tool it would zoom to the location and add a marker at the
center of area coordinate formats. Now it marks the center but also
displays the actual area the coordinate represents based on the resolution
of the coordinate. This applies to H3, Geohash, Google Open Location Code
(Plus Codes), and the amateur radio Maidenhead grid format. I would like to
apply this to MGRS and UTM, but the MGRS library was developed by the
defunct Boundless geo and there is no function to return the boundary. The
same is true with my implementation of UTM.
3. You can now choose the color of the marker used with the zoom to tool.
It can be selected from the Settings dialog.

Enjoy,

Calvin
___
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] QGIS WMS GetMap requests failed with "Host requires, authentication", but not WMS GetCapabilities?

2022-09-27 Thread Andrea Giudiceandrea via Qgis-user
*Bang Pham Huu*b.phamhuu at jacobs-university.de 


/Mon Sep 26 23:24:10 PDT 2022/

  I've tried to connect QGIS version 2 and 3 with a WMS service endpoint
  protected with basic authentication.

  The strange thing is, it can send WMS GetCapabilities without problem
  (with username and password given in the QIGS WMS login form).


Hi Bang Pham Huu ,
you may be able to check what's going wrong using the 
"Debugging/Development Tools" panel [1].


I think it could be worth to file an issue report at [2].

Best regards.

Andrea Giudiceandrea


[1] 
https://docs.qgis.org/3.22/en/docs/user_manual/introduction/general_tools.html#debug-dev-tools

[2] https://github.com/qgis/QGIS/issues___
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] New crowdfunding campaign: point clouds and 3D improvements in QGIS

2022-09-27 Thread Saber Razmjooei via Qgis-user
Hi Andreas,

Many thanks for your email.
@Nyall Dawson  can comment on that, but I think it
should be possible to add SVG format too as an option to export elevation
profiles to.

Kind regards
Saber


On Tue, 27 Sept 2022 at 08:25, Andreas Neumann  wrote:

> Hi Saber,
>
> Very good. Hopefully it will be another successful campaign.
>
> A question on the export of the profile: CSV and DXF is mentioned.
> Wouldn't it also make sense to add SVG export, so the profile could be
> exported to Inkscape/Illustrator? I know, it is already possible to export
> a layout to SVG (and with the new enhancement, the profile can then be part
> of a layout), but it would be convenient, being able to export to SVG
> without having to create a layout first. Not sure, how much effort this
> would mean?
>
> I will help to spread the word!
>
> Andreas
>
> On Mon, 26 Sept 2022 at 17:43, Saber Razmjooei via Qgis-user <
> qgis-user@lists.osgeo.org> wrote:
>
>> Dear all,
>>
>> As you know, in the past couple of years, we (Lutra, North Road and
>> https://hobu.co/) added support point clouds and developed several new
>> 3D features to QGIS (e.g. Profile tool).
>>
>> For the next round of crowdfunding, after feedback by several user groups
>> and organizations, we decided to bring processing of point clouds to QGIS.
>> In addition, there will be several enhancements to the profile tool and 3D
>> maps. For more information, see:
>> https://www.lutraconsulting.co.uk/crowdfunding/pointcloud-processing-qgis/
>>
>> Your help is needed to make this happen. Please support our crowdfunding
>> campaign by filling out the pledge form. If you are from a larger
>> organisation and require extra information to contribute to the campaign,
>> please contact me.
>>
>> Kind regards
>> Saber
>>
>> --
>> Saber Razmjooei
>> www.lutraconsulting.co.uk
>>
>> ___
>> 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
>>
>
>
> --
>
> --
> Andreas Neumann
> QGIS.ORG board member (treasurer)
>


-- 
Saber Razmjooei
www.lutraconsulting.co.uk
___
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] New crowdfunding campaign: point clouds and 3D improvements in QGIS

2022-09-27 Thread Andreas Neumann via Qgis-user
Hi Saber,

Very good. Hopefully it will be another successful campaign.

A question on the export of the profile: CSV and DXF is mentioned. Wouldn't
it also make sense to add SVG export, so the profile could be exported to
Inkscape/Illustrator? I know, it is already possible to export a layout to
SVG (and with the new enhancement, the profile can then be part of a
layout), but it would be convenient, being able to export to SVG without
having to create a layout first. Not sure, how much effort this would mean?

I will help to spread the word!

Andreas

On Mon, 26 Sept 2022 at 17:43, Saber Razmjooei via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> Dear all,
>
> As you know, in the past couple of years, we (Lutra, North Road and
> https://hobu.co/) added support point clouds and developed several new 3D
> features to QGIS (e.g. Profile tool).
>
> For the next round of crowdfunding, after feedback by several user groups
> and organizations, we decided to bring processing of point clouds to QGIS.
> In addition, there will be several enhancements to the profile tool and 3D
> maps. For more information, see:
> https://www.lutraconsulting.co.uk/crowdfunding/pointcloud-processing-qgis/
>
> Your help is needed to make this happen. Please support our crowdfunding
> campaign by filling out the pledge form. If you are from a larger
> organisation and require extra information to contribute to the campaign,
> please contact me.
>
> Kind regards
> Saber
>
> --
> Saber Razmjooei
> www.lutraconsulting.co.uk
>
> ___
> 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
>


-- 

--
Andreas Neumann
QGIS.ORG board member (treasurer)
___
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] QGIS WMS GetMap requests failed with "Host requires, authentication", but not WMS GetCapabilities?

2022-09-27 Thread Bang Pham Huu via Qgis-user
Hello,

 I've tried to connect QGIS version 2 and 3 with a WMS service endpoint
 protected with basic authentication.

 The strange thing is, it can send WMS GetCapabilities without problem
 (with username and password given in the QIGS WMS login form).

 Images:

 - https://i.stack.imgur.com/J9Oji.png

 - https://i.stack.imgur.com/uJLiM.png

 However, it failed to send WMS GetMap with the given credentials. What
 is wrong here?


 2022-09-26T11:00:59 1   Map request failed [error:Host requires
 authentication
 
url:https://REMOVED_ENDPOINT/ows?SERVICE=WMS=1.3.0=GetMap=16.924500188,-41.974000375,71.89950033,55.710999852=EPSG:4326=1156=650=mundi.earthserver.xyz:7000:EU_DEM==image/png=96_RESOLUTION=96_OPTIONS=dpi:96=TRUE]
 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