Hi devs and qgis power users,
After investigating I can arg that there's a lack of conflation tools in QGIS
like such existing for Esri :
https://proceedings.esri.com/library/userconf/proc17/tech-workshops/tw_513-105.pdf
Is there some plan or something I miss for doing such task in QGIS ?
T
Hi,
Did you set these variable in env file in your user .vscode dir ?
De : QGIS-User De la part de LI, Xin
Stephen [MIT] via QGIS-User
Envoyé : lundi 13 mars 2023 07:30
À : qgis-user@lists.osgeo.org
Objet : [Qgis-user] How to set PyQGIS imported in VS Code in Windows for a
Python file?
Soyez
t;http://www.alsace.eu>
[facebook]<http://www.facebook.com/toutelalsace> [twitter]
<http://www.twitter.com/toutelalsace> [insta]
<http://www.instagram.com/toutelalsace>
De : QGIS-User De la part de PIERRE Sylvain
via QGIS-User
Envoyé : lundi 13 mars 2023 08:56
À : LI,
Hi dev and users
I don't understand how to append an existing gpkg layer with pyqgis.
I've tried many QgsVectorFileWriter options
self.options.actionOnExistingFile = QgsVectorFileWriter.CreateOrOverwriteLayer
reset final layer
And
self.options.EditionCapability = QgsVectorFileWriter.CanAppendTo
Hi Germán,
options.actionOnExistingFile = QgsVectorFileWriter.AppendToLayerNoNewFields
Was the key. Thanks !
[cid:image001.jpg@01D97369.4FF99FA0]
Sylvain PIERRE
Chef de projet système d’information
Direction des Systèmes d’Information et du Développement Numérique
Service Projets et Ingénierie
Hi users,
Is there anybody could give me any advice about SLYR licensed plugin ?
Official documentation is clear about diffs beetween community and license
version, but I would like to get user experience with process, limits,
difficulties ...
Thanks
[cid:image001.jpg@01DB1033.DCD45100]
Sylvai
Hi
I'm using an expression to select dangle lines on a vector layer :
aggregate(
layer:=@layer ,
aggregate:='count',
expression:=id_graphe,
filter:=intersects($geometry, end_point(geometry(@parent - 1 = 0
or
aggregate(
layer:= @layer ,
aggregate:='count',
expression:=id_graphe,
filter:=inter