<div dir="ltr"><div>Hello everyone, I´m experiencing a weird behavior when reading a raster image (GTiff/GeoTIFF)</div><div><br></div><div>I'm using GDAL 1.9.1 for Linux (Ubuntu 12.04 LTS) and Windows (Win 7 Ultimate SP1) to open a raster image with EPSG:22194</div>
<div><br></div><div>Sample output from gdalinfo for that image on Windows (WKT):</div><div>[...]</div><div>PROJCS["Campo Inchauspe / Argentina 4",</div><div>    GEOGCS["Campo Inchauspe",</div><div>        DATUM["Campo_Inchauspe",</div>
<div>            SPHEROID["International 1924",6378388,297.000000000005,</div><div>                AUTHORITY["EPSG","7022"]],</div><div>            AUTHORITY["EPSG","6221"]],</div>
<div>        PRIMEM["Greenwich",0],</div><div>        UNIT["degree",0.0174532925199433],</div><div>        AUTHORITY["EPSG","4221"]],</div><div>    PROJECTION["Transverse_Mercator"],</div>
<div>    PARAMETER["latitude_of_origin",-90],</div><div>    PARAMETER["central_meridian",-63],</div><div>    PARAMETER["scale_factor",1],</div><div>    PARAMETER["false_easting",4500000],</div>
<div>    PARAMETER["false_northing",0],</div><div>    UNIT["metre",1,</div><div>        AUTHORITY["EPSG","9001"]],</div><div>    AUTHORITY["EPSG","22194"]]</div>
<div>[...]</div><div><br></div><div>Now the output from gdalinfo for the same image on Linux (WKT):</div><div>[...]</div><div>LOCAL_CS["Campo Inchauspe / Argentina 4",</div><div>    GEOGCS["Campo Inchauspe",</div>
<div>        DATUM["unknown",</div><div>            SPHEROID["unretrievable - using WGS84",6378137,298.257223563]],</div><div>        PRIMEM["Greenwich",0],</div><div>        UNIT["degree",0.0174532925199433]],</div>
<div>        AUTHORITY["EPSG","22194"],</div><div>    UNIT["metre",1]]</div><div>[...]</div><div><br></div><div>Any idea of why this might be happening? it also happens with EPSG:22184</div><div>
<br></div><div>Any idea, suggestion or comment is very welcome :)</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Regards,</div><div>Daniel.</div></div>