Re: [gdal-dev] can't fetch the projection definition string on Linux

2013-10-03 Thread Daniel Testa
The problem was solved installing libgeotiff-epsg. I did the following: sudo apt-get install libgeotiff-epsg After doing that everything worked as expected. Thanks Carl and Frank for your help. Best regards, Daniel. On Wed, Oct 2, 2013 at 10:15 PM, Frank Warmerdam warmer...@pobox.comwrote:

[gdal-dev] can't fetch the projection definition string on Linux

2013-10-02 Thread Daniel Testa
Hello everyone, I´m experiencing a weird behavior when reading a raster image (GTiff/GeoTIFF) 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 Sample output from gdalinfo for that image on Windows (WKT): [...] PROJCS[Campo

Re: [gdal-dev] can't fetch the projection definition string on Linux

2013-10-02 Thread Frank Warmerdam
Daniel, This is likely due to problems looking up the coordinate system. If you built and installed GDAL yourself it will likely be looking in /usr/local/share/gdal/data for the file pcs.csv. If you installed it via apt-get then it should be looking in /usr/share/gdal/data (or perhaps