= GDAL/OGR In CSharp = The GDAL project maintains SWIG generated CSharp bindings for GDAL and OGR. Generally speaking the classes and methods mostly match those of the GDAL and OGR C++ classes, but there is currently no CSharp specific documentation beyond this wiki topic. The CSharp bindings are also usable from other .NET languages, such as VB .Net. = Useful Links = * A variety of example programs in CSharp are available at http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps = FWTools = One way to get the CSharp bindings is to use FWTools 1.2.0+ for windows. To use these it should be sufficient to add the assembles in FWTools\csharp to your project, and to ensure that FWTools\bin is in your path.