geotiffread and plot example leads to errors
조회 수: 9 (최근 30일)
이전 댓글 표시
I am trying to follow this example:
with a GeoTIFF from:
However, when I use this code:
[A, R] = geotiffread('MODAL2_D_CLD_FR_2017-01-01_rgb_3600x1800.tiff');
and then try to plot with:
mapshow(A, R)
I get a string of errors:
_Error using checkRefObj (line 25) 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 size was 256x3.
Error in validateMapRasterData>parseImageInputs (line 112) refmat = checkRefObj(mapfcnname, R, size(A), R_position);
Error in validateMapRasterData>validateImageComponent (line 92) [A, R] = parseImageInputs(mapfcnname, dataArgs{:}, cmap, rules );
Error in validateMapRasterData (line 26) [Z, SpatialRef] = validateImageComponent(mapfcnname, ...
Error in maprastershow (line 127) validateMapRasterData('mapshow', dataArgs, displayType, HGpairs);
Error in mapshow (line 228) h = showFcn(varargin{:});_
Any thoughts?
댓글 수: 1
Kashish Sadhwani
2021년 1월 22일
Did you solve the problem?
I am facing same issue as after loading tiff file mapshow is showing following error.
Thanks in Advance
Error using checkRefObj (line 25)
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.GeographicCellsReference.
Error in checkRegularDataGrid (line 17)
R = checkRefObj(fcnName, R, size(Z), 2);
Error in validateMapRasterData>validateGridComponent (line 183)
[Z, SpatialRef] = checkRegularDataGrid(dataArgs{:}, mapfcnname);
Error in validateMapRasterData (line 30)
[Z, SpatialRef] = validateGridComponent(mapfcnname, ...
Error in maprastershow (line 131)
validateMapRasterData('mapshow', dataArgs, displayType, HGpairs);
답변 (3개)
Chaitral Date
2017년 5월 9일
편집: Chaitral Date
2017년 5월 9일
How are you downloading the GeoTIFF file from the below site?
https://neo.sci.gsfc.nasa.gov/view.php?datasetId=MODAL2_D_CLD_FR&date=2017-03-01
댓글 수: 0
Harsh
2017년 5월 11일
Hello Paul,
If you still need help with this, please contact MathWorks Technical Support here: https://www.mathworks.com/support/contact_us/
Please be sure to provide a detailed description of the issue and attach any relevant files / code / examples required to investigate the issue.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!