I am using ArcGIS Pro 2.5.1
I have just downloaded a raster of a UK digital terrain model from Ordnance Survey:
OS OpenData Supply - Download or order OS OpenData
I have extracted the tiles of interest to me and created a raster from them using the Mosaic to New Raster tool.
I now have a single-band raster with cell values 0-255. I want to use the raster to display different elevation bands, so I would like to rescale these values to match the elevation values in metres of my area (Wales). The highest point in my area is 1085 m, so effectively I want to multiply each cell by (1085/255).
First I tried changing the 'Max' value in the Statistics tab of the Symbology pane from 255 to 1085, but this had no effect I could see, and changed back when I clicked away and back to the Symbology pane.
I've tried using the Raster Calculator tool but I'm not sure if that's what I should be using.
What is the best way to rescale the values in a raster?