Opened 11 years ago

Closed 11 years ago

#5190 closed defect (fixed)

gdalwarp fails when input pixel size is too close to 0

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.10.1
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

Reported in http://lists.osgeo.org/pipermail/gdal-dev/2013-August/036823.html

The issue is that GDALInvGeoTransform() fails when pixel_x_size * pixel_y_size < 0.000000000000001

Change History (1)

comment:1 by Even Rouault, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r26278) and branches/1.10 (r26279)

Note: See TracTickets for help on using tickets.