[gdal-dev] "unresolved external symbol _GDALRegister" caused by a home build of HDF4

2009-06-22 Thread Joaquim Luis
Hi, Being victim of a dll hell provoked by Matlab distributing a private zlib1.dll that casts the a hell out in my MEXs I decided to try to escape it by building one myself but with a different name. Well things are not so simple and I had to rebuild not only zlib but also jpeg, szip, curl (this

Re: Re [Gdal-dev] : GDAL problems with IDLE

2009-06-22 Thread JPKay
I did that already, but it does not want to respond with IDLE, I get the same error. salwa wrote: > > Hi, > try the the following steps > > http://pypi.python.org/pypi/GDAL/ > > > > --- En date de : Lun 22.6.09, JPKay a écrit : > > De: JPKay > Objet: [Gdal-dev] GDAL problems with IDLE > À

Re : [Gdal-dev] GDAL problems with IDLE

2009-06-22 Thread belaqziz salwa
Hi, try the the following steps http://pypi.python.org/pypi/GDAL/ --- En date de : Lun 22.6.09, JPKay a écrit : De: JPKay Objet: [Gdal-dev] GDAL problems with IDLE À: gdal-dev@lists.osgeo.org Date: Lundi 22 Juin 2009, 21h47 Hello, I am trying to install GDAL on my mac running OS x 10.5.7

[Gdal-dev] GDAL problems with IDLE

2009-06-22 Thread JPKay
Hello, I am trying to install GDAL on my mac running OS x 10.5.7 using python 2.5.4. I have followed the directions to build from the cheese shop, however when I go over to IDLE and try the command "from osgeo import ogr" I get the following error: ImportError: No module named osgeo. I assume t

[gdal-dev] VRT images and overview types

2009-06-22 Thread Armin Burger
Hi everybody I noticed some strange behaviour of virtual images with the Erdas RRD overview type. I am using VRT images referencing Geotiff files and applying image stretching parameters (offset and scale) to improve the display in Mapserver applications. The VRT images are created with Pytho

Re: [gdal-dev] Curve support in OGR

2009-06-22 Thread Andreas Neumann
Hi Frank, Good to hear that you are principally interested in curve support. I can understand that you are reluctanct to start such an effort before proper financial backing. Unfortunately I don't have loads of money to support such an effort, but I (resp. my employer) would participate in a join

[gdal-dev] Wiki-arcticle to collect Logos from OSGeo projects available

2009-06-22 Thread Marco Lechner - FOSSGIS e.V.
Hi list, I created a wiki-article where logos of the numerous OSGeo projects can be linked. The reason for creating the page: last week I wasted hours to get logos of most of the OSGeo projects in printquality to arrange them on a poster for the Linxtag in Berlin. All OSGeo projects: please

Re: [gdal-dev] DTED Level 1 to Level 0

2009-06-22 Thread Frank Warmerdam
Aaron Brown wrote: Hi Frank, Thanks for the fast reply and also attaching a subject line, i forgot all about that... :S I had read that link before and i understand the basic differences between DTED levels 0 and 1 however I'm truely stuck at where to start. The task was given to me by a c

RE: [gdal-dev] DTED Level 1 to Level 0

2009-06-22 Thread Aaron Brown
Hi Frank, Thanks for the fast reply and also attaching a subject line, i forgot all about that... :S I had read that link before and i understand the basic differences between DTED levels 0 and 1 however I'm truely stuck at where to start. The task was given to me by a co-worker when I was t

[gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-22 Thread Limei Ran
Hi: I configured it with the commands: 1. ./setenv CFLAGS "-fPIC" 2. ./configure --prefix=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/gdal-1.6.1/local --with-static-proj4=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/proj-4.6.1/local --with-hdf5=/nas/uncch/depts/cep/emc/lr

Re: [gdal-dev] Build OGR with Oracle support

2009-06-22 Thread Andreas Neumann
ok - the problem could now be solved by setting the library path in /etc/ld.so.conf.d/oracle.conf and running ldconfig as root. Then all the libraries could be found. Somehow the LD_LIBRARY_PATH variable was constantly ignored, although it was set and could be queried with echo $LD_LIBRARY_PATH. It