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.

Attachments (1)

kea_linearbinning.patch (3.8 KB ) - added by Sam Gillingham 7 years ago.
Adds get and SelLinearBinning to the KEA driver

Download all attachments as: .zip

Change History (2)

by Sam Gillingham, 7 years ago

Attachment: kea_linearbinning.patch added

Adds get and SelLinearBinning to the KEA driver

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 37966:

KEA: Add support for Get/SetLinearBinning (patch by Sam Gillingham, fixes #6855)

Note: See TracTickets for help on using tickets.