<div dir="ltr">I think this would be rather challenging to achieve with the graphical modeler with the current toolset and would be much more readily developed in a pyqgis script.<div><br></div><div>Whilst it may be possible (although I'm not entirely sure how), the model builder tools support for iterators and conditionals can be a bit hit or miss. Using a python script that is integrated into the model might help provide the interface you are looking for.</div><div><br></div><div>If you are intent on trying to dig deeper into the modeler, a couple notes would be to use the "multiple inputs", and check out the "conditional branch" and "filter by geometry" tools.</div><div><br></div><div>Hope that helps.</div><div><br></div><div>Regards</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 1 Oct 2021 at 23:39, Nicolas Cadieux <<a href="mailto:njacadieux.gitlab@gmail.com">njacadieux.gitlab@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I must be missing the obvious but how can I load a particular layer (or <br>
all layers) from a Geopackage using the graphical modeler? The idea I <br>
want to implement is :1) load geopackage from file -> 2)filter all <br>
layers by geometry type -> 3)save point, line and polygon layers.  I <br>
can't find how to get a handle on the layers between 1 and 2.<br>
<br>
Nicolas<br>
<br>
-- <br>
Nicolas Cadieux<br>
<a href="https://gitlab.com/njacadieux" rel="noreferrer" target="_blank">https://gitlab.com/njacadieux</a><br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>