Re: [gdal-dev] strange error

2013-01-29 Thread Terry.Rankine
From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jukka Rahkonen Sent: Tuesday, 29 January 2013 3:57 PM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] strange error Terry Rankine csiro.au> writes: > > Hi Guys > > I miss-spelt an a

Re: [gdal-dev] strange error

2013-01-28 Thread Jukka Rahkonen
Terry Rankine csiro.au> writes: > > Hi Guys > > I miss-spelt an arguement (-dstnodat - its missing the a off the end) and > the command line arg processing was not informative about the error, kept > telling me I had the wrong type of resampling. What you see is just a general help screen and

[gdal-dev] strange error

2013-01-28 Thread Terry Rankine
Hi Guys I miss-spelt an arguement (-dstnodat - its missing the a off the end) and the command line arg processing was not informative about the error, kept telling me I had the wrong type of resampling. -bash-3.2$ gdalwarp --version GDAL 1.9.2, released 2012/10/08 -bash-3.2$ gdalwarp -of ERS -s

Re: [gdal-dev] Strange error on gdalAllRegister()

2011-07-04 Thread Rodolfo Bonnin
I'm sorry Even, Frank, yes, just needed a break :-). Symptoms of Friday's afternoon I guess. Regards, Rodolfo. 2011/7/2 Frank Warmerdam > On 11-07-01 04:29 PM, Rodolfo Bonnin wrote: > >> Hello All, >> >> I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying >> to >> add them

Re: [gdal-dev] Strange error on gdalAllRegister()

2011-07-01 Thread Frank Warmerdam
On 11-07-01 04:29 PM, Rodolfo Bonnin wrote: Hello All, I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying to add them to the list of drivers. I've added them to gdal_frmts.h: void CPL_DLL GDALRegister_PRISM(void) void CPL_DLL GDALRegister_AVNIR2(void) ... gdalallregist

Re: [gdal-dev] Strange error on gdalAllRegister()

2011-07-01 Thread Even Rouault
Le vendredi 01 juillet 2011 22:29:45, Rodolfo Bonnin a écrit : > Hello All, > > I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying > to add them to the list of drivers. > > I've added them to gdal_frmts.h: > > void CPL_DLL GDALRegister_PRISM(void) > void CPL_DLL GDALRegist

[gdal-dev] Strange error on gdalAllRegister()

2011-07-01 Thread Rodolfo Bonnin
Hello All, I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying to add them to the list of drivers. I've added them to gdal_frmts.h: void CPL_DLL GDALRegister_PRISM(void) void CPL_DLL GDALRegister_AVNIR2(void) And provisionally, I've added them to gdalallregister.cpp, joini