Hi, I need to plot high resolution lunar terrain mostly as contour plots and using meshm from the mapping toolbox. I have access to .tiff, .IMG, or .JP2 files:
My primary issue is how to get elevation information from these files. I've tried geotiffread but I don't know how to translate the grayscale image information I get from the function into actual elevations after reading the tiff file. I've tried using geotiffinterp from the file exchange (https://www.mathworks.com/matlabcentral/fileexchange/47899-geotiffinterp) to do this but I wasn't getting elevations that were close to the known values (all the values were from 0 to 256 so I think this was just color information and not elevation info I was getting). For the IMG files I've used fread to read in the image but after that I'm again stuck with how to get elevation information from what I've read in.
To summarize, how can I get elevation information to plot the terrain from tiff, IMG, or JP2 files like those from the links above?
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.