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
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
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
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
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
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
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