I've got a script that dumps a floating point raster that I'd like to automatically color. Currently I load this raster in ArcGIS Desktop or QGIS and manually create a color table every time I re-run my model. I'd like my model to automatically create a nice color table, but the only functionality I can find is to create a color table for integer only rasters.
My approach so far is to output 2 rasters, one with floating point values rendered in grayscale and a second integer raster that has the colors on it. I can flip between the two to see values, but it's far from optimal.
Is there a technique to procedurally create floating point color tables in GDAL that automatically load with QGIS or ArcGIS Desktop?
أكثر...
My approach so far is to output 2 rasters, one with floating point values rendered in grayscale and a second integer raster that has the colors on it. I can flip between the two to see values, but it's far from optimal.
Is there a technique to procedurally create floating point color tables in GDAL that automatically load with QGIS or ArcGIS Desktop?
أكثر...