Opened 13 years ago

Last modified 5 years ago

#4289 closed defect

Setting the GeoTransform parameters doesn't work on the Intergraph format — at Initial Version

Reported by: DaveOke Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: GDAL_Raster Version: 1.8.0
Severity: normal Keywords:
Cc: ilucena

Description

If the user creates a new Intergraph formatted raster file, calling set geotransform doesn't carry though from the dataset to the raster band, resulting in an incorrect transformation matrix being encoded in the resultant intergraph .grd file.

We fixed temporarly by adding in the IntergraphRasterBand::FlushBandHeader function the ability to copy the transformation matrix from the dataset, only it a transformation matrix has been set, to the raster band before the headers are written.

Change History (0)

Note: See TracTickets for help on using tickets.