地理数据网格构建与处理全解析
1. 构建全球数据网格
要构建全球数据网格,可按以下步骤操作:
1. 创建3x6网格 :
miniZ = [1 2 3 4 5 6; 7 8 9 10 11 12; 13 14 15 16 17 18];
- 创建参考对象 :
miniR = georasterref('RasterSize', size(miniZ), ...
'Latlim', [-90 90], 'Lonlim', [-180 180])
输出结果如下:
miniR =
GeographicCellsReference with properties:
LatitudeLimits: [-90 90]
LongitudeLimits: [-180 180]
RasterSize: [3 6]
RasterInterpretation: 'cells'
ColumnsStartFrom: 'south'
RowsStartFrom: 'west'
CellExtentInLatitude: 60
CellExtentInLongitude:
超级会员免费看
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



