[gdal-dev] 1.11.1 planning reminder

2014-09-15 Thread Even Rouault
Hi, as nobody has objected to my proposal, I just wanted to remind developers that it was my intention to issue a 1.11.1RC1 release on September 24th. If you need some more time to do a fix, just tell. Regards, Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___

Re: [gdal-dev] ERROR 1: Too many points (440 out of 441) failed to transform, unable to compute output bounds.

2014-09-15 Thread Andre Joost
Am 15.09.2014 17:02, schrieb Simon Shak: I have had this error message show up if the s_srs is not correctly auto detected or not present in the input file. I have used a combination of looking through other nonstandard meta data files present with the image sets or using a program like global ma

Re: [gdal-dev] ERROR 1: Too many points (440 out of 441) failed to transform, unable to compute output bounds.

2014-09-15 Thread Simon Shak
I have had this error message show up if the s_srs is not correctly auto detected or not present in the input file. I have used a combination of looking through other nonstandard meta data files present with the image sets or using a program like global mapper which has a good chance at guessing th

Re: [gdal-dev] ERROR 1: Too many points (440 out of 441) failed to transform, unable to compute output bounds.

2014-09-15 Thread Andre Joost
Am 15.09.2014 04:22, schrieb Love: Thanks andre, will try this as soon as I can and will give you a update. I just want to ask if will it be possible to batch process my hdf files and gdalwarp everything if I'm going to specify the -te of each files? I am not sure if the -te coordinates follo

Re: [gdal-dev] GDAL sqlite /spatialite support with trignometric functions

2014-09-15 Thread Jukka Rahkonen
yhema.2705 gmail.com> writes: > > hi , > > I have build gdal 1.11 with spatialite and sqlite support. I want the layer > attributes of the shape file be updated with trignometric values .Update is > functioning well for arithemetic functions for trignometric functions it is > giving error : ER

Re: [gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread victor fomin
Even, Thank you for the suggestion to skip the driver, it is ok for me. Concerning other files generated by ENVI, I am not sure how it is working, but I have the only .hdr file after simple opening the CSK imagery. Here is the content of the .hdr file : ENVI description = { COSMO SkyM

Re: [gdal-dev] Working with Kakadu

2014-09-15 Thread Even Rouault
Selon kursatk : > Hi; > > I read lots of texts about gdal and kakadu, and i am a bit confused. I'm > trying to read a jp2 image with kakadu driver by using gdal java bindings > api. Hence, i should register JP2KAK driver. Most of my researchs say that, > i can do that by building gdal with kakadu

Re: [gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread Even Rouault
Selon vf : > > Dear GDAL developers, > > I constate that GDAL (e.g. gdalinfo) fails to open correctly CSK hdf5 files > which have been read before by ENVI software (and .hdr file is generated > near .h5 source file). In this case GDAL uses driver "ENVI/ENVI .hdr > Labelled" instead of HDF5 if the

[gdal-dev] GDAL sqlite /spatialite support with trignometric functions

2014-09-15 Thread yhema.2705
hi , I have build gdal 1.11 with spatialite and sqlite support. I want the layer attributes of the shape file be updated with trignometric values .Update is functioning well for arithemetic functions for trignometric functions it is giving error : ERROR 1: In ExecuteSQL(): sqlite3_prepare(UPDATE

[gdal-dev] Working with Kakadu

2014-09-15 Thread kursatk
Hi; I read lots of texts about gdal and kakadu, and i am a bit confused. I'm trying to read a jp2 image with kakadu driver by using gdal java bindings api. Hence, i should register JP2KAK driver. Most of my researchs say that, i can do that by building gdal with kakadu library. But, i wonder, isn'

[gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread vf
Dear GDAL developers, I constate that GDAL (e.g. gdalinfo) fails to open correctly CSK hdf5 files which have been read before by ENVI software (and .hdr file is generated near .h5 source file). In this case GDAL uses driver "ENVI/ENVI .hdr Labelled" instead of HDF5 if the file is not present. Sup