Attempting to read TIF file using the function 'readgeoraster' and get errors
이전 댓글 표시
- I downloaded from Natural Earth » 1:10m Ocean Bottom - Free vector and raster map data at 1:10m, 1:50m, and 1:110m scales (naturalearthdata.com)
- 1:10m Ocean Bottom
- unzipped it produced a OB_LR.tif and OB_LR.tfw
- When I tried to load the TIF using:
[A,R] = readgeoraster("OB_LR.tif");
figure
mapshow(A,R)
I got the following error:
function mapshow expected input number 2, R, to be either a 3-by-2 referencing matrix or a scalar map raster reference object. Instead its type was: map.rasterref.GegraphicCellsReference.
What does this error mean and how do I read the OB_LR.tif file correctly?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Create Plots on Maps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!