Re: [Qgis-user] Using Processing for nightly ETL jobs

2024-05-22 Thread Germán Carrillo via QGIS-User
Hi All, have a look at: https://github.com/gacarrillor/AppendFeaturesToLayer It has ready-to-use models to perform transform and upsert (update or insert) operations. You can run it via standalone processing (Python) scripts or via QGIS Process. Regards, Germán El mié, 22 may 2024 a las

Re: [Qgis-user] Pyqgis how to append existing gpkg layer

2023-04-26 Thread Germán Carrillo via QGIS-User
Hi all, that's right Andrea. It actually depends on whether you want to append features to an existing layer, or to "append" (one could also say "create") a layer (in)to an existing GPKG database. The latter case is well covered by Anne's answer. See prior messages in this thread:

Re: [Qgis-user] [QGIS-Developer] New community voting member

2023-04-24 Thread Germán Carrillo via QGIS-User
Congratulations Adelcides! Well done! Regards, Germán El lun, 24 abr 2023 a las 8:32, Peter Petrik via QGIS-Developer (< qgis-develo...@lists.osgeo.org>) escribió: > Hi Adelcides, > > welcome and wish you many good and wise decisions as the voting member :) > > Peter > > > > > > On Mon, Apr

Re: [Qgis-user] [QGIS-Developer] Pyqgis how to append existing gpkg layer

2023-04-19 Thread Germán Carrillo via QGIS-User
Bonjour Sylvain, J'espère que vous allez bien. If you want to append features from a source layer to another layer that already exists in a GPKG file, you can do this: - options =

Re: [Qgis-user] How to use QGIS plus-ins (QNEAT3, QChainage) in the Python custom applications?

2023-03-17 Thread Germán Carrillo via QGIS-User
Hi Stephen, if I understand your intention well, yes, I think it's possible, since I've used QGIS plugins in a custom PyQGIS application back in the days (namely, 2009!). I created a post to show off the results and to indicate the procedure (it's in Spanish). You can find it at [1]. Perhaps

Re: [Qgis-user] Snap existing geometry to other layer

2022-04-08 Thread Germán Carrillo via Qgis-user
Hi, also make sure you use QGIS 3.22.x or above, since the algorithm "Snap Geometries to Layer" has been optimized just before that version. Details at: https://github.com/qgis/QGIS/pull/42781 https://github.com/qgis/QGIS/pull/44766 Regards, Germán El vie, 8 abr 2022 a las 9:55, Nicolas