sudo apt-get install sqlite3
sudo apt-get install libgeotiff-dev
git clone https://github.com/openwfm/convert_geotiff.git
cd convert_geotiff
sudo autoreconf -ivf
./configure && make
(此时目录下出现convert_geotiff则安装成功)
将convert_geotiff加入$PATH环境变量或者移动到/usr/local/bin
export PATH=$PATH:/yourpath/convert_geotiff
mv /yourpath/convert_geotiff /usr/local/bin
convert_geotiff -h