HI,
I am doing a project dealing with geotiff images.
I want to read the the geotiff header. In the past I've read the header of the BMP files.Similarly I'd like to read the geotiff header displaying all the values in the chronological order.
Pls help
It's not that different from reading any file with a known content structure (such as a bitmap file). Bitmap files have pre-defined structures that correspond to the header information but Geo TIFF does not. However, if you find good reference material for Geo TIFF (check out the link below) then it's easy enough to create those structures yourself.
Bookmarks