I have a Raster file which I want to clip into all the features of a Shapefile. Is it possible to do it all at once or do I have clip each one individually on the Extract by Mask tool selecting a different feature each time? I'm using QGis 3.10.
You can clip the raster for all the features of the shapefile, but it is advantageous to create a ROI (region of interest) or AOI (are of interest), which delineates your study area and then extract the rasters features for the AOIs.
The normal operation is to read the user manual of QGIS. You can not remember all the steps or details. It is easy to follow the instructions. In ArcGIS, if the function (i.e. Clip, Extract) can not support all your orders, you can use the Model Builder to further combine functions.
Hey! If You use QGIS 3.10 and tool Extract by Mask You don't need to clip feature by feature, but You can at once clip all the features from the shapefile, but You have to remember about the same coordinate system for the raster and the shapefile.
In ArcGIS there is no problem with this procedure. You can use Model Builder and create a series of several (or more) subsequent steps that will be the same function but with a different shapefile mask. Or you can use Batch processing for any procedure (here Extract by Mask) and give the shapefile and file name as the variable, and the raster as a constant. It works even better in ArcGIS PRo.