Bug report #12523
GDAL Rasterize: allow the selection of a loaded layer in Processing
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giovanni Manghi | ||
Category: | Processing/GDAL | ||
Affected QGIS version: | 2.8.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20667 |
Description
GDAL Rasterize in Processing requires the loading of an external file. It would be good if it would be possible to select one of the loaded layers.
Associated revisions
History
#1 Updated by Giovanni Manghi over 9 years ago
- Status changed from Open to Closed
- Resolution set to invalid
"GDAL Rasterize in Processing requires the loading of an external file."
rasterizing over an existing raster layer is an option and not the default. The default is to have the vector be rasterized in a new raster layer. If the "writes values inside an existing raster layer" is chooses then the user needs just to point the output layer to an existing raster (a choice that has to be made anyway if the user do not want to get a temporary result layer).
#2 Updated by Paolo Cavallini over 9 years ago
- Resolution deleted (
invalid) - Status changed from Closed to Reopened
Use case: I create a blank raster (e.g. with one raster calc) that is loaded automatically. Now if I want to use it as an output raster for rasterization I have to search for it (in /tmp/, with non descriptive names).
It would be much easier and faster if the command would allow me to use the loaded blank raster.
#3 Updated by Giovanni Manghi over 9 years ago
- Assignee changed from Victor Olaya to Giovanni Manghi
- Pull Request or Patch supplied changed from No to Yes
- Status changed from Reopened to In Progress
fixed with https://github.com/qgis/QGIS/pull/1980
#4 Updated by Paolo Cavallini over 9 years ago
- Status changed from In Progress to Feedback
Should this be closed?
#5 Updated by Giovanni Manghi over 9 years ago
the PR is open.
#6 Updated by Giovanni Manghi over 9 years ago
- Resolution set to fixed/implemented
- Status changed from Feedback to Closed