@supjt/gis-tools
v0.1.0
Published
```gdal-utils pip3 install gdal-utils ```
Downloads
3
Readme
依赖安装
pip3 install gdal-utils
下载瓦片自动拼接
gstool fetch-tile \
--tpl=http://SOME-HOST/PATH-TO-ASSET/\{z\}/\{x\}/\{y\}.png \
--out ~/Desktop/PATH-TO-SAVE \
--tbox=6257,3400,6259,3401 \
--zoom=13 \
--scales=2
转换 Mapbox RGB Terrain 为一般风格的 GeoTiff
gstool cvt-mbt2gray -i 'mbt.tif' -o 'gtif.tif'