RE: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions

2008-11-04 Thread Peng Gao
setting, e.g. > > config value. > > > > > > Thanks, > > Gao, Peng > > > > > -Original Message----- > > > From: Even Rouault [mailto:[EMAIL PROTECTED] > > > Sent: Monday, November 03, 2008 2:43 PM > > > To: gdal-dev@lists.osgeo.org

Re: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions

2008-11-04 Thread Even Rouault
ember 03, 2008 2:43 PM > > To: gdal-dev@lists.osgeo.org > > Cc: Peng Gao > > Subject: Re: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions > > > > Hi, > > > > Create()/CreateCopy() shouldn't fail if there's a warning due > > to GDALValidateCr

RE: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions

2008-11-03 Thread Peng Gao
mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2008 2:43 PM > To: gdal-dev@lists.osgeo.org > Cc: Peng Gao > Subject: Re: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions > > Hi, > > Create()/CreateCopy() shouldn't fail if there's a warning due > to GDALV

Re: [gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions

2008-11-03 Thread Even Rouault
Hi, Create()/CreateCopy() shouldn't fail if there's a warning due to GDALValidateCreationOptions(). At least, I don't understand how this can happen. Do you notice that behaviour with a specific driver ? I couldn't reproduce a failure. For example, something like: gdal_translate foo.tif bar.ti