[gdal-dev] Possible error in the commit 14983

2009-07-25 Thread Chaitanya kumar CH
Daniel, You added some code in MIFFile::AddFieldNative() in mitab_miffile.cpp in the revision 14983. ( http://trac.osgeo.org/gdal/changeset/14983/trunk/gdal/ogr/ogrsf_frmts/mitab/mitab_miffile.cpp) In

Re: [gdal-dev] Re: Problem with nodata values

2009-07-25 Thread Hermann Peifer
Hermann, It appears they are distinct items. The INIT_DEST essentially sets the output file completely to the indicated value when it is created while the dstnodata switch determines whether the warper considers an existing pixel to be set in the output file yet or not when attempting to do alp

Re: [gdal-dev] Re: Problem with nodata values

2009-07-25 Thread Frank Warmerdam
Hermann Peifer wrote: Frank Warmerdam wrote: I believe you want to pass the warp option INIT_DEST=- to set all pixels that do not come from the source file to -. This is done with the -wo flag to gdalwarp. eg. gdalwarp -wo INIT_DEST=- ... Frank, is the above warp option diff

[gdal-dev] Re: Problem with nodata values

2009-07-25 Thread Hermann Peifer
Frank Warmerdam wrote: I believe you want to pass the warp option INIT_DEST=- to set all pixels that do not come from the source file to -. This is done with the -wo flag to gdalwarp. eg. gdalwarp -wo INIT_DEST=- ... Frank, is the above warp option different to dstnodata -

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-25 Thread Even Rouault
make install will also install the headers in $PREFIX/include Le Saturday 25 July 2009 15:14:11 Enrico Sartorello, vous avez écrit : > Another question: i've succesfully install BIGTiff from cvs using the usual > configure-make-make install process. > But how can i install the header files as well

Re: [gdal-dev] Extract BIGTiff libraries from GDAL source package

2009-07-25 Thread Enrico Sartorello
Another question: i've succesfully install BIGTiff from cvs using the usual configure-make-make install process. But how can i install the header files as well? I've looked on the Makefile but can't understand if there's a particular directive to use. Thanks in advance, On Fri, Jul 24, 2009 at 1:

[gdal-dev] Re: 3 doubts on GDAL WKT Raster driver

2009-07-25 Thread Jorge Arévalo
Hello Frank, I put these questions on the list too. 2009/7/25 Frank Warmerdam : > Jorge Arévalo wrote: >> >> On one hand, if I want a driver that supports user-defined (or >> raster_columns-defined, in this case) nodata values, I should >> implement SetNoDataValue and GetNoDataValue methods on >>