2

Some GDAL algorithms such as gdalbuildvrt or gdalmerge require the selection of input layers. How to make an entry in a graphical model from a list provided by the processing flow?

Vince
  • 20,017
  • 15
  • 45
  • 64
FERRATON
  • 101
  • 4

1 Answers1

1

In QGIS 3, you can use the Multiple input parameter and select Raster as the Data type. You can then connect this parameter to a tool which requires multiple inputs:

Multiple input model

Running the model:

Running model

Joseph
  • 75,746
  • 7
  • 171
  • 282