Tagged Questions
2
votes
1answer
80 views
Use GeoTIFF masks to optimise combine layers algorithm
My app is a C# program that takes in an extent from the user, then loads GeoTIFFs from a folder that overlap the extent. It layers them according to a simple number on each GeoTIFF, then exports the ...
1
vote
2answers
1k views
Georeferencing an image in C# with GDAL
I want to upload a jpeg or some raster image into a C# form and then on entering the latitude and longitudes I need to be able to create an GEOTIFF file of the same image. How can this be done in ...
5
votes
2answers
708 views
How can I write a GEOTIFF in C#?
I want to upload a jpeg or some raster image into a C# form and then on entering the latitude and longitudes I need to be able to create an GEOTIFF file of the same image.
How can this be done in ...
7
votes
4answers
2k views
Reading GeoTiff using .NET
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.