Changes between Version 23 and Version 24 of GDAL20Changes


Ignore:
Timestamp:
Nov 7, 2012, 3:20:47 PM (12 years ago)
Author:
Sam Gillingham
Comment:

Added comment about improving Raster Attribute Table support

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v23 v24  
    8282Related ticket : #4620.
    8383
     84== Provide improved handling for Large Raster Attribute Tables ==
     85
     86The current GetDefaultRAT/SetDefaultRAT implementation is not suitable for large RAT's - the whole RAT must be read and held in memory. A solution would be to create a new method to return a derived class that handles the actual reading and writing much like GetRasterBand. This derived class could have methods for reading/writing parts of specified columns from/to application managed memory and handling data type conversion much like RasterIO.
     87
    8488== Housekeeping issues ==
    8589