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
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
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
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-
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
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
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-
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 (
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 ?
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
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
11 matches
Mail list logo