Re: [gdal-dev] gdal 1.10 & osgeo4w

2012-12-28 Thread Kyle Shannon
Even, the Roadmap page in the wiki shows the end of the year, I imagine that is where the date came from. kss On Fri, Dec 28, 2012 at 3:41 PM, image wrote: > Hello, > > 1/I thought that gdal would released as stable version 2012/12/31 because i > saw this information of the bottom of the followi

Re: [gdal-dev] gdal 1.10 & osgeo4w

2012-12-28 Thread image
Hello, 1/I thought that gdal would released as stable version 2012/12/31 because i saw this information of the bottom of the following forum : http://libregis.org/2012/08/25/updating-gdal-postgis-raster-driver/ 2/Would it be possible to select gdal 1.10 beta via osgeo4w soon (during January)?

Re: [gdal-dev] gdal 1.10 & osgeo4w

2012-12-28 Thread Even Rouault
Le vendredi 28 décembre 2012 23:24:47, image a écrit : > Hello, > > As you know, gdal 1.10 will release as version stable 2012/12/31. Huh, and how did you determine that... ? The beta phase hasn't even yet started, so the release will not occur likely before end of January 2013. > Could you > t

[gdal-dev] gdal 1.10 & osgeo4w

2012-12-28 Thread image
Hello, As you know, gdal 1.10 will release as version stable 2012/12/31. Could you tell me when gdal 1.10 will be available and selectable via osgeo4w_setup please? Thank you to throw light for me. With kind regards. IMAGE -- View this message in context: http://osgeo-org.1560.n6.nabble.co

[gdal-dev] Creating Raster using Spatial Coordinates

2012-12-28 Thread Dheeraj Reddy Mamidi
Hi, I am trying to create a raster (.img format or any other) using some spatial information (using set of points with latitude and longitude). Each point is associated with a value. I need to create a raster file with only those points setting some defined boundary using GDAL (C#). I am new

Re: [gdal-dev] OGR-VFK in 1.9

2012-12-28 Thread Martin Landa
Hi, 2012/11/5 Etienne Tourigny : > e, the vfk driver would be optional (or at least could be > disabled), so should not create any problems for people that do not > compile it, right? there is `--without-vfk` to disable VFk driver if needed. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~la

[gdal-dev] GDAL 1.9.2 python swig-modules build fails on OS X Lion

2012-12-28 Thread Brian Miles
Hello, I'm getting the following error when building python modules for GDAL 1.9.2 on OS X Lion: > for dir in python ; do (cd $dir; make build) || exit; done > python setup.py build > running build > running build_py > creating build > creating build/lib.macosx-10.7-intel-2.7 > copying gdal.py