Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
