Opened 7 years ago

Closed 7 years ago

#28232 closed New feature (fixed)

Add metadata accessors and setters to GDALRaster and GDALBand objects

Reported by: Daniel Wiesmann Owned by: Daniel Wiesmann
Component: GIS Version: dev
Severity: Normal Keywords: raster gdal gis metadata
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The metadata can contain useful information about the structure of the raster. For instance, GDAL does not have a signed byte data type. Signed byte rasters are opened as unsigned 8bit rasters with a "is signed raster" flag in the metadata.

Change History (4)

comment:1 by Daniel Wiesmann, 7 years ago

Has patch: set
Owner: changed from nobody to Daniel Wiesmann
Status: newassigned

comment:2 by Tim Graham, 7 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 7 years ago

Patch needs improvement: unset

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

Resolution: fixed
Status: assignedclosed

In e0b456be:

Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.

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