Last active
December 19, 2015 15:59
-
-
Save robertpyke/5980426 to your computer and use it in GitHub Desktop.
Translate an ascii-grid file into a geotiff file using compression, i.e. the output geotiff file is compressed.
This file contains hidden or 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 -of GTiff input_file.asc output_file.tiff -co "COMPRESS=lzw" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment