Re: [gdal-dev] Re: TiffAppendToStrip errors with uncompressed output

2012-05-08 Thread Armin Burger
Jukka I downloaded and converted your test VRT file to a single Geotiff without any problems - on Linux... Conversion took a few minutes on a fast server. Just a guess, but in my opinion this problem is related to the limited memory handling capabilities of Windows. It does not seem to be a

[gdal-dev] writing a subregion with GDALRasterIO

2012-05-08 Thread Joaquim Luis
Hi, I am having some troubles in writing a sub-region on an array with GDALRasterIO. The story is this. GMT internal grid arrays have a padding of 2 rows and 2 columns around the 'true data region' that is used for boundary conditions but that need to be striped off upon saving on file. Th

[gdal-dev] Re: TiffAppendToStrip errors with uncompressed output

2012-05-08 Thread Jukka Rahkonen
Jukka Rahkonen mmmtike.fi> writes: > > Hi, > > I have some LZW compressed paletted 8-bit tiff files which I look through a .vrt > file. I have been taking some timings with different gdal_translate parameters > but for some reason the most common command fails always for me. The result is >

[gdal-dev] TiffAppendToStrip errors with uncompressed output

2012-05-08 Thread Jukka Rahkonen
Hi, I have some LZW compressed paletted 8-bit tiff files which I look throuhg a .vrt file. I have been taking some timings with different gdal_translate parameters but for some reason the most common command fails always for me. The result is gdal_translate -of GTiff test.vrt uncompressed.tif In