Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-18 Thread Even Rouault
On mercredi 18 octobre 2017 10:20:41 CEST Chris Marsh wrote: > I was wondering if anyone had thoughts on this? I posted to the proj.4 > list, but seems like this may be a gdal problem and not proj.4 as the > proj.4 command line has no problem with this string. > I have also tried the newest gdal w

Re: [gdal-dev] question about --config cmd line option

2017-10-18 Thread Victor Chernetsky
Thanks Even. I just wanted to confirm it. On Wed, Oct 18, 2017 at 11:51 AM, Even Rouault wrote: > On mercredi 18 octobre 2017 11:40:55 CEST Victor Chernetsky wrote: > > Hello, > > > > I am developing the AmigoCloud driver for GDAL, and I have a question > about > > '-config' command line option.

Re: [gdal-dev] question about --config cmd line option

2017-10-18 Thread Even Rouault
On mercredi 18 octobre 2017 11:40:55 CEST Victor Chernetsky wrote: > Hello, > > I am developing the AmigoCloud driver for GDAL, and I have a question about > '-config' command line option. > > When I use a space it seems to work, but when I use '=', which seems like a > correct way of doing it, I

[gdal-dev] question about --config cmd line option

2017-10-18 Thread Victor Chernetsky
Hello, I am developing the AmigoCloud driver for GDAL, and I have a question about '-config' command line option. When I use a space it seems to work, but when I use '=', which seems like a correct way of doing it, I get the token string with unwanted chars at the end of it. Here is how I call i

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-18 Thread Chris Marsh
I was wondering if anyone had thoughts on this? I posted to the proj.4 list, but seems like this may be a gdal problem and not proj.4 as the proj.4 command line has no problem with this string. I have also tried the newest gdal without success. Cheers Chris On 12 October 2017 at 11:41, Chris Mars