Skip to content

Instantly share code, notes, and snippets.

@smit1678
Created October 26, 2011 16:13
Show Gist options
  • Save smit1678/1316858 to your computer and use it in GitHub Desktop.
Save smit1678/1316858 to your computer and use it in GitHub Desktop.
Example converting WGS84 to web mercator:
gdalwarp -s_srs EPSG:4326 -t_srs EPSG:3785 ea4411.tif hoa-tempsmooth.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment