[gdal-dev] Cannot get spatial reference system from ozi file

2012-11-06 Thread Nik Sands
Hi all, My application is reading in ozi file pairs (.ozf2/.map), warping them and saving out as GeoTIFF or other file formats using GDAL. It works fine for my own ozf files, but not for the files sent to me by one of my users (who apparently has a large number of files they want to use). It

[gdal-dev] random crashes upon using ogrinfo or ogr2ogr with FileGDB

2012-11-06 Thread Martin Feuchtwanger
Using GDAL-OGR 1.9.2 (2012-10-08) with the FileGDB add-on (not sure of the version, but i got it at the same time i got GDAL), there's a random crash bug upon using ogrinfo or ogr2ogr. I've tried the following on several different GDB files and there's almost always a Windows error message: og

[gdal-dev] Is there any way of accesing the GDAL utilities from C#?

2012-11-06 Thread Dev3
Hi All! I am trying to do some data processing in my .NET application. I have found that my work is done by using just two of the gdal utilities: gdal_rasterize & gdal_fillnodata. However, when I downloaded the C# bindings, I realized that the utilities are not part of it. Is there any quick way o

Re: [gdal-dev] Is there any way of accesing the GDAL utilities from C#?

2012-11-06 Thread Etienne Tourigny
Hi for now you can use them as command-line apps only, although Even did mention he wanted to make them available as (python) bindings - this might make it in 2.0 cheers Etienne On Wed, Nov 7, 2012 at 2:45 AM, Dev3 wrote: > Hi All! > I am trying to do some data processing in my .NET application