gdal应用-gdal_translate
sf2gis@163.com
2015年1月16日
1 gdal_translate:转换工具。包括裁剪,格式转换等。可能会进行重采样、取子集、变换分辨率等。
注意:只能使用nearest重采样方法。
gdal_translate[--help-general]
[-ot{Byte/Int16/UInt16/UInt32/Int32/Float32/Float64/
CInt16/CInt32/CFloat32/CFloat64}][-strict]
[-of format] [-b band] [-mask band][-expand {gray|rgb|rgba}]
[-outsize xsize[%] ysize[%]]
[-unscale] [-scale[_bn] [src_min src_max[dst_min dst_max]]]* [-exponent[_bn] exp_val]*
[-srcwin xoff yoff xsize ysize][-projwin ulx uly lrx lry] [-epo] [-eco]
[-a_srs srs_def] [-a_ullr ulx uly lrxlry] [-a_nodata value]