[Qgis-user] Structures extraction in QGIS 3.6.3

2019-06-21 Per discussione jean Lukusa
Hello  Everybody.
Can  you  help  me  how  to  extract  lineaments, fold  and  faults
,using  Qgis3.6 3 with  landsat 8?
___
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] Spatialite - Suggerimenti per Trigger

2019-06-21 Per discussione Aldo Gessa
Salve, non riesco a risolvere questo problema.
Ho creato un DB e sto cercando di impostare un trigger su una tabella
nominata "ATTO_AMMINISTRATIVO",  capace di NON PERMETTERE L'INSERT solo
qualora siano soddisfatte contemporaneamente le seguenti condizioni:
1) se nella colonna "tipo_atto" il valore è diverso da 1 o 2;
2)se la colonna "id_atto_impegno_di_spesa" è valorizzata (NOT NULL).
Ho scritto dopo mille peripezie il seguente trigger:

CREATE TRIGGER ControllaNumImpegno_Insert AFTER INSERT ON
ATTO_AMMINISTRATIVO

BEGIN

SELECT

CASE

WHEN NEW.tipo_atto NOT IN (1,2)  *AND* NEW.id_atto_impegno_di_spesa NOT NULL 

THEN

RAISE (ABORT, 'IL TIPO DI ATTO AMMINISTRATIVO SELEZIONATO NON GENERA UN
IMPEGNO DI SPESA')

END;

END;

Purtroppo fallisce miseramente in quanto, nonostante la clausola AND
nell'istruzione WHEN, questa non viene considerata ed il trigger controlla
solo la condizione 1) con la conseguenza che vieta qualsiasi INSERT per
"tipo_atto" NOT IN (1,2) anche qualora "id_atto_impegno_di_spesa " è NULLO.

E' COME SE LA CLAUSOLA *AND* NON FOSSE AMMESSA. 
Ho fatto prove con la clausola OR e funziona (ma purtroppo non soddisfa la
condizione da me cercata).

Sono certo che sto sbagliando tutto ma prima di arrendermi mi farebbe
piacere conoscere la soluzione.
Spero di essermi spiegato e che ci sia qualcuno che possa illuminarmi.

Saluti

Aldo






--
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] SemiAutomaticClassificationPlugin (SCP-plug-in) warnings

2019-06-21 Per discussione Carolina Rey
Hello everybody:

I am using the SCP-plugin and after going through the whole classification 
(processing) and running it I noticed that a lot of areas where not classified. 
They are in grey which ist not a color from the macroclasses (MC) I have 
chosen. I think it has to do with the error "Warning [10]: The following 
signature has not a covariance matrix and is excluded. Macro: 8 ID: 219". I 
couldn't find anything about this error in the internet. I would also like to 
understand what this matrix exactly is.
On the other Hand the Warning [12] was solved by creating more specific 
classifications in a certain macro class (instead of roof, the MC were called 
red_roofs, white_roofs but had the same colours). Is this an option to solve 
the problem?

I am just starting to use SCP.

Thanks a lot!
Carolina

[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png]
 Libre de virus. 
www.avg.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] QGIS Portable 3.x

2019-06-21 Per discussione roberto montagnetti
Fantastico Totò grazie mille!

Il ven 21 giu 2019, 22:08 Totò  ha scritto:

> Per favore non ringraziatemi in privato,
> il prio è bello in pubblico.
>
> saluti ;-)
>
>
>
> -
> https://pigrecoinfinito.wordpress.com/
> --
> 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] QGIS Portable 3.x

2019-06-21 Per discussione Totò
Per favore non ringraziatemi in privato,
il prio è bello in pubblico.

saluti ;-)



-
https://pigrecoinfinito.wordpress.com/
--
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] QGIS Portable 3.x

2019-06-21 Per discussione Totò
Salve lista,
ho creato un repository in cui spiego come realizzare una versione Portable
di QGIS 3.x usando il file *.exe.

È possibile scaricare una versione 3.4.8 LTR, presto aggiungero altre
versioni pronte per l'uso

repository
https://github.com/pigreco/QGIS_portable_3x

PS:
per chi avesse idee o altri suggerimenti, puo' usare le issue.

saluti



-
https://pigrecoinfinito.wordpress.com/
--
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] Recall: Editing Attribute Table Data

2019-06-21 Per discussione Altergott, Randy (CCI-Southwest)
Altergott, Randy (CCI-Southwest) would like to recall the message, "Editing 
Attribute Table Data".
___
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] Midvatten

2019-06-21 Per discussione Girolamo Dixit Dominus
Buonasera,
sto trovando molti problemi nell’utilizzo del plugin Midvatten in Qgis 2.18.
Dopo aver caricato correttamente i dati in formato .csv, come richiede il 
plugin, non so come procedere per la visualizzazione degli stessi all’interno 
delle diverse tabelle di default create da Midvatten.
Qualcuno sa come aiutarmi ? 
Grazie Girolamo
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] geotaggare foto

2019-06-21 Per discussione Martina Savarese
Grazie per tutti i suggerimenti. Ad una prima occhiata mi pare che il
metodo suggerito da Totò faccia al caso mio, già pensavo di utilizzare
Exiftool, ma non sapevo come fare a geottaggare tutte le foto insieme
anzichè una ad una.
Appena mi registro sulla piattaforma prometto di lasciare un like :)

Martina

Il Ven 21 Giu 2019 12:26 Totò  ha scritto:

> marti_ wrote
> > Sapete se esiste un plugin o è prevista l'implementazione di un algoritmo
> > del genere?
> > O qualunque altra indicazione utile
> >
> > Grazie,
> > Martina
>
> ciao ecco il mio blog post sull'argomento (grazie Rossella)
>
>
> https://pigrecoinfinito.wordpress.com/2016/09/24/aggiungere-tag-gps-alle-foto/
>
> per favore se utile lasciare un like, un commento
>
> saluti
>
>
>
> -
> https://pigrecoinfinito.wordpress.com/
> --
> 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-user] Plugin to perform repetetive update ?

2019-06-21 Per discussione 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]
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

D

6313 6849

W

www.lifa.dk

M

2492 4866

CVR

20937289


[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

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-it-user] geotaggare foto

2019-06-21 Per discussione Totò
marti_ wrote
> Sapete se esiste un plugin o è prevista l'implementazione di un algoritmo
> del genere?
> O qualunque altra indicazione utile
> 
> Grazie,
> Martina

ciao ecco il mio blog post sull'argomento (grazie Rossella)

https://pigrecoinfinito.wordpress.com/2016/09/24/aggiungere-tag-gps-alle-foto/

per favore se utile lasciare un like, un commento 

saluti



-
https://pigrecoinfinito.wordpress.com/
--
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] geotaggare foto

2019-06-21 Per discussione Giulio Fattori

Il 21/06/2019 12:06, Martina Savarese ha scritto:

Salve,
vorrei geotaggare delle vecchie foto di edifici che, più o meno, so 
dove ho scattato e che ho riportato come punti in QGIS aggiungendo 
anche le colonne x e y per le coordinate oltre ad una colonna con il 
percorso delle foto. Ho visto che dalla 3.6 è stata una introdotta una 
nuova classe QgsExifTools che permetterebbe di farlo ma ahimè non sono 
in grado di scrivere un script per utilizzarla.
Probabilmente dovrei studiarmi l'algoritmo "geotag and import photo" e 
provare a scrivere qualcosa che praticamente faccia l'inverso, usando 
questa nuova classe ma la vedo lunga :)
Sapete se esiste un plugin o è prevista l'implementazione di un 
algoritmo del genere?

O qualunque altra indicazione utile

Grazie,
Martina

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


Puoi usare geosetter, funziona alla grande

Saluti

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


Re: [QGIS-it-user] geotaggare foto

2019-06-21 Per discussione Rossella Di Bari
Ciao Martina, io ho risolto con il plugin importphotos, dovrebbe esserci
anche un articolo sul blog di Totò che non riesco a linkare perché sono
fuori. Ad ogni modo è intuitivo e semplice da usare.
Spero faccia anche al caso tuo :)
Ciao

Rossella

Il ven 21 giu 2019, 12:07 Martina Savarese  ha
scritto:

> Salve,
> vorrei geotaggare delle vecchie foto di edifici che, più o meno, so dove
> ho scattato e che ho riportato come punti in QGIS aggiungendo anche le
> colonne x e y per le coordinate oltre ad una colonna con il percorso delle
> foto. Ho visto che dalla 3.6 è stata una introdotta una nuova classe
> QgsExifTools che permetterebbe di farlo ma ahimè non sono in grado di
> scrivere un script per utilizzarla.
> Probabilmente dovrei studiarmi l'algoritmo "geotag and import photo" e
> provare a scrivere qualcosa che praticamente faccia l'inverso, usando
> questa nuova classe ma la vedo lunga :)
> Sapete se esiste un plugin o è prevista l'implementazione di un algoritmo
> del genere?
> O qualunque altra indicazione utile
>
> Grazie,
> Martina
> ___
> 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


[QGIS-it-user] geotaggare foto

2019-06-21 Per discussione Martina Savarese
Salve,
vorrei geotaggare delle vecchie foto di edifici che, più o meno, so dove ho
scattato e che ho riportato come punti in QGIS aggiungendo anche le colonne
x e y per le coordinate oltre ad una colonna con il percorso delle foto. Ho
visto che dalla 3.6 è stata una introdotta una nuova classe QgsExifTools
che permetterebbe di farlo ma ahimè non sono in grado di scrivere un script
per utilizzarla.
Probabilmente dovrei studiarmi l'algoritmo "geotag and import photo" e
provare a scrivere qualcosa che praticamente faccia l'inverso, usando
questa nuova classe ma la vedo lunga :)
Sapete se esiste un plugin o è prevista l'implementazione di un algoritmo
del genere?
O qualunque altra indicazione utile

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


[QGIS-it-user] Copia-incolla da shapefile a layer Postgresql

2019-06-21 Per discussione LisaApr
Buongiorno lista,
ho la necessità di caricare periodicamente degli aggiornamenti di layer
Postgis a partire da shapefile. Per non dover ricostruire sempre la
struttura delle tabelle, dare i grant, fare le viste, ecc. preferirei
svuotare le tabelle e riempirle da zero, invece di cancellarle e reimportare
il layer.
Ho provato ad utilizzare il semplice copia-incolla, selezionando tutti i
48245 punti del mio shape e incollandolo sul layer postgis. La struttura
delle tabelle è di soli 2 campi, con nome identico. Però QGIS (ver. 3.4.6)
rimane appeso e ho dovuto chiudere il programma dopo più di 2 ore che
girava. Premetto che se faccio un test con pochi punti, funziona tutto a
perfezione.
Ho windows 10 con 4 Gb di RAM, ma comunque vedevo che non la prendeva tutta,
anzi si assestava su una percentuale abbastanza bassa. Anche di CPU ce n'era
ancora.
Ci sono forse delle funzioni più efficienti di tipo batch da usare che mi
consigliate?

Poi, eliminando il layer postgis e reimportandolo da zero, con l'importa
layer del DB Manager sono riuscita ad ottenere il risultato. Ci ha messo un
pò ma molto meno di prima. Però non è quello che vorrei, sia perché è
delicato ricostruire esattamente la struttura della tabella e gli elementi
collegati, sia perché vorrei delegare il caricamento dati ad utenti che non
hanno permessi di modifica della struttura dati.

Grazie,
Annalisa



--
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] Question

2019-06-21 Per discussione Micha Silver

  
  
Hello
On 21/06/2019 8:23, tokinavalona
  falimanjato Rakotondravelo wrote:


  
  hello,
i'am a geograph student and i use qgis with grass in my
  study and in my job,  i m from Antananarivo Madagascar. the
  problem  is that  grass doesn'nt works. if i use grass, qgis
  crash.
what is the solution? please. 

  

Can you add some more information:

  What operating system, and what versions of QGIS and GRASS?
  What data are you working with?
  
  Exactly what action causes the crash?

Perhaps you can try to work with GRASS standalone?The processing
  toolbox in QGIS is indeed very convenient. But sometimes it adds
  complexity, and causes problems with external algorithms such as
  GRASS. 




  
Note: i m bad in english
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

-- 
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918
  

___
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 Per discussione 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 


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 

*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 


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: 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: 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
___
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 Per discussione 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]
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

D

6313 6849

W

www.lifa.dk

M

2492 4866

CVR

20937289


[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-21 Per discussione 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]
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

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]
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: 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: 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] exporting layout to pdf changes output of locked maps

2019-06-21 Per discussione Reginald
Hi,

I implemented the workflow you mentioned but it appears that locking has no
effect.
This looks like a bug.
Working with themes does work.
Maybe locking should be removed?

Regards,



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user