[Gdal-dev] building gdal with kakadu

Frank Warmerdam warmerdam at pobox.com
Wed Jul 26 18:40:48 EDT 2006


trale at centrum.cz wrote:
> Hi Frank,
> 
> I figure that out somehow. I have kakadu 4_2_1_00336C with gdal13 
> working now. 

Nick,

Well referring to GDAL 1.3 is a bit non-specific since it encompasses
3 releaes (1.3.0 through 1.3.2) over roughly a year.  In any event,
I guess it doesn't matter since you got past that.


 > There is other issue that worried me more. I have this
> output on gdalwarp.- it used to work. Any idea or workaround ? here is 
> the dump:
 >
> C:\ ...... >gdalwarp -t_srs WGS84 mosaic.tif geomosiac.tif
> ERROR 1: Too many points (441 out of 441). failed to transform, unable 
> to compute output bounds
> 
> mosaic.tif is in UTM and it is ok, based on globalmapper

Likely issues include:
   o PROJ.4 DLL not being found, so no reprojection works.
   o Different and incompatible datums.
   o Or perhaps missing datum shift files.

It would be helpful to have the gdalinfo report on the input file.
In fact, if the gdalinfo report file does not report lat/long bounds
as well, that means there is something fundamental broken with regard
to projections.   In that case, one option might be to use FWTools for
the warping since all the projection related stuff is properly setup
with it.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGF, http://osgeo.org




More information about the Gdal-dev mailing list