[gdal-dev] Re: The type initializer for 'OSGeo.GDAL.GdalPINVOKE' threw an exception. when gdal.Allregister() calls

2010-06-27 Thread mail2vajram
The type initializer for 'OSGeo.GDAL.GdalPINVOKE' threw an exception details: System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'gdal_wrap': The specified procedure could not be found.

RE: [gdal-dev] gdalwarp large imagery

2010-06-27 Thread Shaun Kolomeitz
Kevin, I find reasonably acceptable performance with -wm 500 -config GDAL_CACHEMAX 512 and reading from one disk located on one controller and writing to another (preferably local and fast disk). I also find working in the 64bit version of GDAL faster in my config (Win 7 x64, SSD + SAS disk ar

Re: [gdal-dev] couldn't create vrt file

2010-06-27 Thread Even Rouault
Ahmet, There are 2 issues : * one with the CSV file You should remove the simple quotes after POLYGON(( and before )), but enclose the whole WKT inside ASCII double quotes, like this : "Record_Id","wkb_Polygon" "1","POLYGON((501453.34 4800585.97,501576.14 4800590.44,501569.85 4800522,501471.6

Re: [gdal-dev] Getting error with gdaladdo on Tiff files

2010-06-27 Thread Stephen Woodbridge
OK, so I have solved the problem. I built 1.7.2 from source and still had the problem with gdaladdo using the files that I warped with 1.5.2. I warped the files again using 1.7.2 and then gdaladdo worked ok. So, it looks like there might have been a bug in gdalwarp in 1.5.2 that does not sho

[gdal-dev] couldn't create vrt file

2010-06-27 Thread ahmet temiz
hello I tried to use ogr2ogr for creating polygon vrt file.But I encountered a problem: Line 5: Didn't find expected '=' for value of attribute '�'. polygon1.csv: "Record_Id","wkb_Polygon" "1",POLYGON(('501453.34 4800585.97,501576.14 4800590.44,501569.85 4800522,501471.61 4800521.63,501453.34 48