Ticket #2508 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: rouault Owned by: 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

Changed 5 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

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

Changed 5 years ago by rouault

Typo introduced in r15050/r15051 fixed in r15053/r15054

Note: See TracTickets for help on using tickets.