Re: [OT] Re: [gdal-dev] Distributed processing

2009-06-23 Thread Klokan Petr Přidal
Hi Mateusz, I am sorry, it seems there is no way how to link the abstract directly on the web. So you should go to: http://2009.foss4g.org/presentations/ And click "Vote for abstracts" and then find my presentation. It has a label "GDAL" ;-). Maybe once you log in to their system, then my link m

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

2009-06-23 Thread Mateusz Loskot
Andreas Neumann wrote: > 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

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

2009-06-23 Thread Mateusz Loskot
Limei Ran wrote: > 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 >

[OT] Re: [gdal-dev] Distributed processing

2009-06-23 Thread Mateusz Loskot
Klokan Petr Přidal wrote: > I would like to present the MapTiler at FOSS4G in Sydney in case I get > a time slot... > BTW You can vote for my presentation at: > http://dev.extranet.lisasoft.com/foss4g/itemrate/list/all/gdal/ Trying to load this page, I'm getting "Page not found (404)". If fixed, I

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

2009-06-23 Thread Mateusz Loskot
Normand Savard wrote: > Mateusz Loskot wrote: >> I maintain macros detecting Oracle (autotools at >> http://github.com/mloskot/workshop/tree/) which are used in GDAL >> and I'm interested in improving it, so feel free to report any problems >> >> > Mateusz, > > I'm wondering if a switch could b

RE: [gdal-dev] gdaladdo

2009-06-23 Thread Dillabough, Craig
Even, Sorry I am slow getting back. I was away Monday, and just noticed your message now. The external libtiff version was 3.8.2 My image is: 28800, 9600 Craig -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, June 19, 2009 1:31 PM To: Dillaboug

Re: [gdal-dev] Distributed processing

2009-06-23 Thread Klokan Petr Přidal
Hello John, I developed the Parallel GDAL2Tiles application (info at http://www.maptiler.com/) and I am using the ParallelPython module for GDAL automation on a computer cluster - have a look at http://www.parallelpython.com/. It runs automatically on SMP and multi-core computers and it is simple

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

2009-06-23 Thread Normand Savard
Normand Savard wrote: Mateusz Loskot wrote: I maintain macros detecting Oracle (autotools at http://github.com/mloskot/workshop/tree/) which are used in GDAL and I'm interested in improving it, so feel free to report any problems Mateusz, I'm wondering if a switch could be add to detect li

[gdal-dev] Fwd: Transparency in GDAL WMS

2009-06-23 Thread Joel Odom
For posterity, here is some information about a GDAL WMS driver issue. I opened ticket 3042 to address this. I hope no one minds if I paste the transcript of the conversation below. I often search this list archive for information about GDAL issues and figure this may be useful to have in the ar

Re: [gdal-dev] Quicklook creation with Python/GDAL

2009-06-23 Thread Chaitanya kumar CH
Markus, If I understand your problem correctly you should be able to use GDALDataset::BuildOverviews() and/or GDALRegenerateOverviews() for this task. To avoid a temporary file, you can use a GDAL virtual file . There is an example python code using these func

[gdal-dev] Fwd: Transparency in GDAL WMS

2009-06-23 Thread Joel Odom
Update. Now I think I understand the issue. Here is the resolution: 4 missing from the config file, not a bug. Thanks! -- Forwarded message -- From: Joel Odom Date: Tue, Jun 23, 2009 at 12:21 PM Subject: Fwd: Transparency in GDAL WMS To: gdal-dev@lists.osgeo.org For posteri

Re: [gdal-dev] Motion: Commit Access for Robin Princeley

2009-06-23 Thread Howard Butler
+1 On Jun 23, 2009, at 8:52 AM, Daniel Morissette wrote: +1 Daniel Frank Warmerdam wrote: Motion: GDAL project commit access is granted to Robin Princeley. --- Folks, Robin is involved in the use of GDAL at ESRI and would like to be able to directly fix things in GDAL trunk as well as mai

Re: [gdal-dev] Motion: Commit Access for Robin Princeley

2009-06-23 Thread Daniel Morissette
+1 Daniel Frank Warmerdam wrote: Motion: GDAL project commit access is granted to Robin Princeley. --- Folks, Robin is involved in the use of GDAL at ESRI and would like to be able to directly fix things in GDAL trunk as well as maintaining ESRI branches like the /sandbox/warmerdam/1.6-esri

Re: [gdal-dev] Motion: Commit Access for Robin Princeley

2009-06-23 Thread Tamas Szekeres
+1 Best regards, Tamas 2009/6/23 Frank Warmerdam > Motion: GDAL project commit access is granted to Robin Princeley. > > --- > > Folks, > > Robin is involved in the use of GDAL at ESRI and would like to be able to > directly fix things in GDAL trunk as well as maintaining ESRI branches like

[gdal-dev] Motion: Commit Access for Robin Princeley

2009-06-23 Thread Frank Warmerdam
Motion: GDAL project commit access is granted to Robin Princeley. --- Folks, Robin is involved in the use of GDAL at ESRI and would like to be able to directly fix things in GDAL trunk as well as maintaining ESRI branches like the /sandbox/warmerdam/1.6-esri branch. He has over a decade of exp

Re: [gdal-dev] gdal_translate help

2009-06-23 Thread Frank Warmerdam
Matthew Golczak wrote: Hello, I’m new to gdal concept and I’ll appreciate if you could help me. I’m trying to use gdal_translate to geo-referencing aerial images but with limited success so far. The image is generated as gif file plus information about geo-location of each corner. Due to the fact

[gdal-dev] Quicklook creation with Python/GDAL

2009-06-23 Thread Markus Reinhold
Hej everyone, currently I was able to finish a small Python project utilizing GDAL for creating quicklooks of satellite imagery. What I am doing right now is retrieving the statistics of input bands, applying a standard deviation stretch and saving the result as PNG-dataset. This works quite wel

[gdal-dev] gdal_translate help

2009-06-23 Thread Matthew Golczak
Hello, I’m new to gdal concept and I’ll appreciate if you could help me. I’m trying to use gdal_translate to geo-referencing aerial images but with limited success so far. The image is generated as gif file plus information about geo-location of each corner. Due to the fact that the corner ge