I am creating some raster layers through a Python Toolbox and add them to an ArcMap project. Now, I would like to change the display properties automatically:
1) I need to apply some colour scale, e.g., light yellow to dark red (it does not have to be a custom one, some basic colour scheme would suffice)
2) I want to stretch the display values to a custom range, since some values in the raster layer are outliers and I have alternative min and max values that are not derived from the raster.
Is this possible using arcpy? If so, how?
So far, I only found this page, which, however, only deals with ArcGIS Pro.
Yes the cim is only available through arcpy and arcgis pro.