Changes between Initial Version and Version 2 of Ticket #4662


Ignore:
Timestamp:
May 15, 2012, 12:03:47 AM (12 years ago)
Author:
ajuvolkov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4662

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #4662 – Description

    initial v2  
    1 Hello, I use gdal v1.9.0. I tried to build virtual datasets by gdal and got a different behaviour gdalwarp on the Linux and Windows platforms.
    2 At the Windows is all ok, but on the Linux platform I got a final vrt without a tag <ColorInterp>Gray</ColorInterp> (this tag exists in the final vrt if I launch gdal under Windows). This tag is very critical for my application. How can I fix this problem?
     1I'm sorry. I have really different version of gdal. But I'm at a loss.
     2I do command gdalwarp --version and got a same result:
     3GDAL 1.9.0, released 2011/12/29 at the Windows and Linux machines.
     4But at the Windows I downloaded ready to use binaries package from the:
    35
    4 See attachments to get a cube_face.vrt in the Linux and Windows platforms and compare it.
     6http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1500-dev.zip
     7
     8At the Linux I'm downloaded sources and built it from the:
     9
     10http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz
     11
     12It is really a different version of the gdal and gives different results, despite the fact that gdalwarp --version gives the same version.
     13
     14I tried to build
     15
     16http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz at the Windows and
     17
     18finally got the same result in the Windows and Linux machines.
     19How is it possible?
     20
     21I want to ask one more question: What about the errors:
     22
     23ERROR 1: tolerance condition error
     24ERROR 1: Reprojection failed, err = -20, further errors will be supressed on the
     25 transform object.
     26
     27When you run my example?