Re: [gdal-dev] GDAL / Java bindings : undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE in libgdal.so.1

2012-09-23 Thread Hendy Sumanto
Hi Even, I finally found the cause of the issue. If I build the 1.9 branch from https://svn.osgeo.org/gdal/branches/1.9/gdal it builds OK and printing shared libraries (such as ldd -d -r libgdal.so or ldd -d -r libgdaljni.so) are OK too. If I build the latest trunk from https://svn.osgeo.org/gd

Re: [gdal-dev] s57 layers

2012-09-23 Thread Neelima Emmani
Hi All, Thank you for all the help. Today morning I could solve the problem by setting system variables. In system variables a new variable called GDAL_DATA should be set. Which was not set till now. Below is how I gave and now the system could read all the s57 dataset layers. system variables

Re: [gdal-dev] gdal_polygonize.py

2012-09-23 Thread Etienne Tourigny
make sure your LD_LIBRARY_PATH and PATH point to your custom directories BEFORE system directories. like export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH Also removing system package should help, but it's not necessary if your setup if correct. Etienne On Sun, Sep 23, 2012 at 5:08 PM, Jef

Re: [gdal-dev] GDAL / Java bindings : undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE in libgdal.so.1

2012-09-23 Thread Hendy Sumanto
Tried including the /home/579/hxs579/apps/gdal-trunk/lib into my LD_LIBRARY_PATH but still encountering the same issue. $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/579/hxs579/apps/gdal-trunk/lib:/home/579/hxs579/local/gdal-trunk/gdal/swig/java $ java -classpath '/home/579/hxs579/local/gdal-

Re: [gdal-dev] gdal_polygonize.py

2012-09-23 Thread Jeff Lake
Yes I can .. but have a feeling its running 1.8.0 I installed earlier from RPM currently removing 1.8.0 and seeing if that helps is there going to be a 1.9.1 RPM for el5 ?? -Jeff Lake MichiganWxSystem.com AllisonHouse.com TheWeatherCenter.net GRLevelXStuff.com On 9/23/2012 15:59, Etienne Tourig

Re: [gdal-dev] gdal_polygonize.py

2012-09-23 Thread Jeff Lake
Yes I can .. but have a feeling its running 1.8.0 I installed earlier from RPM is there going to be a 1.9.1 RPM for el5 ?? -Jeff Lake MichiganWxSystem.com AllisonHouse.com TheWeatherCenter.net GRLevelXStuff.com On 9/23/2012 15:59, Etienne Tourigny wrote: Also, can you run any of the executables

Re: [gdal-dev] gdal_polygonize.py

2012-09-23 Thread Etienne Tourigny
Also, can you run any of the executables like gdalinfo? On Sun, Sep 23, 2012 at 3:02 PM, Even Rouault wrote: > Le dimanche 23 septembre 2012 19:57:50, Jeff Lake a écrit : >> am I missing something here?? >> installed gdal 1.9.1 from source >> configure vars .. >> ./configure --with-python --with-

Re: [gdal-dev] gdal_polygonize.py

2012-09-23 Thread Even Rouault
Le dimanche 23 septembre 2012 19:57:50, Jeff Lake a écrit : > am I missing something here?? > installed gdal 1.9.1 from source > configure vars .. > ./configure --with-python --with-geos --with-grass --with-mysql > > but trying to run gdal_polygonize.py > I get the following > > > > Traceback (

[gdal-dev] gdal_polygonize.py

2012-09-23 Thread Jeff Lake
am I missing something here?? installed gdal 1.9.1 from source configure vars .. ./configure --with-python --with-geos --with-grass --with-mysql but trying to run gdal_polygonize.py I get the following Traceback (most recent call last): File "/usr/local/bin/gdal_polygonize.py", line 34, in ?

Re: [gdal-dev] gdal_grid help

2012-09-23 Thread Jeff Lake
Evan ... Thanks .. still seeing a basically blank tiff, but decided to press on to the next step creating a contour shapefile from said raster .. and that works !! as long as that is my end result... Im happy -Jeff Lake MichiganWxSystem.com AllisonHouse.com TheWeatherCenter.net GRLevelXStuff.com

Re: [gdal-dev] gdal_grid help

2012-09-23 Thread Even Rouault
Le dimanche 23 septembre 2012 06:20:27, Jeff Lake a écrit : > ugh.. > I have been attempting to create an interpolated (IDW) raster from CSV, > to no avail all I get is either a totally black tiff or white tiff > here is the command line I have been trying > > gdal_grid -a invdist:power=2.0:smooth