During my classification, I've noticed that it is possible to make a subset of a study area by using these two tools. So what is the basic difference between them & when to use?
Mask is used for raster data set and clip is used in vector data and please read the following figures and results for better understanding and the outputs are represented (source esri)
Md. Mokshedur Rahman ArcGIS includes clip tools both for vector and raster data. Extract by mask tool is similar with raster clip tool and the outputs will be the same.
Clip tool is used for vector data and extract by mask is intented to be used with raster data, beside that the result can be the same just the first one will be faster
Md. Mokshedur Rahman #clip and #extract by mask in ArcGIS they are somehow similar cause they both lead to the same result, but one uses clip when dealing with vector and uses extract by mask when dealing with raster dataset. #subset or resize in Envi.
Md. Mokshedur Rahman Both Clip and Extract by mask are basically the same; however, Extract by mask will change the pixel values based on the two input raster data, while the Clip toolbox will clip the raster input without changing the digital numbers or the gray values.