精选优质文档-倾情为你奉上NetCDF格式转换TIFF-以全球GIMMS3g NDVI数据为例1. 全球GIMMS3g NDVI数据格式为.nc4. 通过Matlab中的 ncdisp即可查看数据内容。2. 数据范围为全球尺度,-90 90 -180 1803. 每个GIMMS3g NDVI数据中包含十二幅栅格影像,时间尺度为每月两幅。Matlab 代码如下%clear;clc% set the input path for containing inputdataInputPath = input;% read the nerCDF4 file% initial image lat -90 90 lon-180 180filename = *.nc4;OutputPath=(output);if exist(OutputPath,dir)=0 %when the dir exist, the value is 7,or the value is 0 mkdir(Ou