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