Re: [gdal-dev] GSOC 2016

2016-03-15 Thread Dmitry Baryshnikov
Hi Sarthak, The first version is not working (do you test it?): https://github.com/sarthak-0415/gdal/commit/36344cc26f23202cb289390322c1d295697136bd#diff-31df0e62d00ca09f9f11ad2f29e94b54R2541 Here you try to get array value with index -1. You need to set ppszDbname = NULL no DB name present in

[gdal-dev] [Windows/ C#] Gdal dll conflicts

2016-03-15 Thread Jerome Siot
Hello, I'm currently deploying a Gdal-based application on various Windows-PCs. For some of them, there are integration problems, due to dll conflicts. As an example: 1) Here is my app directory structure : MyApp | |-- gdal || ||- gdal201.dll ||- libeay32.dll |

Re: [gdal-dev] New config option for date/time output

2016-03-15 Thread Ari Jolma
15.03.2016, 15:59, Joaquim Luis kirjoitti: On Tue, 15 Mar 2016 13:01:29 -, Ari Jolma wrote: 15.03.2016, 14:08, Joaquim Luis kirjoitti: GMT uses "yyy-mm-ddT[hh:mm:ss] (Gregorian) or -Www-ddT[hh:mm:ss] (ISO)" http://gmt.soest.hawaii.edu/doc/latest/gmt.conf.html#calendar-time-paramete

Re: [gdal-dev] New config option for date/time output

2016-03-15 Thread Joaquim Luis
On Tue, 15 Mar 2016 13:01:29 -, Ari Jolma wrote: 15.03.2016, 14:08, Joaquim Luis kirjoitti: GMT uses "yyy-mm-ddT[hh:mm:ss] (Gregorian) or -Www-ddT[hh:mm:ss] (ISO)" http://gmt.soest.hawaii.edu/doc/latest/gmt.conf.html#calendar-time-parameters It would be nice to use the same. I'm

Re: [gdal-dev] New config option for date/time output

2016-03-15 Thread Ari Jolma
15.03.2016, 14:08, Joaquim Luis kirjoitti: GMT uses "yyy-mm-ddT[hh:mm:ss] (Gregorian) or -Www-ddT[hh:mm:ss] (ISO)" http://gmt.soest.hawaii.edu/doc/latest/gmt.conf.html#calendar-time-parameters It would be nice to use the same. I'm not sure I understand you correctly but strftime can d

Re: [gdal-dev] New config option for date/time output

2016-03-15 Thread Joaquim Luis
GMT uses "yyy-mm-ddT[hh:mm:ss] (Gregorian) or -Www-ddT[hh:mm:ss] (ISO)" http://gmt.soest.hawaii.edu/doc/latest/gmt.conf.html#calendar-time-parameters It would be nice to use the same. Joaquim Folks, The OGRFeature::GetFieldAsString returns date/time fields formatted in non-standard way

Re: [gdal-dev] New config option for date/time output

2016-03-15 Thread Ari Jolma
15.03.2016, 11:15, Ari Jolma kirjoitti: Folks, The OGRFeature::GetFieldAsString returns date/time fields formatted in non-standard way. For example date is output as "year/month/day" as more usual "year-month-day". This causes problems in many programs. I suggest adding a new config option

[gdal-dev] New config option for date/time output

2016-03-15 Thread Ari Jolma
Folks, The OGRFeature::GetFieldAsString returns date/time fields formatted in non-standard way. For example date is output as "year/month/day" as more usual "year-month-day". This causes problems in many programs. I suggest adding a new config option OGR_DATE_FORMAT, which, if set, would mak