[gdal-dev] Python bindings for 1.6.0

2008-12-10 Thread Jason Roberts
First of all, many thanks and congratulations to the GDAL team for getting the 1.6.0 release out the door. A special thanks to those of you who fixed the OGR bugs I opened recently. I am eager to try out the final release Python bindings for win32 for Python 2.4, 2.5, and 2.6. Do you know when

[gdal-dev] Intructions to build GDAL for Java

2008-12-10 Thread Lucena, Ivan
Hi there, I build the Java wrapper a couple of days ago following the instructions on [1] but now I need to help someone to build for Windows based on [2] but it looks like there was some changes that are not reflected on neither one of those instructions. For example, there is no more java.op

[gdal-dev] GDAL/OGR 1.6.0 Released

2008-12-10 Thread Frank Warmerdam
The GDAL/OGR project team is pleased to announce the release of GDAL/OGR 1.6.0. This release represents 11 months of new feature development since the GDAL/OGR 1.5.0 release, as well as many bug fixes. The release source code is available as described at: http://trac.osgeo.org/gdal/wiki/Downl

Re: [gdal-dev] gdalwarp cutting off projected image

2008-12-10 Thread Scott Lewis
Frank Warmerdam wrote: Scott Lewis wrote: Frank, The image I've been trying to convert is at this URL. It's about 6MB, hopefully that's not too big. ftp://sidads.colorado.edu/pub/incoming/glewis/polar.gtiff.tif Basically, I'm trying to convert it to a plain-old EPGS:4326 (latlong projecti

RE: [gdal-dev] python build error on svn trunk

2008-12-10 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: Howard Butler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 10 December 2008 10:56 > To: Kralidis,Tom [Ontario] > Cc: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] python build error on svn trunk > > > On Dec 10, 2008, at 6:54 AM, Kralidis,Tom [Ontario

Re: [gdal-dev] Motion: Promote RC4 as official 1.6.0 Release

2008-12-10 Thread Frank Warmerdam
On Sat, Dec 06, 2008 at 08:12:15AM -0500, Frank Warmerdam wrote: Motion: That the GDAL 1.6.0 RC4 release candidate be promoted to being our official 1.6.0 release. Folks, I declare this motion passed with support from DanielM, EvenR, AndreyK, HowardB, TamasS and FrankW. I have updated the d

Re: [gdal-dev] python build error on svn trunk

2008-12-10 Thread Howard Butler
On Dec 10, 2008, at 6:54 AM, Kralidis,Tom [Ontario] wrote: File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 98, in entries_finder log.warn("unrecognized .svn/entries format in %s", dirname) NameError: global name 'log' is not defined Tom, I think your setuptools

[gdal-dev] Python documentation API

2008-12-10 Thread Jacolin Yves
Hello, Some persons from OSGeo-fr began to work on a (french) python documentation. I created an API documentation using doxygen available here [1]. If some of you are interesting to work with us (take care that some of us are not python nor gdal-ogr guru) you can join us in this effort and we

[gdal-dev] Overview building broken

2008-12-10 Thread BenoƮt Andrieu
Hi all ! I am using FWTools 2.2.6 and have some problems with the overview building... I just tried the 2.2.8 release, same result ! My software tries to build a x level overview pyramid on a GTiff. I am using the following code : CPLErr statut_generation_pyramidage = gdal_dataset_copie->Bui

[gdal-dev] python build error on svn trunk

2008-12-10 Thread Kralidis,Tom [Ontario]
On make install (OS = fc10): $./configure --with-png --with-libtiff=internal --with-geotiff=internal --with-jpeg --with-xerces --with-geos=no --with-pg=/usr/bin/pg_config --with-mysql=/usr/bin/mysql_config - -with-sqlite --with-curl=/usr/bin/curl-config --with-python --with-expat $ make