Bug report #16021
processing: gdal's build virtual raster alg within a model has wrong output name
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alexander Bruy | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23936 |
Description
When gdal's build virtual raster algorithm is used within a model, its temporary output file name is wrong, returns a <TEMPORARYNAME>.TIF instead of the correct <TEMPORARYNAME>.VRT.
I've attached a simple model which easily demonstrates the issue. Steps to reproduce:
- Load the attached model into processing
- Run the attached model, add three required raster inputs
- Leave the output as temporary
- Run the model
- Notice the console error message highlighting the wrong file name
- Open the temporary directory in which the VRT was created, and note the presence of the VRT, with the correct .VRT file extension
Associated revisions
[processing] fix modeler output values in case algorithm(s)
execution modifies those (fixes #16021)
[processing] fix modeler output values in case algorithm(s)
execution modifies those (fixes #16021)
(cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333)
[processing] fix modeler output values in case algorithm(s)
execution modifies those (fixes #16021)
(cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333)
History
#1 Updated by Mathieu Pellerin - nIRV almost 8 years ago
- Status changed from Open to Closed
Fixed in changeset 9908d9cf8117741f4614f21595018e97cf829333.