Re: [Qgis-user] Map matching in Qgis to plot trajectories

2019-05-23 Per discussione Matt Boyd
I haven't done this but was looking into it a while ago for post processing
some dodgy running tracks. I think the process is sometimes called
map-matching and this looked interesting.

https://github.com/graphhopper/map-matching/blob/master/README.md

On Fri, May 24, 2019 at 8:45 AM Chintan Advani 
wrote:

> Hey guys,
>
> I am looking to plot the paths for different vehicles in qgis using the
> co-ordinates but cannot find a solution to it. I tried plotting using point
> to path processor but the points connect linearly whereas I am looking to
> plot the path that are realistic (similar to what we observe in google
> maps). I am using OSM as the network layer for projection. I also tried the
> plugin tool "offline map matching" but that didn't help. Can anyone please
> help me with the problem?
>
> Thanks in advance,
> __
> Advani Chintan Sanjeev
> Research Scholar,
> Civil Engineering and Build Environment,
> Queensland University of Technology,
> Brisbane-4000, Australia.
>
> ___
> 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] Map matching in Qgis to plot trajectories

2019-05-23 Per discussione Chintan Advani
Hey guys,

I am looking to plot the paths for different vehicles in qgis using the
co-ordinates but cannot find a solution to it. I tried plotting using point
to path processor but the points connect linearly whereas I am looking to
plot the path that are realistic (similar to what we observe in google
maps). I am using OSM as the network layer for projection. I also tried the
plugin tool "offline map matching" but that didn't help. Can anyone please
help me with the problem?

Thanks in advance,
__
Advani Chintan Sanjeev
Research Scholar,
Civil Engineering and Build Environment,
Queensland University of Technology,
Brisbane-4000, Australia.
___
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] Raster calculator

2019-05-23 Per discussione Raymond Nijssen

Hi Jocelyn,

Sorry for not knowing the entire answer, but here are some steps.

1. Select all cells that are not white using the Raster Calculator:

"test@1" != 255 or "test@2" != 255 or "test@3" != 255


2. Set all 0 values to nodata with GRASS r.null


3. This is where I'm stuck too. :( You would like to multiply your input 
raster with the output of step 2 now. But I don't know how to do this in 
a way keeping all 3 bands in the output. (I tried the Raster Calculator, 
the r.mask.rast from GRASS and Raster Masking form SAGA with no luck.)


Hope someone else here can help on this?


Regards,
Raymond



On 23-05-19 15:45, Jocelyn Le Baut wrote:

Hello everybody,

I have a problem to use the raster calculator. Some pixels of my geotiff 
file have the value 255 on the band 1, 2 and 3. I want to replace the 
value by 0 on the band 1, 2 and 3 for these pixels.


I have try with this formula but it's not look good :
("test@1" != 255)+("test@2" != 255)+("test@3" != 255) * "test"

test.jpg
Thanks a lot for the help,

Jocelyn

___
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-it-user] [formazione] Estendere QGIS con Python

2019-05-23 Per discussione Stefano Campus
Sabato 8 giugno nell'aula 11 del Politecnico di Torino, Enrico Ferreguti ci
introdurrà all'uso di Python per la soluzione di problemi spaziali,
attraverso la presentazione di casi d'uso.

L'incontro, patrocinato dal Politecnico e da GFOSS.it, durerà tutta la
giornata.
L'aula è disponibile sino alle 18 e ci stiamo organizzando per il WiFi.


 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Rogue start menu shortcut

2019-05-23 Per discussione Fernando M. Roxo da Motta
On Thu, 23 May 2019 15:35:38 -0300, "Fernando M. Roxo da Motta"
 wrote:

  It seems that it can be reached in the config>customization>start.

  

> On Thu, 23 May 2019 11:43:18 +, Paul Wittle
>  wrote:
> 
>   I am not a Windows user, but I know that there is a configuration to
> show recently used programs in start menu.   I think it can be
> disabled, if one use the procedure to activate and simply uncheck the
> option.
> 
> See:
> https://answers.microsoft.com/en-us/windows/forum/windows_10-start/view-recently-used-programs-in-start-menu-in/bdb1e28b-31f6-460d-9714-82c00c5e0f01
>  
> 
>  HTH
> 
> 
> > Hi,
> > 
> > Yes it is Windows 10 and definitely nothing to do with the
> > installer. The closest I came to tracking it down was that the
> > wintoast module creates a parameter storing a path which is almost
> > right (it actually writes to the user profile but other than that
> > it is the same path) and it also creates a parameter for the file
> > extension *.lnk.
> > 
> > I don’t think it is anything to do with Windows itself as I’m not
> > aware of any other application which does this; it appears to be
> > creating the link as part of the load procedures.
> > 
> > Icons do appear in the recently used section automatically but this
> > is creating a physical file with the extension *.lnk and as far as I
> > can tell; wintoast is the only bit of code which is aimed at Windows
> > users and has the concept of a *.lnk file (shortcut).
> > 
> > Paul
> > 
> > From: Alexandre Neto 
> > Sent: 23 May 2019 12:34
> > To: Paul Wittle 
> > Cc: qgis-user@lists.osgeo.org
> > Subject: Re: [Qgis-user] Rogue start menu shortcut
> > 
> > Hi Paul,
> > 
> > Are you using Windows 10? I have seen that happen on a Windows 10
> > VM. The good part is that it's not related to QGIS installer, it's
> > something Windows creates (like a recently used program). The bad
> > part is that I was not able to avoid it... :-(
> > 
> > Cheers,
> > 
> > Alex
> > 
> > On Thu, May 23, 2019 at 12:13 PM Paul Wittle
> > mailto:paul.wit...@dorsetcouncil.gov.uk>>
> > wrote: Hi,
> > 
> > My install of QGIS 3 (LTR) keeps adding a shortcut to the start menu
> > every time I load the application. I can literally delete the
> > shortcut then open QGIS and watch it create the icon again.
> > 
> > Does anyone know how to stop it doing this; it is frankly just
> > annoying when applications change the start menu on load rather than
> > keeping that short of thing to the installer?
> > 
> > I already have the shortcuts I need so this is just adding back a
> > duplicate entry I can’t remove.
> > 
> > Thanks,
> > Paul
> > 
> > This e-mail and any files transmitted with it are intended solely
> > for the use of the individual or entity to whom they are addressed.
> > It may contain unclassified but sensitive or protectively marked
> > material and should be handled accordingly. Unless you are the named
> > addressee (or authorised to receive it for the addressee) you may
> > not copy or use it, or disclose it to anyone else. If you have
> > received this transmission in error please notify the sender
> > immediately. All traffic may be subject to recording and/or
> > monitoring in accordance with relevant legislation. Any views
> > expressed in this message are those of the individual sender,
> > except where the sender specifies and with authority, states them
> > to be the views of Dorset Council. Dorset Council does not accept
> > service of documents by fax or other electronic means. Virus
> > checking: Whilst all reasonable steps have been taken to ensure
> > that this electronic communication and its attachments whether
> > encoded, encrypted or otherwise supplied are free from computer
> > viruses, Dorset Council accepts no liability in respect of any
> > loss, cost, damage or expense suffered as a result of accessing
> > this message or any of its attachments. For information on how
> > Dorset Council processes your information, please see
> > www.dorsetcouncil.gov.uk/416433
> > ___ 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
> > This e-mail and any files transmitted with it are intended solely
> > for the use of the individual or entity to whom they are addressed.
> > It may contain unclassified but sensitive or protectively marked
> > material and should be handled accordingly. Unless you are the
> > named addressee (or authorised to receive it for the addressee) you
> > may not copy or use it, or disclose it to anyone else. If you have
> > received this transmission in error please notify the sender
> > immediately. All traffic may be subject to recording and/or
> > monitoring in accordance with relevant legislation. Any views
> > expressed in this message are those of the individual 

Re: [Qgis-user] Rogue start menu shortcut

2019-05-23 Per discussione Fernando M. Roxo da Motta
On Thu, 23 May 2019 11:43:18 +, Paul Wittle
 wrote:

  I am not a Windows user, but I know that there is a configuration to
show recently used programs in start menu.   I think it can be
disabled, if one use the procedure to activate and simply uncheck the
option.

See:
https://answers.microsoft.com/en-us/windows/forum/windows_10-start/view-recently-used-programs-in-start-menu-in/bdb1e28b-31f6-460d-9714-82c00c5e0f01
 

 HTH


> Hi,
> 
> Yes it is Windows 10 and definitely nothing to do with the installer.
> The closest I came to tracking it down was that the wintoast module
> creates a parameter storing a path which is almost right (it actually
> writes to the user profile but other than that it is the same path)
> and it also creates a parameter for the file extension *.lnk.
> 
> I don’t think it is anything to do with Windows itself as I’m not
> aware of any other application which does this; it appears to be
> creating the link as part of the load procedures.
> 
> Icons do appear in the recently used section automatically but this
> is creating a physical file with the extension *.lnk and as far as I
> can tell; wintoast is the only bit of code which is aimed at Windows
> users and has the concept of a *.lnk file (shortcut).
> 
> Paul
> 
> From: Alexandre Neto 
> Sent: 23 May 2019 12:34
> To: Paul Wittle 
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Rogue start menu shortcut
> 
> Hi Paul,
> 
> Are you using Windows 10? I have seen that happen on a Windows 10 VM.
> The good part is that it's not related to QGIS installer, it's
> something Windows creates (like a recently used program). The bad
> part is that I was not able to avoid it... :-(
> 
> Cheers,
> 
> Alex
> 
> On Thu, May 23, 2019 at 12:13 PM Paul Wittle
> mailto:paul.wit...@dorsetcouncil.gov.uk>>
> wrote: Hi,
> 
> My install of QGIS 3 (LTR) keeps adding a shortcut to the start menu
> every time I load the application. I can literally delete the
> shortcut then open QGIS and watch it create the icon again.
> 
> Does anyone know how to stop it doing this; it is frankly just
> annoying when applications change the start menu on load rather than
> keeping that short of thing to the installer?
> 
> I already have the shortcuts I need so this is just adding back a
> duplicate entry I can’t remove.
> 
> Thanks,
> Paul
> 
> This e-mail and any files transmitted with it are intended solely for
> the use of the individual or entity to whom they are addressed. It
> may contain unclassified but sensitive or protectively marked
> material and should be handled accordingly. Unless you are the named
> addressee (or authorised to receive it for the addressee) you may not
> copy or use it, or disclose it to anyone else. If you have received
> this transmission in error please notify the sender immediately. All
> traffic may be subject to recording and/or monitoring in accordance
> with relevant legislation. Any views expressed in this message are
> those of the individual sender, except where the sender specifies and
> with authority, states them to be the views of Dorset Council. Dorset
> Council does not accept service of documents by fax or other
> electronic means. Virus checking: Whilst all reasonable steps have
> been taken to ensure that this electronic communication and its
> attachments whether encoded, encrypted or otherwise supplied are free
> from computer viruses, Dorset Council accepts no liability in respect
> of any loss, cost, damage or expense suffered as a result of
> accessing this message or any of its attachments. For information on
> how Dorset Council processes your information, please see
> www.dorsetcouncil.gov.uk/416433
> ___ 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 This e-mail and
> any files transmitted with it are intended solely for the use of the
> individual or entity to whom they are addressed. It may contain
> unclassified but sensitive or protectively marked material and should
> be handled accordingly. Unless you are the named addressee (or
> authorised to receive it for the addressee) you may not copy or use
> it, or disclose it to anyone else. If you have received this
> transmission in error please notify the sender immediately. All
> traffic may be subject to recording and/or monitoring in accordance
> with relevant legislation. Any views expressed in this message are
> those of the individual sender, except where the sender specifies and
> with authority, states them to be the views of Dorset Council. Dorset
> Council does not accept service of documents by fax or other
> electronic means. Virus checking: Whilst all reasonable steps have
> been taken to ensure that this electronic communication and its
> attachments whether encoded, encrypted or 

Re: [QGIS-it-user] Anomalia quadrato blu nel canvas

2019-05-23 Per discussione Luca Bellani
Grazie mille Enrico. In effetti ho apero un profilo pulito, e non si presenta
la situazione.
Fortunatamente, non sembra dare problemi nel lavorare.
Grazie ancora




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Anomalia quadrato blu nel canvas

2019-05-23 Per discussione Enrico Ferreguti
E' sullo 0,0 geografico
Potrebbe dipendere da qualche plugin che, in mancanza di interazione con
l'utente, disegna un cursore QgsRubberBand di coordinate nulle.
Dovresti provare a disabilitare tutti i plugin per vedere se il problema
sussiste.
Ciao. Enrico Ferreguti

Il giorno gio 23 mag 2019 alle ore 16:38 Luca Bellani <
lucabellani.arqueolo...@gmail.com> ha scritto:

> Grazie per aver confermato.
> Luca
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Anomalia quadrato blu nel canvas

2019-05-23 Per discussione Luca Bellani
Grazie per aver confermato.
Luca



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Raster calculator

2019-05-23 Per discussione Jocelyn Le Baut
Hello everybody,

I have a problem to use the raster calculator. Some pixels of my geotiff
file have the value 255 on the band 1, 2 and 3. I want to replace the value
by 0 on the band 1, 2 and 3 for these pixels.

I have try with this formula but it's not look good :
("test@1" != 255)+("test@2" != 255)+("test@3" != 255) * "test"

[image: test.jpg]
Thanks a lot for the help,

Jocelyn
___
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] Add XY coordinates after digitalization

2019-05-23 Per discussione C Hamilton
You have even more control by using the Lat Lon Tools plugin and running
the "Point layer to fields" processing algorithm.

On Thu, May 23, 2019 at 7:12 AM jean Lukusa  wrote:

> Hi all, I would like  to  know  how  Can I  add XY coordinates  after
> digitalization  of   point  shapefile  in Qgis 3.6.3
> ___
> 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] Add XY coordinates after digitalization

2019-05-23 Per discussione Randal Hale

You can also open your processing toolbox and use "Add Geometry Attributes"

Good Luck

Randy

On 5/23/19 7:06 AM, jean Lukusa wrote:
Hi all, I would like  to  know  how  Can I  add XY coordinates  after  
digitalization  of   point  shapefile  in Qgis 3.6.3


___
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


--
Randal Hale
North River Geographic Systems, Inc
https://www.northrivergeographic.com
(423) 653-3611

___
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] Rogue start menu shortcut

2019-05-23 Per discussione Paul Wittle
Hi,

Yes it is Windows 10 and definitely nothing to do with the installer. The 
closest I came to tracking it down was that the wintoast module creates a 
parameter storing a path which is almost right (it actually writes to the user 
profile but other than that it is the same path) and it also creates a 
parameter for the file extension *.lnk.

I don’t think it is anything to do with Windows itself as I’m not aware of any 
other application which does this; it appears to be creating the link as part 
of the load procedures.

Icons do appear in the recently used section automatically but this is creating 
a physical file with the extension *.lnk and as far as I can tell; wintoast is 
the only bit of code which is aimed at Windows users and has the concept of a 
*.lnk file (shortcut).

Paul

From: Alexandre Neto 
Sent: 23 May 2019 12:34
To: Paul Wittle 
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Rogue start menu shortcut

Hi Paul,

Are you using Windows 10? I have seen that happen on a Windows 10 VM. The good 
part is that it's not related to QGIS installer, it's something Windows creates 
(like a recently used program). The bad part is that I was not able to avoid 
it... :-(

Cheers,

Alex

On Thu, May 23, 2019 at 12:13 PM Paul Wittle 
mailto:paul.wit...@dorsetcouncil.gov.uk>> 
wrote:
Hi,

My install of QGIS 3 (LTR) keeps adding a shortcut to the start menu every time 
I load the application. I can literally delete the shortcut then open QGIS and 
watch it create the icon again.

Does anyone know how to stop it doing this; it is frankly just annoying when 
applications change the start menu on load rather than keeping that short of 
thing to the installer?

I already have the shortcuts I need so this is just adding back a duplicate 
entry I can’t remove.

Thanks,
Paul

This e-mail and any files transmitted with it are intended solely for the use 
of the individual or entity to whom they are addressed. It may contain 
unclassified but sensitive or protectively marked material and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All traffic may be subject to recording and/or monitoring 
in accordance with relevant legislation. Any views expressed in this message 
are those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Dorset Council. Dorset Council does 
not accept service of documents by fax or other electronic means. Virus 
checking: Whilst all reasonable steps have been taken to ensure that this 
electronic communication and its attachments whether encoded, encrypted or 
otherwise supplied are free from computer viruses, Dorset Council accepts no 
liability in respect of any loss, cost, damage or expense suffered as a result 
of accessing this message or any of its attachments. For information on how 
Dorset Council processes your information, please see 
www.dorsetcouncil.gov.uk/416433
___
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
This e-mail and any files transmitted with it are intended solely for the use 
of the individual or entity to whom they are addressed. It may contain 
unclassified but sensitive or protectively marked material and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All traffic may be subject to recording and/or monitoring 
in accordance with relevant legislation. Any views expressed in this message 
are those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Dorset Council. Dorset Council does 
not accept service of documents by fax or other electronic means. Virus 
checking: Whilst all reasonable steps have been taken to ensure that this 
electronic communication and its attachments whether encoded, encrypted or 
otherwise supplied are free from computer viruses, Dorset Council accepts no 
liability in respect of any loss, cost, damage or expense suffered as a result 
of accessing this message or any of its attachments. For information on how 
Dorset Council processes your information, please see 
www.dorsetcouncil.gov.uk/416433
___
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] Add XY coordinates after digitalization

2019-05-23 Per discussione jean Lukusa
Thanks a lot.

Exploration  Geologist
+243 812156128(wattsap,imo)
+243 973741744
+243 840367401

Le jeu. 23 mai 2019 12:41, Gezehagn Gelebo  a écrit :

> You can create X and Y fields in the attribute table, you have to be in an
> edit session to do that.
> And then select, for example, X (1) is equals to $x (2), click Update All
> or Update Selected (3) if you want to apply for only selected features.
> Do the same for Y coordinates. Done.
> [image: image.png]
>
> Gezehagn
>
> On Thu, May 23, 2019 at 2:12 PM jean Lukusa  wrote:
>
>> Hi all, I would like  to  know  how  Can I  add XY coordinates  after
>> digitalization  of   point  shapefile  in Qgis 3.6.3
>> ___
>> 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] Add XY coordinates after digitalization

2019-05-23 Per discussione Gezehagn Gelebo
You can create X and Y fields in the attribute table, you have to be in an
edit session to do that.
And then select, for example, X (1) is equals to $x (2), click Update All
or Update Selected (3) if you want to apply for only selected features.
Do the same for Y coordinates. Done.
[image: image.png]

Gezehagn

On Thu, May 23, 2019 at 2:12 PM jean Lukusa  wrote:

> Hi all, I would like  to  know  how  Can I  add XY coordinates  after
> digitalization  of   point  shapefile  in Qgis 3.6.3
> ___
> 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] Rogue start menu shortcut

2019-05-23 Per discussione Alexandre Neto
Hi Paul,

Are you using Windows 10? I have seen that happen on a Windows 10 VM. The
good part is that it's not related to QGIS installer, it's something
Windows creates (like a recently used program). The bad part is that I was
not able to avoid it... :-(

Cheers,

Alex

On Thu, May 23, 2019 at 12:13 PM Paul Wittle <
paul.wit...@dorsetcouncil.gov.uk> wrote:

> Hi,
>
>
>
> My install of QGIS 3 (LTR) keeps adding a shortcut to the start menu every
> time I load the application. I can literally delete the shortcut then open
> QGIS and watch it create the icon again.
>
>
>
> Does anyone know how to stop it doing this; it is frankly just annoying
> when applications change the start menu on load rather than keeping that
> short of thing to the installer?
>
>
>
> I already have the shortcuts I need so this is just adding back a
> duplicate entry I can’t remove.
>
>
>
> Thanks,
>
> Paul
>
>
> This e-mail and any files transmitted with it are intended solely for the
> use of the individual or entity to whom they are addressed. It may contain
> unclassified but sensitive or protectively marked material and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this transmission in error please notify
> the sender immediately. All traffic may be subject to recording and/or
> monitoring in accordance with relevant legislation. Any views expressed in
> this message are those of the individual sender, except where the sender
> specifies and with authority, states them to be the views of Dorset
> Council. Dorset Council does not accept service of documents by fax or
> other electronic means. Virus checking: Whilst all reasonable steps have
> been taken to ensure that this electronic communication and its attachments
> whether encoded, encrypted or otherwise supplied are free from computer
> viruses, Dorset Council accepts no liability in respect of any loss, cost,
> damage or expense suffered as a result of accessing this message or any of
> its attachments. For information on how Dorset Council processes your
> information, please see www.dorsetcouncil.gov.uk/416433
> ___
> 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] Rogue start menu shortcut

2019-05-23 Per discussione Paul Wittle
Hi,

My install of QGIS 3 (LTR) keeps adding a shortcut to the start menu every time 
I load the application. I can literally delete the shortcut then open QGIS and 
watch it create the icon again.

Does anyone know how to stop it doing this; it is frankly just annoying when 
applications change the start menu on load rather than keeping that short of 
thing to the installer?

I already have the shortcuts I need so this is just adding back a duplicate 
entry I can't remove.

Thanks,
Paul

This e-mail and any files transmitted with it are intended solely for the use 
of the individual or entity to whom they are addressed. It may contain 
unclassified but sensitive or protectively marked material and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All traffic may be subject to recording and/or monitoring 
in accordance with relevant legislation. Any views expressed in this message 
are those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Dorset Council. Dorset Council does 
not accept service of documents by fax or other electronic means. Virus 
checking: Whilst all reasonable steps have been taken to ensure that this 
electronic communication and its attachments whether encoded, encrypted or 
otherwise supplied are free from computer viruses, Dorset Council accepts no 
liability in respect of any loss, cost, damage or expense suffered as a result 
of accessing this message or any of its attachments. For information on how 
Dorset Council processes your information, please see 
www.dorsetcouncil.gov.uk/416433
___
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] Add XY coordinates after digitalization

2019-05-23 Per discussione jean Lukusa
Hi all, I would like  to  know  how  Can I  add XY coordinates  after
digitalization  of   point  shapefile  in Qgis 3.6.3
___
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] Fix Geometries

2019-05-23 Per discussione Richard McDonnell
Hi Finbar,
One other solution would be to use a double buffer, as in a positive buffer 
something like 0.001, followed by a negative buffer of -0.001.
The issue you are facing is common, as most flood polygons are derived from 
raster's and you can get a lot of self-intersections. The double buffer is in 
my experience the handiest method of solving the issue. Also by using such a 
small buffer, even a single buffer, will make little difference, to a house 
being in or out of a flood zone, when taking into account the, resolutions of 
the polygon datasets.
Hope this helps,

Regards,

Richard.

-- 


Richard McDonnell
GIS Specialist | FRM Data Management 


Email:  richard.mcdonn...@opw.ie


Phone:  + 353 (0) 1 647 6543


Mobile:  +353 (0) 87 688 5964

The Office of Public Works
52 St. Stephen's Green
Dublin 2 ~ D02 DR67








-Original Message-
From: Qgis-user  On Behalf Of GILLEN Finbar
Sent: 22 May 2019 11:40
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Fix Geometries

Thanks for all the responses on this... I am going to try the Check Validity 
plugin ('QGIS' method) as a starter within QGIS 3.2. I am using a fairly 
detailed flood polygon so accuracy is key. I will let you know how I get on.

Thanks again,
Finbar

-Original Message-
From: Qgis-user  On Behalf Of Nicolas Cadieux
Sent: 21 May 2019 23:02
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Fix Geometries

Hi,

The Geometry Checker plugin will add a the 'Check Geometries' option in the 
vector menu.  It is very unstable with the current version of QGIS. If you get 
it to run, it should solve most problems.  I get it to run when I only select 
one test at a time.

The most predictable tool is the vector/geometry tools/Check validity using the 
'QGIS' Method (not GEOS).  That should fix your file.  There is a 'remove 
duplicate vertices' and 'delete duplicate geometries' in processing.  Your 
problem could also be caused by a module not working with multipart objects.  
Go to vector/Geometry tools/Multiparts to singleparts.

If your lines don't touch,   try the 'snap Geometries to layer ' in processing.

Nicolas

On 2019-05-21 2:54 a.m., Mithoefer wrote:
> Hi Finnbar,
>
> What plugin are you talking about and what QGIS version do you use?
> You have a number of tools to check geometries. Try "Topology checker" 
> or "Geometry checker" to see where the problems are (invalid 
> geometries). Geometry checker is also able to fix some issues. Maybe 
> thats the one you use.
>
> Anotehr option is GRASS GIS. Have you ever worked wit GRASS GIS? You 
> can create a GRASS database and import your polygons. GRASS GIS uses a 
> topolgical data model and is quite powerful in establishing a desent 
> data model with snapping options and clean functions. You can also try 
> GRASS tools from the processing framework like build polygons or clean.
>
> Regards
> Klaus
>
> Am 20.05.19 um 11:31 schrieb GILLEN Finbar:
>> Hi All,
>>
>> I have a few polygon layers where anytime I go to use them I have to 
>> use the fix geometries plugin so that invalid geometries are fixed.
>>
>> When I save the output from the fixed geometries plugin and add it in 
>> a new project the same issues appears where I can’t use it accurately 
>> to do a Select or Join by Location because some of the geometries are 
>> still seen as invalid even though they have been ‘fixed’.
>>
>> Is there anyway solution to this or do I have to keep using the fix 
>> geometries plugin anytime I use the polygons for analysis?
>>
>> Regards
>>
>> Finbar
>>
>> *
>>
>> The contents and any attachments of this electronic mail message are 
>> confidential and intended only for the named addressees.
>> Dissemination, forwarding, publication or other use of the message or 
>> attachments by any unauthorised person is strictly prohibited.
>>
>> Unless stated to the contrary, any opinions expressed in this message 
>> are personal and may not be attributed to AXA Insurance dac or any 
>> member of the AXA Group of Companies.
>>
>> AXA Insurance dac is regulated by the Central Bank of Ireland. For 
>> business in Northern Ireland, AXA Insurance dac is authorised by the 
>> Central Bank of Ireland and subject to limited regulation by the 
>> Financial Conduct Authority. Details about the extent of our 
>> regulation by the Financial Conduct Authority are available from us 
>> on request. AXA Insurance dac is a private company limited by shares, 
>> registered in Ireland number 136155. Registered Office Wolfe Tone 
>> House, Wolfe Tone Street, Dublin 1.
>>
>> "AXA Supporting Road Safety in Ireland"
>>
>> Internet e-mails are not necessarily secure. AXA Group does not 
>> accept responsibility for changes made to this message after it was 
>> sent. To help promote the use of electronic documents and to be 
>> kinder to the environment, please consider whether you really need to 
>> print this email.
>>
>> 

Re: [Qgis-user] [Qgis-psc] Redmine migration plan: friday 24 may 8:00 CET

2019-05-23 Per discussione Tim Sutton
Hi

This one is best said in emoji:

拾‍♂️‍♀️

Regards

Tim

> On 23 May 2019, at 01:09, Nyall Dawson  wrote:
> 
> On Wed, 22 May 2019 at 22:07, Richard Duivenvoorde  > wrote:
>> 
>> Hi All (lists),
>> 
>> We propose to do the Redmine -> Github migration next friday 24th of may
>> at 8:00 CET (+2).
>> 
>> More or less following this Migration plan:
>> 
>> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141#issuecomment-478296818
>>  
>> 
> 
> Woohoo! It's finally happening!
> 
> Well done to the whole team involved here, it's an exceptional effort
> getting things to this stage!
> 
> Nyall
> 
>> 
>> To be clear: this means http://issues.qgis.org cannot be used on friday,
>> untill the migration is finished and checked.
>> 
>> If anybody has knowledge of an easy way to make Redmine readonly, please
>> let us know. Some googling to me only revealed changing the database
>> user or fiddling with the users in the db itself.
>> 
>> Jorge will be in the lead for the Migration team
>> I (among others) will be around for QGIS Infra
>> Any help or encouragement is appreciated :-)
>> 
>> Let's meet on IRC on friday morning, we can further decide on
>> communication if needed/wanted.
>> 
>> If I miss something, please let us know.
>> 
>> Regards,
>> 
>> Richard Duivenvoorde
>> ___
>> Qgis-psc mailing list
>> qgis-...@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/qgis-psc
> ___
> Qgis-psc mailing list
> qgis-...@lists.osgeo.org 
> https://lists.osgeo.org/mailman/listinfo/qgis-psc 
> 
—









Tim Sutton

Co-founder: Kartoza
Ex Project chair: QGIS.org

Visit http://kartoza.com  to find out about open source:

Desktop GIS programming services
Geospatial web development
GIS Training
Consulting Services

Skype: timlinux 
IRC: timlinux on #qgis at freenode.net

I'd love to connect. Here's my calendar link  to 
make finding time easy.

___
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