2022-11-16 11:33
手上有若干个SRTM1V3.0 的高程数据,为HGT格式,需要将其拼接并转换成netcdf格式,以让ncl能够进行读取
步骤:
gdal_translate A.hgt A.tif
gdal_merge.py *.tif -o BIG.tif -a_nodata -32768
gdal_translate BIG.tif BIG.nc
标签:BIG,拼接,netcdf,格式,tif,gdal From: https://www.cnblogs.com/jiangleads/p/16895333.html