Select to view content in your preferred language

Setting raster display manually using arcpy

662
1
02-27-2023 05:43 AM
Labels (1)
Manu
by
Regular Contributor

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.

Tags (1)
0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

Yes the cim is only available through arcpy and arcgis pro.


... sort of retired...
0 Kudos