Re: [gdal-dev] RasterBand::IWriteBlock

2015-12-14 Thread Jerry Tol
gh, another beginner mistake on my part. Thanks again G Watson! Tom On Monday, December 14, 2015, Jerry Tol wrote: > Thank you - interesting theory but none of the carriage returns occur > after a null, and I'm using gdalwarp to test the driver, so I see no reason > for c

Re: [gdal-dev] RasterBand::IWriteBlock

2015-12-14 Thread Jerry Tol
t; Principal, Sierra Computing > wat...@sierracmp.com > > > > > On Dec 14, 2015, at 10:52 AM, Jerry Tol > wrote: > > Hello, > I'm implementing a gdal raster driver for an internal file format and am > getting results I do not understand. The output is a binary

[gdal-dev] RasterBand::IWriteBlock

2015-12-14 Thread Jerry Tol
Hello, I'm implementing a gdal raster driver for an internal file format and am getting results I do not understand. The output is a binary raster of 32-bit floating point data, but the resulting file contains single bytes of value 0x0D at seemingly random intervals throughout the data. Within my