Re: [gdal-dev] write nodata value using using creation option

2017-10-31 Thread Rashad Kanavath
On Tue, Oct 31, 2017 at 12:10 PM, Even Rouault wrote: > On mardi 31 octobre 2017 09:11:14 CET Rashad Kanavath wrote: > > > Thanks Jukka and Even for you reply. > > > > > > I am using otb to write gtiff image and using ExtendedFilename option in > > > otb, i

Re: [gdal-dev] write nodata value using using creation option

2017-10-31 Thread Rashad Kanavath
ndi 30 octobre 2017 16:16:12 CET Rashad Kanavath wrote: > > > Hello, > > > > > > Is it possible to set nodata using -co option.? > > > > > > gdal_translate input.tif output.tif -co TIFFTAG_GDAL_NODATA=-3 > > > Input file size is 500, 500 >

[gdal-dev] write nodata value using using creation option

2017-10-30 Thread Rashad Kanavath
Hello, Is it possible to set nodata using -co option.? gdal_translate input.tif output.tif -co TIFFTAG_GDAL_NODATA=-3 Input file size is 500, 500 Warning 6: driver GTiff does not support creation option TIFFTAG_GDAL_NODATA 0...10...20...30...40...50...60...70...80...90...100 - done. Accordin

Re: [gdal-dev] Building GDAL on Windows 32 and 64 bit

2016-05-31 Thread Rashad Kanavath
On Tue, May 31, 2016 at 6:23 PM, Even Rouault wrote: > Le mardi 31 mai 2016 17:31:06, Rashad Kanavath a écrit : > > On Tue, May 31, 2016 at 4:06 PM, Even Rouault < > even.roua...@spatialys.com> > > > > wrote: > > > > On 2016-05-31 8:46 AM,

Re: [gdal-dev] Building GDAL on Windows 32 and 64 bit

2016-05-31 Thread Rashad Kanavath
Hello Jeff, On Tue, May 31, 2016 at 4:20 PM, Jeff McKenna wrote: > On 2016-05-31 11:06 AM, Even Rouault wrote: > >> >> Jeff, >> It sounds your issue with cmake is more mapscript not receiving attention, >> rather than a defect from cmake itself, right ? I've used cmake to build >> QGIS >> on Lin

Re: [gdal-dev] Building GDAL on Windows 32 and 64 bit

2016-05-31 Thread Rashad Kanavath
On Tue, May 31, 2016 at 4:06 PM, Even Rouault wrote: > > On 2016-05-31 8:46 AM, alex wrote: > > > Hi Dmitry and others, > > > > > > I can see that you are making a great effort, and as far as I can tell > > > with great progress too. > > > > > > Do you know why the rest of the list is silent on t

Re: [gdal-dev] libkml driver get document name

2016-02-25 Thread Rashad Kanavath
On Thu, Feb 25, 2016 at 2:44 PM, Even Rouault wrote: > On Thursday 25 February 2016 14:17:01 Rashad Kanavath wrote: > > Hello Even, > > > > On Wed, Feb 24, 2016 at 5:23 AM, Even Rouault < > even.roua...@spatialys.com> > > > > wrote: > > > Le m

Re: [gdal-dev] libkml driver get document name

2016-02-25 Thread Rashad Kanavath
Hello Even, On Wed, Feb 24, 2016 at 5:23 AM, Even Rouault wrote: > Le mardi 23 février 2016 14:50:35, jan vaillant a écrit : > > Hi list, > > > > I am reading a zipped kml with gdal's libkml driver. I am trying to > access > > the name tag of the document: > > > > > > > > a_name > > I di

Re: [gdal-dev] GDAL built with MinGW dll size

2015-12-21 Thread Rashad Kanavath
On Sun, Dec 20, 2015 at 10:53 PM, Joaquim Luis wrote: > I've noticed this fact in builds of other projects. Mingw dll are ~> 4 > times the MSVC ones. Don't know how general this ratio is, tough. > I have gdal 2.0.1 dll with 20M. I am using source arhives from download.osgeo.org. > > Joaquim > >