pegaucher / metageta

Automatically exported from code.google.com/p/metageta
Other
0 stars 0 forks source link

Overview generation from byte ESRI binary grids fails #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Overview generation from byte ESRI binary grids fails

Original issue reported on code.google.com by pinner.luke@gmail.com on 22 Jan 2010 at 12:28

GoogleCodeExporter commented 8 years ago
ESRI byte grids can use 255 as the NoData value. The random colour table 
generation
code was putting the nodata RGB colour values at the beginning of the table and 
gdal
was applying this colour to the rest of the table.

Changed to insert the nodata value in the approprriate place in the colour 
table.

Original comment by pinner.luke@gmail.com on 22 Jan 2010 at 12:37