Add metadata accessors and setters to GDALRaster and GDALBand objects
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)
Has patch: |
set
|
Owner: |
changed from nobody to Daniel Wiesmann
|
Status: |
new → assigned
|
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
unset
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In e0b456be: