[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

[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

[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

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

2009-06-23 Thread Tamas Szekeres
+1 Best regards, Tamas 2009/6/23 Frank Warmerdam warmer...@pobox.com 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

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

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 filehttp://www.gdal.org/gdal_vrttut.html . There is an example python code using these

[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

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

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

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:

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 be add to

[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 will

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

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