I created a custom polygon in ArcGIS Pro using the Create Features tool and drawing a polygon on the map.
Then, I attempted to use Raster Functions to clip a raster layer to this polygon.
The output is a raster with an inappropriate range of values, clipped to the polygon I created. What is happening here? Why have the pixel values of the raster changed?
The Clipping Type was set to Outside, the Clipping Geometry / Raster was the polygon I created, and "Use input features for clipping geometry" was selected.
The original raster has a range of values from approx. 0-35, and the clip output raster has a range from -3.4e+38 to 3.4e+38 or so.