[Qgis-user] Import SQLite in db3 format

2017-12-24 Per discussione Pat Hin
Hello   i have an "older" sqlite map database saved as a *.db3     In 2.14 i could easily access this by adding as a vector layer   now i am under 2.18 and doing the same shows me the import as pure table.   could i get a short note how i could import it again?   thank you    

Re: [Qgis-user] Shortest path alorithm

2017-10-20 Per discussione Pat Hin
Hello   ok, thank you. I will have a deeper look at it and come back with questions if they will arise.   thank you   pat   Gesendet: Freitag, 20. Oktober 2017 um 11:42 Uhr Von: "Alexander Bruy" <alexander.b...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: 

Re: [Qgis-user] Select QGSFeature with given ID

2017-10-20 Per discussione Pat Hin
tienne.trimai...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: rich...@duif.net, "qgis-userlists.osgeo.org" <qgis-user@lists.osgeo.org> Betreff: Re: [Qgis-user] Select QGSFeature with given ID Have a look at this good blog post from Nyall with QgsFeatureRequest: http:/

Re: [Qgis-user] Select QGSFeature with given ID

2017-10-20 Per discussione Pat Hin
Hello   many thanks.   the method ".setFilterExpression" has been the one i am looking for :)   Many thanks :)   Pat   Gesendet: Donnerstag, 19. Oktober 2017 um 20:39 Uhr Von: "Richard Duivenvoorde" <rdmaili...@duif.net> An: "Pat Hin" <ph...@gmx.de&

Re: [Qgis-user] Select QGSFeature with given ID

2017-10-19 Per discussione Pat Hin
Thank you   i have done it but struggeld. but wil have a second try   thanks   Gesendet: Donnerstag, 19. Oktober 2017 um 18:14 Uhr Von: "Luigi Pirelli" <lui...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: "qgis-userlists.osgeo.org" <qgis-user@lis

[Qgis-user] Select QGSFeature with given ID

2017-10-19 Per discussione Pat Hin
Hello,   i have a vector layer with more than 25k QGSFeature elements in it. By now i run over it by a loop and stop at the Feature with the given ID. But i know this amateurish and worser very slow if i need to run for it several times. So how could i do this more elegant and faster?  

Re: [Qgis-user] Search overall several layers

2017-10-14 Per discussione Pat Hin
nearly 3sec. what is great :)   thnak you pat   Gesendet: Sonntag, 15. Oktober 2017 um 03:55 Uhr Von: "C Hamilton" <adenacult...@gmail.com> An: "Pat Hin" <ph...@gmx.de>, qgis-user <qgis-user@lists.osgeo.org> Betreff: Re: [Qgis-user] Search overall severa

Re: [Qgis-user] Search overall several layers

2017-10-14 Per discussione Pat Hin
. Oktober 2017 um 11:19 Uhr Von: "Richard Duivenvoorde" <rdmaili...@duif.net> An: "Pat Hin" <ph...@gmx.de>, "qgis-userlists.osgeo.org" <qgis-user@lists.osgeo.org> Betreff: Re: [Qgis-user] Search overall several layers On 14-10-17 07:52, Pat Hin w

[Qgis-user] Search overall several layers

2017-10-13 Per discussione Pat Hin
Good morning   i have several layers in attribute tables over them i would like to run a serach for a specific ID. I.e. to find in which of this tables the feature with this given ID is saved. Is there an easy way to do this by standard tools from QGIS GUI?   thx pat

[Qgis-user] Setting path to an icon

2017-10-10 Per discussione Pat Hin
Hello,   i know i have already posted this to the list but maybe somebody could help me now with my issue below :) i have successfully linked my self written script for the processing toolbox as a button to the main menu. Now i would like to link a an own image/icon to this button. Under

Re: [Qgis-user] Fw: Error Message: Adding own script to menu

2017-10-07 Per discussione Pat Hin
option for that (icon) i can add an own icon: how woud i do that?    thx pat   Gesendet: Samstag, 07. Oktober 2017 um 18:28 Uhr Von: DelazJ <del...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: "qgis-userlists.osgeo.org" <qgis-user@lists.osgeo.org> Betr

Re: [Qgis-user] Error by changing the CRS

2017-10-06 Per discussione Pat Hin
Hello Harrissou,   thank you. Save my vector layer (based on the original shapefile in WGS84 format) as a new shapefile  in UTM CRS has worked and pretty easily.   Many thanks Pat   Gesendet: Freitag, 06. Oktober 2017 um 17:55 Uhr Von: DelazJ <del...@gmail.com> An: "Pat Hin&quo

[Qgis-user] Error by changing the CRS

2017-10-06 Per discussione Pat Hin
Hello,   i have an issue under 2.18.13 which i havent had under 2.18.4   I have a shapefiel with the CRS in WGS 84 which i would like to  change to UTM 32N by projection.   I set the project CRS to EPSG:25832, i set the CRS in the imported layer to the same but still i have the

[Qgis-user] Fw: Error Message: Adding own script to menu

2017-10-06 Per discussione Pat Hin
thx pat   Gesendet: Freitag, 06. Oktober 2017 um 08:39 Uhr Von: "Pat Hin" <ph...@gmx.de> An: "qgis-userlists.osgeo.org" <qgis-user@lists.osgeo.org> Betreff: Error Message: Adding own script to menu Hello   i tried to add my own script to the main menu

[Qgis-user] Error Message: Adding own script to menu

2017-10-06 Per discussione Pat Hin
Hello   i tried to add my own script to the main menu of QGIS 2.18.13 and got the attached error message. As it seems i have not installed GRASS and due all my developments and test run well never needed.   So what do i have to do to fully disable it so that i dont need it anymore?  

[Qgis-user] Processing toolbox: Import table

2017-10-04 Per discussione Pat Hin
Hello   i am writing some own script within the processing toolbox. For this i use some data saved in a table ("source_table").   Currently i select them manually and import them like the following:   ##Source_Table=table layerTable = processing.getObjectFromUri(Source_Table)   the code

Re: [Qgis-user] Using matplotlib in "processing toolbox"

2017-10-03 Per discussione Pat Hin
ically possible to use any python module within processing. Matthias On 10/03/2017 10:50 AM, Pat Hin wrote: > Hello > > i do some scripting within the "processing toolbox". > Before to jump deeper in, a general question: > > is it basically possib

[Qgis-user] Using matplotlib in "processing toolbox"

2017-10-03 Per discussione Pat Hin
Hello   i do some scripting within the "processing toolbox". Before to jump deeper in, a general question:   is it basically possible to use matplotlib module within that?   thx pat ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info:

Re: [Qgis-user] Error message: Processing toolbox

2017-10-01 Per discussione Pat Hin
Hello   i have updated to 2.18.13 and the issue is fixed.  I have not lost any projects and my scripts are still running. Many Many thanks for your hint Etienne   pat   Gesendet: Sonntag, 01. Oktober 2017 um 08:41 Uhr Von: "Etienne Trimaille" <etienne.trimai...@gmail.com&

Re: [Qgis-user] Error message: Processing toolbox

2017-10-01 Per discussione Pat Hin
Von: "Etienne Trimaille" <etienne.trimai...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: "qgis-userlists.osgeo.org" <qgis-user@lists.osgeo.org> Betreff: Re: [Qgis-user] Error message: Processing toolbox Hi,   You should avoid cross-posting on many mailing li

[Qgis-user] Error message: Processing toolbox

2017-09-30 Per discussione Pat Hin
  Hello,   i have crashed my QGIS :-))   What i did: Unter "Processing toolbox->option->menu" i enabled checkbox for adding my own script to the menu bar. after restart the processing toolbox is defect and cant be started.   The error message is below.   I tried to reinstall by plugin

[Qgis-user] Adding an own script to main menu

2017-09-30 Per discussione Pat Hin
Hello   i have already raised up this question in another question as a follow up but maybe interesting to raise it as a stand alone question.   i have written an own scrip in processing toolbox. Could this be added to the main menu of QGIS ( i have seen some of the toolbox scripts are

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Per discussione Pat Hin
etic thing for me :)   Pat   Gesendet: Samstag, 30. September 2017 um 11:24 Uhr Von: DelazJ <del...@gmail.com> An: "Pat Hin" <ph...@gmx.de> Cc: "qgis-user@lists.osgeo.org" <qgis-user@lists.osgeo.org> Betreff: Re: Re: Re: [Qgis-user] Processing toolbox:

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Per discussione Pat Hin
Hello   i am sorry. You are right with "reply to all".   How can i deactivate it? i have make a short look through the documentation but not found something about :)   Pat   Gesendet: Samstag, 30. September 2017 um 10:59 Uhr Von: DelazJ <del...@gmail.com> An: "P

[Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Per discussione Pat Hin
Hello,   i am writing some own code within the processing toolbox. So is there a way that the window of the processing toolbox doesnt close automatically after a successfull run?   many thanks Pat ___ Qgis-user mailing list

[Qgis-user] Distance calculation between nodes

2016-07-18 Per discussione Pat Hin
Hello, i have a general questions regards to run some analysis in QGIS.i am going to calculate the distance between the starting points (in WGS84) for the same street submitted by two different map vendors.The result should be in an analytical way in [m] Is that possible? and if yes by which

[Qgis-user] Distance calaculation between streets

2016-07-14 Per discussione Pat Hin
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Good morning, i have a general questions regards to run some analysis in QGIS.i am going to calculate the distance between the