Work with Geotiff in C#
-
Hi How can load an image with geotiff format in the .Net application? And, how can read the coordination(x,y) of each point at geotiff? thanks in advance
Best Regards, Reza Shojaee
-
Hi How can load an image with geotiff format in the .Net application? And, how can read the coordination(x,y) of each point at geotiff? thanks in advance
Best Regards, Reza Shojaee
You're going to need a third party library to read GeoTiff files because they are non-standard, and the metadata inside them is not supported by the default readers. There are a number of libraries available such as libtiff.net[^] but you're probably going to be better off with GDAL[^].
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility