Opened 7 years ago
Closed 7 years ago
#6855 closed enhancement (fixed)
Add support for Get/SetLinearBinning to KEA driver
Reported by: | Sam Gillingham | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDAL_Raster | Version: | 2.1.3 |
Severity: | normal | Keywords: | |
Cc: |
Description
This patch is the equivalent of this commit in the standalone driver in the kealib source tree: https://bitbucket.org/chchrsc/kealib/commits/1070cda4086c21d6944e60fe5833bcd35621e37d
This adds the Get and SetLinearBinning functions that have been missing up until now. They are implemented by setting the band metadata items that were listed in the paper.
This is related to https://trac.osgeo.org/gdal/ticket/6854 in that it allows applications to use the Get and SetLinearBinning calls instead of the band metadata items. These calls are documented whereas the metadata isn't.
Adds get and SelLinearBinning to the KEA driver