资源简介
本代码实现.nc数据格式转tif 、本数据使用的是地面温度和降水地面观测数据的再分析数据。数据时间分辨率是6h。
代码片段和文件信息
close all;
clear all;
clc
% ff = ‘R:\study\hhl\lst\lst\cruncepv5_tair_1980.nc‘;
% ncid = netcdf.open(ff‘NOWRITE‘);
% [numdims numvars numglobalatts unlimdimID] = netcdf.inq(ncid);
% for i = 0:numvars-1
% [varname xtype dimids numatts] = netcdf.inqVar(ncidi);
% disp([‘--------------------< ‘ varname ‘ >---------------------‘])
% flag = 0;
% for j = 0:numatts - 1
% attname1 = netcdf.inqAttName(ncidij);
% attname2 = netcdf.getAtt(ncidiattname1);
% disp([attname1 ‘: ‘ num2str(attname2)])
% if strcmp(‘add_offset‘attname1)
% offset = attname2;
% pause;
% end
% if strcmp(‘scale_factor‘attname1)
% scale = attname2;
% flag = 1;
% end
% end
% disp(‘ ‘)
%
% if flag
% eval([varname ‘= double(double(netcdf.getVar(ncidi))*scale + offset);‘])
% else
% eval([varname ‘= double(netcdf.getVar(ncidi));‘])
% end
% end
% % varname2 = netcdf.getVar(ncid2);
% varname3 = netcdf.getVar(ncid2);
% inway = ‘H:\Hehuili\ERA\ERA\Tavg‘;
inway = ‘R:\study\hhl\precipitation\pre‘;
%out_way = ‘J:\HHL\CRU_NCEP\TIFF‘;
%mkdir(out_way);
out_way = ‘R:\study\hhl\tif\precipitation‘;
mkdir(out_way);
yr1 = 1980;
yr2 = 2002;
% coor_way = ‘H:\Hehuili\ERA\HDR‘;
% hdr = sprintf(‘%s\\ERA_T.hdr‘coor_way);
% prj = sprintf(‘%s\\ERA_T.prj‘coor_way);
month1 = [31 28 31 30 31 30 31 31 30 31 30 31];
% month = {‘01‘‘02‘‘03‘‘04‘‘05‘‘06‘‘07‘‘08‘‘09‘‘10‘‘11‘‘12‘‘13‘‘14‘‘15‘‘16‘
% ‘17‘‘18‘‘18‘‘19‘‘20‘‘21‘‘22‘‘23‘‘24‘‘25‘‘26‘‘27‘‘28‘‘29‘‘30‘‘31‘‘32‘‘33‘
% ‘34‘‘35‘‘36‘‘37‘‘38‘‘39‘‘40‘.‘41‘‘42‘‘43‘‘44‘‘45‘};
%days={}
% month=cell(112);
%
% for ii =1:12
% month(ii)=num2cell(ii);
%
% end
month1=[4];
for year = yr1:yr2
% for mm = 1:12
% mm1 = char(month(mm));
% ff = sprintf(‘%s\\tavg_%d%s.nc‘inwayyear
- 上一篇:汽车二自由度simuli
nk模型仿真.zip - 下一篇:人脸识别MATLAB源程序
相关资源
- 最大似然法_监督分类_遥感影像
- 遥感影像融合_数字图像处理的matlab程
- 遥感图像配准matlab
- 遥感数字图像处理-matlab-主成份及穗帽
- 遥感数字图像处理内含Matlab)代码
- Indian高光谱遥感数据集
- 基于Matlab的遥感影像BP神经网络分类算
- matlab 神经网络 遥感图像分类 可用程
- 遥感图像变化检测MATLAB GUI实现
- 基于K-means算法的遥感图像分类的mat
- 高光谱遥感图像分类matlab.rar
- 遥感图像变化检测经典
- 点云滤波 一维双向扫描方法
- 神经网络遥感图像分类matlab
- 用matlab实现遥感图像分类
- ORB遥感全景图像拼接.rar
- matlab遥感图像处理工具包
- 高光谱遥感数据集Salinas
- 遥感图像几何纠正matlab编程
- 手把手教程:零基础使用MATLAB完成基
- 极大似然估计matlab代码
- Matlab实现遥感影像分类所需库svm、l
- matlab读取并显示遥感img图像,包含单
- 均值滤波MATLAB代码实现
- 彩色遥感图像分类算法及 Matlab实现
- matlab遥感图像处理
- BP神经网络在遥感图像中的分类
- 高光谱遥感图像FuzzyMeansCluster算法-m
- 在matlab中读取遥感图像BSQ数据代码
- MODIS、Landsat等遥感影像批量空间插值
评论
共有 条评论