What actually is the bbox (Bounding box) in geotiffread function?
3 次查看(过去 30 天)
显示 更早的评论
[A,refmat,bbox] = geotiffread ('Filename')
What refmat and bbox actually are? The explanations there just state they are referencing matrix and bounding box. No idea what do they actually mean. Any help will be very appreciated. Thanks heaps.
0 个评论
回答(1 个)
KSSV
2017-5-23
编辑:KSSV
2017-5-23
You must be having a map data/raster data in your tiff file. This data should be having x -values/ longitude and y-values/latitude data. Bounding box gives you [min(x) min(y)] and [max(x) max(y)] . So, with these values, you can generate your grid and geo-reference it.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geographic Coordinate Reference Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!