Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6568 closed defect (fixed)

Useless floating point values in generated VRT

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.1
Component: GDAL_Raster Version: 2.1.0
Severity: normal Keywords: vrt
Cc:

Description

gdalbuildvrt in GDAL 2.1 can produce floating point numbers in SrcRect / DstRect that are only due to rounding issues rather than subpixel accuracy.

Reported in https://lists.osgeo.org/pipermail/gdal-dev/2016-July/044693.html

Change History (6)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 34507:

VRT: avoid useless floating point values in SrcRect / DstRect (fixes #6568)

comment:2 by Even Rouault, 8 years ago

In 34508:

VRT: avoid useless floating point values in SrcRect / DstRect (fixes #6568)

comment:3 by Even Rouault, 8 years ago

In 34509:

VRT: avoid useless floating point values in SrcRect / DstRect (fixes #6568)

comment:4 by Even Rouault, 8 years ago

Milestone: 2.1.1

comment:5 by Even Rouault, 8 years ago

In 34510:

VRT: also use SetSrcWindow() and SetDstWindow() in XMLInit() to avoid floating point issues (fixes #6568)

comment:6 by Even Rouault, 8 years ago

In 34511:

VRT: also use SetSrcWindow() and SetDstWindow() in XMLInit() to avoid floating point issues (fixes #6568)

Note: See TracTickets for help on using tickets.