Re: [gdal-dev] Motion: Approve GDAL/OGR 1.10.1RC2 for release

2013-08-28 Thread Howard Butler
+ 1 On Aug 28, 2013, at 1:50 PM, Daniel Morissette wrote: > +0.5 I don't think I'll have time to test in the next few days but am > supportive of the release. > > Daniel > > On 13-08-28 2:40 PM, Even Rouault wrote: >> Gentlemen, >> >> this is a friendly reminder that this motion is open for

Re: [gdal-dev] Motion: Approve GDAL/OGR 1.10.1RC2 for release

2013-08-28 Thread Daniel Morissette
+0.5 I don't think I'll have time to test in the next few days but am supportive of the release. Daniel On 13-08-28 2:40 PM, Even Rouault wrote: Gentlemen, this is a friendly reminder that this motion is open for vote. Even Hi, I have prepared a GDAL/OGR 1.10.1 RC2. The difference betwee

Re: [gdal-dev] Motion: Approve GDAL/OGR 1.10.1RC2 for release

2013-08-28 Thread Even Rouault
Gentlemen, this is a friendly reminder that this motion is open for vote. Even > Hi, > > I have prepared a GDAL/OGR 1.10.1 RC2. The difference between RC1 and RC2 > is http://trac.osgeo.org/gdal/ticket/5214 and > http://trac.osgeo.org/gdal/ticket/5217 > > PSC members, please vote for the foll

Re: [gdal-dev] GDAL -> DIB

2013-08-28 Thread Ivan Lucena
Hi there, The tutorial will help you navigate through the GDAL API and from that you can learn how to take the information you want to build your DIB. If you are using C++ against the MSFC, you might take a look at the GDAL C# applications examples on swig/csharp/apps [http://trac.osgeo.org/gd

Re: [gdal-dev] GDAL -> DIB

2013-08-28 Thread Jean-Claude Repetto
Le 28/08/2013 17:03, Ismael BELAAOUAD a écrit : Hello, I'm trying to load GDAL Raster dataset into DIB (Device Independent Bitmap) in C++ project. Can someone help me with that? Best regards, Hi, Have you read the tutorial at http://www.gdal.org/gdal_tutorial.html ? Jean-Claude _

[gdal-dev] GDAL -> DIB

2013-08-28 Thread Ismael BELAAOUAD
Hello, I'm trying to load GDAL Raster dataset into DIB (Device Independent Bitmap) in C++ project. Can someone help me with that? Best regards, Ismaël BELAAOUAD Project Manager Conception & Développement Corolle Tél. : 03 2964 3940  Gsm : 06 3785 4420 ou 06 2747 0006 (Perso) Circet Est : 4, 

Re: [gdal-dev] gdalwarp no data option

2013-08-28 Thread Even Rouault
Le mercredi 28 août 2013 10:24:08, garfy a écrit : > Using gdalwarp mosaic, and setting nodata as "0" , I have been able to > mosaic successfully. > But in my case, "0" = no data when out of image extents, and inside extents > it is a valid value. > Can some one explain if the value 0 comes in imag

[gdal-dev] gdalwarp no data option

2013-08-28 Thread garfy
Using gdalwarp mosaic, and setting nodata as "0" , I have been able to mosaic successfully. But in my case, "0" = no data when out of image extents, and inside extents it is a valid value. Can some one explain if the value 0 comes in image extents , how does gdal handle it ? -- View this message

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-28 Thread BigBaka
Thanks Jean-Claude that will be a big help to many I'm sure. Alas, I have already compiled an installed using the following commands should I first remove libgdal-ecw-src? Or can I just run as per your link from scratch? If I need to remove, could you please give some commands as to how to success

[gdal-dev] [Gdal-dev] gDAL --> DIB

2013-08-28 Thread Ismael BELAAOUAD
Hi Alain, I know that this subject is too old but I'm trying to use GDALCreateDib function you've posted in 2005 but It's not working and there is no error. I've only detected that bmi variable don't take any value during debug... Can you please help me? Best regards, ___