Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2508 closed defect (fixed)

gdal_grid doesn't work properly with tiling and don't write geotransform when -txe and -tye not specified

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.5.3
Component: Utilities Version: 1.5.0
Severity: normal Keywords: gdal_grid
Cc: dron

Description

When outputing to a tiled dataset whose dimensions are not multiples of the block dimensions, there are RasterIO errors since we make requests out of the raster dimensions.

Other issue : if neither -txe nor -tye are specified, the geotransform written if 0,0,0,0,0,0. We should use the dfXMin, dfYMin, dfXMax and dfYMax computed on the first layer.

Change History (2)

comment:1 by Even Rouault, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk in r15050 and in branches/1.5 in r15051

comment:2 by Even Rouault, 16 years ago

Typo introduced in r15050/r15051 fixed in r15053/r15054

Note: See TracTickets for help on using tickets.