Franz Schiller wrote:
Greetings

I've been using GDAL for a while without any major issues or difficulties. But, now I'm facing a difficulty with a gdalwarp operation. And i hope that someone can help me or giving me a few tips: I'm trying to do this: Converting a Geotiff to a EPSG 3763 (Portuguese Coordinate system)
gdalwarp -t_srs 'EPSG:3763' ROI_QB_MUL_2.tif out.tif

And I get this:
ERROR 1: Too many points (441 out of 441) failed to transform,
unable to compute output bounds.

Franz,

I constructed an input file that is fairly similar to yours and tried
a similar warp and did not encounter this problem.  Can you make your file
available for me to test with?  I suspect there is a problem with the way
your software is setup. Perhaps the coordinate system dictionary is not
being found.

You might get more information if you enable debug output:

  gdalwarp -t_srs EPSG:3763 ROI_QB_MUL_2.tif out.tif --debug on

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to