Re: [osg-users] [VPB] Overriding source reprojection requirement invpbmaster

2008-03-29 Thread Norman Vine
Glenn Waldron writes: Robert, Exactly: it is quite possible for different WKT strings to represent the same CS -- I don't think there is a canonical WKT representation per se. I have the same challenge in osgGIS. ECW=GeoTIFF would work but ... unfortunately most of my ECW's are just

Re: [osg-users] [VPB] Overriding source reprojection requirement invpbmaster

2008-03-29 Thread Glenn Waldron
Norman, Your solution works perfectly! Thanks a lot. For the benefit of others, here is my Win32 build batch file. (That odd-looking first line just reads the contents of a WKT .prj file into a variable.) for /F delims= %%p in (boston-image.prj) do set prj=%%p gdal_translate -of vrt -a_srs