Let’s say I have raster images and I want to change their color based on their data value(color scaling). If the data values are from -(all negative value) – 0, I want to have that colored Blue. If the data values are from 0 – 0.5, I want to have that colored Light Blue. If the data values are from 0.5 – 1, I want to have that colored Orange. If the data values are from 1 – >1 , I want to have that colored Red. And if there are nodata I wan to have that colored Black. Will that be possible in gdal? And process that in batch?
↧