Hello everyone,

I just wanted to let the dotNet developers know that I've packaged the binaries 
provided by Tamas Szekeres (http://www.gisinternals.com/sdk) for use with NuGet 
(http://www.nuget.org/).

You can get the package following the instructions provided here: 
http://nuget.org/packages/GDAL. Don't let the version number confuse you, the 
content of the package is GDAL v1.9.1.
There is also a GDAL.Plugins package available. The packages contain both x86 
and x64 unmanaged binaries, the managed assemblies are taken from the x64 
compilation since they target AnyCPU.

To Use the package you have to call GdalConfiguration.ConfigureGdal() or 
GdalConfiguration.ConfigureOgr() prior to using the wrapper classes. Depending 
on IntPtr.Size the configuration code points to either directory. It sets up 
the whole GDAL environment (as I've needed it so far).

Comments, suggestions are most certainly welcome.
Enjoy

Felix Obermaier

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to