Re: [Qgis-user] Plugin to perform repetetive update ?

2019-06-25 Thread Bo Victor Thomsen

Hi Lars -

I forgot to mention Anita Graser's "101" pages regarding PyQGIS:

https://anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/

Regards

Bo Victor Thomsen


Den 25-06-2019 kl. 13:00 skrev Lars I. Nielsen, LIFA A/S:


Hi Philip.

I’m a developer, but not a very proficient user of QGIS yet, so 
scripting sounds like music to my ears J


Is scripting inside QGIS without plugins even possible ? The example 
focuses on the script itself, not how to perform the scripting.


Or are you talking about scripting outside QGIS in a regular Python IDE ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk

*D*



6313 6849



*W*



www.lifa.dk

*M*



2492 4866






**
**
Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-a2d53963c7df22f49954c4d226f740f1 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Philip Barlow [mailto:phil...@pembrokeshirecoast.org.uk]
*Sendt:* 21. juni 2019 12:39
*Til:* Lars I. Nielsen, LIFA A/S; 'qgis-user@lists.osgeo.org'
*Emne:* RE: [Qgis-user] Plugin to perform repetetive update ?

Hi Lars,

Should be possible to script with pyQGIS?

Example of how to add and update attributes here:

https://www.geodose.com/2018/09/qgis-python-tutorial-add-field-attribute.html 



Phil

*From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf 
Of *Lars I. Nielsen, LIFA A/S

*Sent:* 21 June 2019 09:39
*To:* 'qgis-user@lists.osgeo.org'
*Subject:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Bo.

Yes, I did have a try with the Processing Modeler, but I failed to 
locate any function to update attributes.


It seems like it’s only purpose is to generate a new (temp) layer ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866






**
**
Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *På vegne 
af *Bo Victor Thomsen

*Sendt:* 20. juni 2019 23:43
*Til:* qgis-user@lists.osgeo.org
*Emne:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Lars -

Have you tried to take a look at the processing framework ? It works 
appr. like the FME Desktop, but inside QGIS.

*https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html*

If you simply want to change / edit the attribute-values of multiple 
records from a layer in one operation, then have a look at:

*https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields*

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark

Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:

Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in
making repetitive updates to features in a QGIS layer a little
less cumbersome.

Does such a tool exist ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866



*CVR*



20937289


Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png
<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S



___

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

Mae'r Awdurdod yn hapus i gyfathrebu yn Gymraeg neu yn Saesneg

The Authority is happy to communicate in Welsh or English

***

Website www.pembrokeshirecoast.org.uk 
<http://www.pembrokeshirecoast.org.uk>


Follow us on Twitter <http://twitter.com/PembsCoast>

Join us on Facebook 
<http://www.facebook.com/group.php?gid=26330984774=ts>


Watch us on Youtube 
<ht

Re: [Qgis-user] Plugin to perform repetetive update ?

2019-06-25 Thread Bo Victor Thomsen

Hi Lars -

It's actually easy - you can ex. use the *python console *(Ctrl-Alt-P). 
It will get you a console window like this:*

*

The rightmost window is a nifty little python editor with syntax 
highlighting and autocompletion. It is activated by clicking the third 
button (from the left) in the console window.


It's like the MapBasic window in MapInfo on steroids.

Take a look at: 
https://www.qgistutorials.com/en/docs/3/getting_started_with_pyqgis.html 
for getting you started.


Regards

Bo Victor Thomsen
GIS & Database specialist
AestaGIS Denmark



Den 25-06-2019 kl. 13:00 skrev Lars I. Nielsen, LIFA A/S:


Hi Philip.

I’m a developer, but not a very proficient user of QGIS yet, so 
scripting sounds like music to my ears J


Is scripting inside QGIS without plugins even possible ? The example 
focuses on the script itself, not how to perform the scripting.


Or are you talking about scripting outside QGIS in a regular Python IDE ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk

*D*



6313 6849



*W*



www.lifa.dk

*M*



2492 4866






**
**
Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-a2d53963c7df22f49954c4d226f740f1 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Philip Barlow [mailto:phil...@pembrokeshirecoast.org.uk]
*Sendt:* 21. juni 2019 12:39
*Til:* Lars I. Nielsen, LIFA A/S; 'qgis-user@lists.osgeo.org'
*Emne:* RE: [Qgis-user] Plugin to perform repetetive update ?

Hi Lars,

Should be possible to script with pyQGIS?

Example of how to add and update attributes here:

https://www.geodose.com/2018/09/qgis-python-tutorial-add-field-attribute.html 



Phil

*From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf 
Of *Lars I. Nielsen, LIFA A/S

*Sent:* 21 June 2019 09:39
*To:* 'qgis-user@lists.osgeo.org'
*Subject:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Bo.

Yes, I did have a try with the Processing Modeler, but I failed to 
locate any function to update attributes.


It seems like it’s only purpose is to generate a new (temp) layer ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866






**
**
Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *På vegne 
af *Bo Victor Thomsen

*Sendt:* 20. juni 2019 23:43
*Til:* qgis-user@lists.osgeo.org
*Emne:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Lars -

Have you tried to take a look at the processing framework ? It works 
appr. like the FME Desktop, but inside QGIS.

*https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html*

If you simply want to change / edit the attribute-values of multiple 
records from a layer in one operation, then have a look at:

*https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields*

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark

Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:

Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in
making repetitive updates to features in a QGIS layer a little
less cumbersome.

Does such a tool exist ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866



*CVR*



20937289


Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png
<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S



___

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

Mae'r Awdurdod yn hapus i gyfathrebu yn Gymraeg neu yn Saesneg

T

Re: [Qgis-user] Plugin to perform repetetive update ?

2019-06-25 Thread Lars I. Nielsen, LIFA A/S
Hi Philip.

I'm a developer, but not a very proficient user of QGIS yet, so scripting 
sounds like music to my ears :)

Is scripting inside QGIS without plugins even possible ? The example focuses on 
the script itself, not how to perform the scripting.

Or are you talking about scripting outside QGIS in a regular Python IDE ?



Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk

D

6313 6849

W

www.lifa.dk

M

2492 4866










[Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-a2d53963c7df22f49954c4d226f740f1]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Philip Barlow [mailto:phil...@pembrokeshirecoast.org.uk]
Sendt: 21. juni 2019 12:39
Til: Lars I. Nielsen, LIFA A/S; 'qgis-user@lists.osgeo.org'
Emne: RE: [Qgis-user] Plugin to perform repetetive update ?

Hi Lars,

Should be possible to script with pyQGIS?

Example of how to add and update attributes here:

https://www.geodose.com/2018/09/qgis-python-tutorial-add-field-attribute.html


Phil

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Lars I. 
Nielsen, LIFA A/S
Sent: 21 June 2019 09:39
To: 'qgis-user@lists.osgeo.org'
Subject: Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Bo.

Yes, I did have a try with the Processing Modeler, but I failed to locate any 
function to update attributes.

It seems like it's only purpose is to generate a new (temp) layer ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866










[Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Bo Victor 
Thomsen
Sendt: 20. juni 2019 23:43
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?


Hi Lars -

Have you tried to take a look at the processing framework ? It works appr. like 
the FME Desktop, but inside QGIS.
https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html

If you simply want to change / edit the attribute-values of multiple records 
from a layer in one operation, then have a look at:
https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark






Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:
Hi list.

I'm looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

Does such a tool exist ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866

CVR

20937289


[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S



___

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

Mae'r Awdurdod yn hapus i gyfathrebu yn Gymraeg neu yn Saesneg

The Authority is happy to communicate in Welsh or English
***
Website www.pembrokeshirecoast.org.uk<http://www.pembrokeshirecoast.org.uk>
Follow us on Twitter<http://twitter.com/PembsCoast>
Join us on Facebook<http://www.facebook.com/group.php?gid=26330984774=ts>
Watch us on Youtube <http://www.youtube.com/user/pcnpa2008#p/u/0/Tw8Udou0p5k>
Look at us on Flickr<http://www.flickr.com/photos/pembrokeshirecoast/>


This email and any attached files should only be read by those persons to whom
they are addressed and be used by them only for their intended purpose.
If you are not the intended recipient please destroy all copies and inform the
sender by return email.

Please note that the contents of this email may be subject to public disclosure
under the Freedom of Information Act 2000 and therefore the confidentiality of
this message and any reply cannot be guaranteed.

Click here<http://www.pembrokeshirecoast.wales/default.asp?PID=413> to view 
PCNPA Privacy Notice - Keeping your Information Safe

For further 

Re: [Qgis-user] Plugin to perform repetetive update ?

2019-06-21 Thread Philip Barlow
Hi Lars,

Should be possible to script with pyQGIS?

Example of how to add and update attributes here:

https://www.geodose.com/2018/09/qgis-python-tutorial-add-field-attribute.html


Phil

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Lars I. 
Nielsen, LIFA A/S
Sent: 21 June 2019 09:39
To: 'qgis-user@lists.osgeo.org'
Subject: Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Bo.

Yes, I did have a try with the Processing Modeler, but I failed to locate any 
function to update attributes.

It seems like it's only purpose is to generate a new (temp) layer ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk

D

6313 6849

W

www.lifa.dk

M

2492 4866










[Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Bo Victor 
Thomsen
Sendt: 20. juni 2019 23:43
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?


Hi Lars -

Have you tried to take a look at the processing framework ? It works appr. like 
the FME Desktop, but inside QGIS.
https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html

If you simply want to change / edit the attribute-values of multiple records 
from a layer in one operation, then have a look at:
https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark






Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:
Hi list.

I'm looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

Does such a tool exist ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866

CVR

20937289


[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S




___

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

Mae'r Awdurdod yn hapus i gyfathrebu yn Gymraeg neu yn Saesneg

The Authority is happy to communicate in Welsh or English


*** 
Website www.pembrokeshirecoast.org.uk
Follow us on Twitter 
Join us on Facebook
Watch us on Youtube 
Look at us on Flickr


This email and any attached files should only be read by those persons to whom
they are addressed and be used by them only for their intended purpose.
If you are not the intended recipient please destroy all copies and inform the
sender by return email.

Please note that the contents of this email may be subject to public disclosure 
under the Freedom of Information Act 2000 and therefore the confidentiality of 
this message and any reply cannot be guaranteed.

Click here to view PCNPA Privacy Notice – Keeping your Information Safe

For further information on the PCNPA please visit our website at 
www.pembrokeshirecoast.org.uk

Please consider the environment before printing this email.

Dim ond y personau hynny yr anfonwyd yr e-bost hwn atynt ac unrhyw ffeiliau 
sydd 
ynghlwm ddylid eu darllen, a dim ond hwy ddylid eu defnyddio at y diben y 
bwriadwyd hwy. 
Os nad y chi yw'r person y bwriadwyd eu derbyn a fyddech gystal â dinistrio pob 
copi a rhoi 
gwybod i'r anfonwr gyda throad yr e-bost.

Noder os gwelwch yn dda y gall cynnwys yr e-bost hwn orfod cael ei ddatgelu i'r 
cyhoedd o 
dan Deddf Rhyddid Gwybodaeth 2000 ac felly ni ellir gwarantu cyfrinachedd y 
neges hon 
nac unrhyw ateb. 

Cliciwch yma i weld Hysbysiad Preifatrwydd APCAP - Cadw eich Gwybodaeth yn 
Ddiogel 

Am ragor o wybodaeth am APCAP ymwelwch â'n gwefan ar www.arfordirpenfro.org.uk 

Ystyrier yr amgylchedd cyn argraffu'r e-bost hwn os gwelwch yn dda.
___
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] Plugin to perform repetetive update ?

2019-06-21 Thread Matthias Kuhn

Hi,

The plugin ExcelSync updates derived attributes on an excel file with a 
1:1 relation to a spatial table.


Does this (partially) meet your needs?

Regards

Matthias

On 6/21/19 10:38 AM, Lars I. Nielsen, LIFA A/S wrote:


Hi Kirk.

I’m looking to simplify/automate updating certain (any number of) 
attributes in various opened tables.


The tool I’m looking for should perform the task with full configuration.

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk

*D*



6313 6849



*W*



www.lifa.dk

*M*



2492 4866






**
**
Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Kirk Schmidt [mailto:k...@nortekresources.com]
*Sendt:* 20. juni 2019 03:58
*Til:* Lars I. Nielsen, LIFA A/S; 'Régis Haubourg'
*Cc:* 'QGIS Users List'
*Emne:* RE: [Qgis-user] Plugin to perform repetetive update ?

Do you expect to modify and update vector data and/or attribute data 
only?


*From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf 
Of *Lars I. Nielsen, LIFA A/S

*Sent:* Thursday, June 20, 2019 10:50 AM
*To:* 'Régis Haubourg'
*Cc:* 'QGIS Users List (qgis-user@lists.osgeo.org)'
*Subject:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Regis.

Yes, I know that anything can be built. But I’m looking for a kind of 
generic tool, that I can use for ad-hoc updates. The updates tasks 
will vary from time to time.


You mention scripts. Is that the Processing Modeler you’re thinking of ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866






**
**
Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png 
<https://www.linkedin.com/company/lifa-a-s/>

Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
**

*Fra:*Régis Haubourg [mailto:regis.haubo...@gmail.com]
*Sendt:* 20. juni 2019 14:43
*Til:* Lars I. Nielsen, LIFA A/S
*Cc:* QGIS Users List (qgis-user@lists.osgeo.org 
<mailto:qgis-user@lists.osgeo.org>)

*Emne:* Re: [Qgis-user] Plugin to perform repetetive update ?

Hi many things are possible using plugins, scripts or even database 
side logic, but we need you to explain what you precisely need so that 
we can help.


Regards

Régis

Le jeu. 20 juin 2019 à 14:41, Lars I. Nielsen, LIFA A/S <mailto:l...@lifa.dk>> a écrit :


Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in
making repetitive updates to features in a QGIS layer a little
less cumbersome.

Does such a tool exist ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
Beskrivelse: Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif

*T*



6313 6800



*@*



l...@lifa.dk <mailto:l...@lifa.dk>

*D*



6313 6849



*W*



www.lifa.dk <http://www.lifa.dk>

*M*



2492 4866



*CVR*



20937289


Beskrivelse: Beskrivelse: Beskrivelse:

C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png
<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

___
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


___
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] Plugin to perform repetetive update ?

2019-06-21 Thread Lars I. Nielsen, LIFA A/S
Hi Bo.

Yes, I did have a try with the Processing Modeler, but I failed to locate any 
function to update attributes.

It seems like it's only purpose is to generate a new (temp) layer ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk

D

6313 6849

W

www.lifa.dk

M

2492 4866










[Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af Bo Victor 
Thomsen
Sendt: 20. juni 2019 23:43
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?


Hi Lars -

Have you tried to take a look at the processing framework ? It works appr. like 
the FME Desktop, but inside QGIS.
https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html

If you simply want to change / edit the attribute-values of multiple records 
from a layer in one operation, then have a look at:
https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark






Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:
Hi list.

I'm looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

Does such a tool exist ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866

CVR

20937289


[Beskrivelse: Beskrivelse:  
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S



___

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
___
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] Plugin to perform repetetive update ?

2019-06-21 Thread Lars I. Nielsen, LIFA A/S
Hi Kirk.

I’m looking to simplify/automate updating certain (any number of) attributes in 
various opened tables.

The tool I’m looking for should perform the task with full configuration.


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk

D

6313 6849

W

www.lifa.dk

M

2492 4866










[Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Kirk Schmidt [mailto:k...@nortekresources.com]
Sendt: 20. juni 2019 03:58
Til: Lars I. Nielsen, LIFA A/S; 'Régis Haubourg'
Cc: 'QGIS Users List'
Emne: RE: [Qgis-user] Plugin to perform repetetive update ?

Do you expect to modify and update vector data and/or attribute data only?

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Lars I. 
Nielsen, LIFA A/S
Sent: Thursday, June 20, 2019 10:50 AM
To: 'Régis Haubourg'
Cc: 'QGIS Users List (qgis-user@lists.osgeo.org)'
Subject: Re: [Qgis-user] Plugin to perform repetetive update ?

Hi Regis.

Yes, I know that anything can be built. But I’m looking for a kind of generic 
tool, that I can use for ad-hoc updates. The updates tasks will vary from time 
to time.

You mention scripts. Is that the Processing Modeler you’re thinking of ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866










[Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Régis Haubourg [mailto:regis.haubo...@gmail.com]
Sendt: 20. juni 2019 14:43
Til: Lars I. Nielsen, LIFA A/S
Cc: QGIS Users List 
(qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>)
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?

Hi many things are possible using plugins, scripts or even database side logic, 
but we need you to explain what you precisely need so that we can help.
Regards
Régis

Le jeu. 20 juin 2019 à 14:41, Lars I. Nielsen, LIFA A/S 
mailto:l...@lifa.dk>> a écrit :
Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

Does such a tool exist ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
[Beskrivelse: Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866

CVR

20937289


[Beskrivelse: Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
___
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
___
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] Plugin to perform repetetive update ?

2019-06-20 Thread Bo Victor Thomsen

Hi Lars -

Have you tried to take a look at the processing framework ? It works 
appr. like the FME Desktop, but inside QGIS.

*https://docs.qgis.org/testing/en/docs/user_manual/processing/index.html*

If you simply want to change / edit the attribute-values of multiple 
records from a layer in one operation, then have a look at:

*https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/attribute_table.html#editing-multiple-fields*

Regards

Bo Victor Thomsen
GIS & Database specialist
AestasGIS Denmark




Den 20-06-2019 kl. 14:40 skrev Lars I. Nielsen, LIFA A/S:


Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.


Does such a tool exist ?

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif


*T*



6313 6800



*@*



l...@lifa.dk

*D*



6313 6849



*W*



www.lifa.dk 

*M*



2492 4866



*CVR*



20937289


Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png 


Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S


___
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] Plugin to perform repetetive update ?

2019-06-20 Thread Kirk Schmidt
Do you expect to modify and update vector data and/or attribute data only? 

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Lars I. 
Nielsen, LIFA A/S
Sent: Thursday, June 20, 2019 10:50 AM
To: 'Régis Haubourg'
Cc: 'QGIS Users List (qgis-user@lists.osgeo.org)'
Subject: Re: [Qgis-user] Plugin to perform repetetive update ?

 

Hi Regis.

 

Yes, I know that anything can be built. But I’m looking for a kind of generic 
tool, that I can use for ad-hoc updates. The updates tasks will vary from time 
to time.

 

You mention scripts. Is that the Processing Modeler you’re thinking of ?

 

 

Med venlig hilsen

 

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
 


T

6313 6800

@

l...@lifa.dk


D

6313 6849

W

www.lifa.dk


M

2492 4866

 

 

 

 



  
 <https://www.linkedin.com/company/lifa-a-s/> Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S 
 

Fra: Régis Haubourg [mailto:regis.haubo...@gmail.com] 
Sendt: 20. juni 2019 14:43
Til: Lars I. Nielsen, LIFA A/S
Cc: QGIS Users List (qgis-user@lists.osgeo.org)
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?

 

Hi many things are possible using plugins, scripts or even database side logic, 
but we need you to explain what you precisely need so that we can help. 

Regards

Régis

 

Le jeu. 20 juin 2019 à 14:41, Lars I. Nielsen, LIFA A/S  a écrit :

Hi list.

 

I’m looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

 

Does such a tool exist ?

 

 

Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif


T

6313 6800

@ 

l...@lifa.dk


D

6313 6849

W

www.lifa.dk


M

2492 4866

CVR

20937289


 <https://www.linkedin.com/company/lifa-a-s/> Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S 

___
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] Plugin to perform repetetive update ?

2019-06-20 Thread Lars I. Nielsen, LIFA A/S
Hi Regis.

Yes, I know that anything can be built. But I’m looking for a kind of generic 
tool, that I can use for ad-hoc updates. The updates tasks will vary from time 
to time.

You mention scripts. Is that the Processing Modeler you’re thinking of ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik

T

6313 6800

@

l...@lifa.dk

D

6313 6849

W

www.lifa.dk

M

2492 4866










[Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S

Fra: Régis Haubourg [mailto:regis.haubo...@gmail.com]
Sendt: 20. juni 2019 14:43
Til: Lars I. Nielsen, LIFA A/S
Cc: QGIS Users List (qgis-user@lists.osgeo.org)
Emne: Re: [Qgis-user] Plugin to perform repetetive update ?

Hi many things are possible using plugins, scripts or even database side logic, 
but we need you to explain what you precisely need so that we can help.
Regards
Régis

Le jeu. 20 juin 2019 à 14:41, Lars I. Nielsen, LIFA A/S 
mailto:l...@lifa.dk>> a écrit :
Hi list.

I’m looking for a tool (plugin or otherwise) that assist me in making 
repetitive updates to features in a QGIS layer a little less cumbersome.

Does such a tool exist ?


Med venlig hilsen

Lars I. Nielsen, LIFA A/S
GIS-konsulent, FME Certified Professional
Geoinformatik
[Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
T

6313 6800

@

l...@lifa.dk<mailto:l...@lifa.dk>

D

6313 6849

W

www.lifa.dk<http://www.lifa.dk>

M

2492 4866

CVR

20937289


[Beskrivelse: Beskrivelse: 
C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]<https://www.linkedin.com/company/lifa-a-s/>
Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
___
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
___
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] Plugin to perform repetetive update ?

2019-06-20 Thread Régis Haubourg
Hi many things are possible using plugins, scripts or even database side
logic, but we need you to explain what you precisely need so that we can
help.
Regards
Régis

Le jeu. 20 juin 2019 à 14:41, Lars I. Nielsen, LIFA A/S  a
écrit :

> Hi list.
>
>
>
> I’m looking for a tool (plugin or otherwise) that assist me in making
> repetitive updates to features in a QGIS layer a little less cumbersome.
>
>
>
> Does such a tool exist ?
>
>
>
>
>
> Med venlig hilsen
>
> Lars I. Nielsen, LIFA A/S
> GIS-konsulent, FME Certified Professional
> Geoinformatik
> [image: Beskrivelse:
> C:\Users\lin\AppData\Roaming\Microsoft\signatures\284x82-Images-Get-L749-l3.gif]
>
> *T*
>
> 6313 6800
>
> *@*
>
> l...@lifa.dk
>
> *D*
>
> 6313 6849
>
> *W*
>
> www.lifa.dk
>
> *M*
>
> 2492 4866
>
> *CVR*
>
> 20937289
>
>
> [image: Beskrivelse:
> C:\Users\lin\AppData\Roaming\Microsoft\signatures\21x21-Images-Get-L749-l8.png]
> 
> Følg os på LinkedIn og læs de seneste nyheder fra LIFA A/S
> ___
> 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