Opened 7 years ago

Closed 7 years ago

#28576 closed New feature (fixed)

Add GetColorInterpretation for GDALBand

Reported by: winsent Owned by: Niall Dalton
Component: GIS Version: 1.11
Severity: Normal Keywords: raster, band
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Add method which return color interpretation value for band. GDAL documentation: http://www.gdal.org/classGDALRasterBand.html#a772e1232ac07944e4c6bce3c66f98103

Change History (5)

comment:1 by Niall Dalton, 7 years ago

Owner: changed from nobody to Niall Dalton
Status: newassigned

comment:2 by Niall Dalton, 7 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Niall Dalton, 7 years ago

Finished

Last edited 7 years ago by Niall Dalton (previous) (diff)

comment:4 by Niall Dalton, 7 years ago

Has patch: set
Last edited 7 years ago by Claude Paroz (previous) (diff)

comment:5 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 4fe6588d:

Fixed #28576 -- Added color interpretation method to GDALBand.

Note: See TracTickets for help on using tickets.
Back to Top