[GIS] Reading GeoTiff using .NET

geotiff-tiffnet

Is there a managed library for reading the coordinates from a geotiff file in .NET ?

I know it can be done thru GDAL, but I am looking for a managed alternative.

Best Answer

You can use the GDAL included .NET wrappers. This allows you to access any of the GDAL functionality from within managed code.