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. If I do gdalinfo ROI_QB_MUL_2.tif I get: Driver: GTiff/GeoTIFF Files: ROI_QB_MUL_2.tif ROI_QB_MUL_2.tfw Size is 893, 567 Coordinate System is: GEOGCS[, DATUM["unknown", SPHEROID["unretrievable - using WGS84",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["metre",1]] Origin = (2.395715062070880,48.813901970760220) Pixel Size = (0.000035468073200,-0.000024505752140) Metadata: TIFFTAG_XRESOLUTION=100 TIFFTAG_YRESOLUTION=100 AREA_OR_POINT=Area Image Structure Metadata: INTERLEAVE=BAND Corner Coordinates: Upper Left ( 2.3957151, 48.8139020) ( 2d23'44.57"E, 48d48'50.05"N) Lower Left ( 2.3957151, 48.8000072) ( 2d23'44.57"E, 48d48'0.03"N) Upper Right ( 2.4273881, 48.8139020) ( 2d25'38.60"E, 48d48'50.05"N) Lower Right ( 2.4273881, 48.8000072) ( 2d25'38.60"E, 48d48'0.03"N) Center ( 2.4115516, 48.8069546) ( 2d24'41.59"E, 48d48'25.04"N) Band 1 Block=893x1 Type=Byte, ColorInterp=Red Band 2 Block=893x1 Type=Byte, ColorInterp=Green Band 3 Block=893x1 Type=Byte, ColorInterp=Blue Any tips of what to do? thank you so much Franz
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev