Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6972 closed defect (fixed)

Wrong scaling warped VRT

Reported by: oleinik Owned by: warmerdam
Priority: normal Milestone: 2.2.2
Component: GDAL_Raster Version: svn-trunk
Severity: major Keywords: warped vrt overview
Cc:

Description

I have warped VRT, that translating in different ways depending on the scale. In the absence of overview images of the source everything is ok. Also scaling works fine when I erase GeoTransform info from VRT-file.
Steps to reproduce result:

  1. Unpack attached archive
  2. gdal_translate grid.vrt test_100.tif
  3. gdal_translate -outsize 50% 50% grid.vrt test_50.tif

Attachments (1)

grid.7z (15.2 KB ) - added by oleinik 7 years ago.

Download all attachments as: .zip

Change History (4)

by oleinik, 7 years ago

Attachment: grid.7z added

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 39653:

Warped VRT: fix implicit overview when output geotransform is not the same as the transformer dst geotransform (fixes #6972)

comment:2 by Even Rouault, 7 years ago

In 39654:

Warped VRT: fix implicit overview when output geotransform is not the same as the transformer dst geotransform (fixes #6972)

comment:3 by Even Rouault, 7 years ago

Keywords: warped vrt overview added
Milestone: 2.2.2
Note: See TracTickets for help on using tickets.