[gdal-dev] getting "mapinfo" and "default bands" from header file by GDAL c++

2015-06-25 Thread davut cesmeci
Hi everyone, i am working on a c++ program for studying geographic datas. i couldn't figure it out how to get "mapinfo" and "default bands" parameters from ENVI .hdr files by GDAL. i solved my problem by reading header files as a text file using c++ but wonder whether GDAL has an efficient way

Re: [gdal-dev] GDAL Java Bindings - No data value using AutoCreateWarpedVRT

2015-06-25 Thread johie
Hi Evan, Thanks a lot! Worked like a charm! :) Jesse -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-GDAL-Java-Bindings-No-data-value-using-AutoCreateWarpedVRT-tp5212697p5213048.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___

[gdal-dev] shape to kml with uav imagery associated

2015-06-25 Thread marco casella
Hello developers, I would like to convert a shape file in a kml where each point of this file if clicked opens an image taken by UAV. What do you suggest to do? Best regards. Marco ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.

Re: [gdal-dev] Motion: Adopt RFC 26: GDAL Block Cache Improvements

2015-06-25 Thread Tamas Szekeres
A belated +1 here. As being the initial author, I'm happy to get it implemented. 2015-06-19 9:52 GMT+02:00 Even Rouault : > Hi, > > As no points have been raised on the RFC: > > Motion : I move to adopt RFC 26: GDAL Block Cache Improvements > > https://trac.osgeo.org/gdal/wiki/rfc26_blockcache >

Re: [gdal-dev] Motion: Adopt RFC 26: GDAL Block Cache Improvements

2015-06-25 Thread Even Rouault
Le vendredi 19 juin 2015 09:52:30, Even Rouault a écrit : > Hi, > > As no points have been raised on the RFC: > > Motion : I move to adopt RFC 26: GDAL Block Cache Improvements > > https://trac.osgeo.org/gdal/wiki/rfc26_blockcache > > Starting with my +1 Hi, I declare this motion passed with

Re: [gdal-dev] How is NODATA interperted with a color table?

2015-06-25 Thread Even Rouault
> But that does not look correct, so I'm checking. Also I don't see any > note that the tif is TILED? Steve, I suspect you've also added -expand rgb ? You could have tried -a_nodata 0 directly on the paletted TIF. The nodata value should be reported, and the transparency component of entry 0 s