Re: [gdal-dev] problem accessing rows of an image in parallel

2009-03-01 Thread Frank Warmerdam
Yann Chemin wrote: Hello list, I am working on an OpenMP implementation of an image processing algorithm and was wondering if there is a known problem in accessing different rows at the same time on the same band handle. sometimes I get this (or similar): ERROR 1: TIFFFillStrip:b4.tif: Seek err

[gdal-dev] problem accessing rows of an image in parallel

2009-03-01 Thread Yann Chemin
Hello list, I am working on an OpenMP implementation of an image processing algorithm and was wondering if there is a known problem in accessing different rows at the same time on the same band handle. sometimes I get this (or similar): ERROR 1: TIFFFillStrip:b4.tif: Seek error at scanline 186, s

Re: [gdal-dev] GDAL autotest failures on Windows

2009-03-01 Thread Even Rouault
Tamas, I've just fixed the failures for bsb_online_1 (the online dataset had apparently changed since I downloaded it) and hfa_delete_colortable (a file copy was made in text mode instead of binary mode). I've added a missing file close in the PCRaster driver in an error path that might accoun

[gdal-dev] GDAL autotest failures on Windows

2009-03-01 Thread Tamas Szekeres
Hi Folks, I've managed to include the GDAL auto-tests with my regular builds on Windows. The stable branch has no failures. The SVN trunk produces 17-18 failures for each compilers/architectures: Failures Script: ogr/ogr_gml_read.py TEST: ogr_gml_4 ... fail Wrong

Re: [gdal-dev] different results for vector and raster datareprojections

2009-03-01 Thread nimalika fernando
Hi, Thank you for the support I couldn’t solve the issue yet Please note that I have redone the work with updated SL99 information. Still I have the same issue. Earlier I have used projection parameters in the ogr2ogr command and this time the WKT based on a projection file which I am using r

Re: [gdal-dev] different results for vector and raster data reprojections

2009-03-01 Thread Markus Neteler
Nimalika, On Fri, Feb 27, 2009 at 8:42 PM, nimalika fernando wrote: > Hi, > > I have used ogr2ogr to assign projection information(SL99) to some vector > data which does not contain any projection information. How did you do that? Please post the details. > I used the same projection informatio