其他分享
首页 > 其他分享> > ENVI/IDL读取tif(遥感)影像&SRTM高程异常校正

ENVI/IDL读取tif(遥感)影像&SRTM高程异常校正

作者:互联网

pro read_tif
file='D:\F\corona\test\mosaic_match\mosaic.tif'
data=read_tiff(file)
data_d=size(data,/dimensions)
print,'sample',data_d(0)
print,'line',data_d(1)
end

参考:https://blog.csdn.net/weixin_43955546/article/details/104745416?spm=1001.2014.3001.5502

参考:https://blog.csdn.net/weixin_43955546/article/details/122201685?spm=1001.2014.3001.5502

参考3:https://www.docin.com/p-1335543752.html

标签:file,SRTM,IDL,ENVI,csdn,spm,https,tif,data
来源: https://www.cnblogs.com/2008nmj/p/16688575.html