Feature request #21145
Add support for WCS layers for GDAL based tools in Processing
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/GDAL | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 28963 |
Description
The function Raster>Extraction>Clip Raster by Extend fails when rasterlayer is WCS
Workaround: RightClick layer, use Export>Save As..., and use Map Canvas Extent
History
#1 Updated by Giovanni Manghi almost 6 years ago
- Status changed from Open to Feedback
This is duplicate of another ticket (a feature request) where is asked to allow use WCS layer as input layers for Processing tools, at the moment they are not supported.
#2 Updated by Nyall Dawson almost 6 years ago
Actually they work for native QGIS algorithms, just not the gdal based ones
#3 Updated by Giovanni Manghi almost 6 years ago
Nyall Dawson wrote:
Actually they work for native QGIS algorithms, just not the gdal based ones
mapserver wcs layers do not show as input for qgis core tools. GDAL tools give an error like "FAILURE: No target dataset specified.".
#4 Updated by Nyall Dawson almost 6 years ago
mapserver wcs layers do not show as input for qgis core tools.
Hmm - that's a bug in itself. They do work, they are just filtered from the GUI. I'll fix.
#5 Updated by Nyall Dawson almost 6 years ago
Actually I can't confirm this - if I add a WCS layer I can pick it as an input for native tools like "Raster Surface Volume", "Reclassify by table", etc. It's slow, but that's expected when working directly with a remote source like WCS...
#6 Updated by Giovanni Manghi almost 6 years ago
Nyall Dawson wrote:
Actually I can't confirm this - if I add a WCS layer I can pick it as an input for native tools like "Raster Surface Volume", "Reclassify by table", etc. It's slow, but that's expected when working directly with a remote source like WCS...
you are right, I tried again and it seems to work here too... weird, probably I hit a glitch.
#7 Updated by Giovanni Manghi over 5 years ago
- Status changed from Feedback to Open
- Tracker changed from Bug report to Feature request
- Subject changed from Clip WCS Raster by Extent to Add support for WCS layers for GDAL based tools in Processing
- Category changed from Rasters to Processing/GDAL