Is there a way to clip WMS layers to our area of interest.
I have the following WMS layer that I want to clip for Polygon shown in Red.
I am getting the following error message if I try with SAGA Clip for Raster (and a similar message for GDAL).
Is there a way to clip WMS layers to our area of interest.
I have the following WMS layer that I want to clip for Polygon shown in Red.
I am getting the following error message if I try with SAGA Clip for Raster (and a similar message for GDAL).
Is there a way to clip WMS layers to our area of interest
The quick answer here as alluded to in comments, is yes, because that's what a WMS does; it gives a representation of some data usually as an image according to a bounding box. So if you have a bounding box, you can make a request for your area of interest directly (in a browser). A WMS request to fetch an image would look like:
Which gives us:
In QGIS you are doing requests like this every time you zoom and pan the map canvas, for your WMS layer.
If you want to export the WMS for the AOI then you can do so using the Processing Toolbox > Raster Tools > Convert Map to Raster
This methodology has worked for me: