How can I read and display a geotiff images created by arcgis?
4 次查看(过去 30 天)
显示 更早的评论
How can I read and show up a geotiff image which is created by arcgis?
The code: [A,R]=geotiffread(filename) figure mapshow(A,R);
couldn't read and display my image.
1 个评论
KSSV
2019-5-13
Why it could not read and display? Any error? YOu need to give more details. Attach your image.
回答(1 个)
Prathamesh Degwekar
2019-5-21
Hi,
If this is all your code is and you're still getting an error, it preliminarily points to an issue with your image itself. Maybe try to open an online image or try it with an image that you know for sure is valid.
Alternatively maybe try opening your image with a standard geoTIFF viewer to ensure that it is a valid geoTIFF image.
Hope this helps.
Cheers.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!