If I want to crop a raster to fit within a polygon from another set of data, is this possible, and what tools would I use? Pair clip, union, or join? Thank you!
Hi @FaithLesuer
You can use Clip Raster or Extract By Mask to accomplish this. Keep in mind Extract By Mask requires the Spatial Analyst extension. Take care!
In ArcGIS Pro, raster datasets can be used with the Clip tool to extract a portion of one raster dataset using the extent of another dataset (such as a polygon feature). This is similar to the Pairwise Clip function in ArcMap. Ensure that the datasets are in same projection.