Search code examples
c#gdal

where should I download latest GDAL binaries and tools to code in c#


I want to access geopatial raster data and perform certain manipulations using GDAL in a C# project. Could some one let me know where should I download the latest binaries (that includes utilities, csharp dlls & sample data if any) for the latest version of GDAL library. Preferable greater than GDAL 1.7.0 as I will be using gdaldem.

Any other inputs are highly appreciated.


Solution

  • Here it is: http://vbkto.dyndns.org:1280/sdk/

    You can use this aswell: http://gdal2tilescsharp.codeplex.com/

    But I prefer the first one. Works fine to me:)