Created
December 15, 2016 16:10
-
-
Save bmcbride/da03ed1d07602a29b0729e2f7107fb8b to your computer and use it in GitHub Desktop.
GDAL commands to convert GeoTiff image to MBTiles. Requires GDAL 2.1+.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gdal_translate image.tif image.mbtiles -of MBTILES | |
gdaladdo image.mbtiles 2 4 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment