Skip to content

Instantly share code, notes, and snippets.

@oeon
Created May 20, 2011 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oeon/982234 to your computer and use it in GitHub Desktop.
Save oeon/982234 to your computer and use it in GitHub Desktop.
translate 1+GB MrSID image
gdalwarp -of VRT -multi -t_srs EPSG:3785 in.sid out.vrt #in.sid=EPSG:2229, out.vrt=EPSG:3785
gdal_translate -co tiled=yes -co compress=jpeg -co photometric=ycbcr -co JPEG_QUALITY=50 3785.vrt 3785.tif
gdalbuildvrt slo3785.vrt *.tif
gdal_translate -co tiled=yes -co compress=jpeg -co photometric=ycbcr -co JPEG_QUALITY=50 slo3785.vrt slo3785.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment