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!