Skip to content

Instantly share code, notes, and snippets.

@aprossi
Last active July 22, 2016 09:23
Show Gist options
  • Save aprossi/ba8c99e661338a3dea9e131d4e3e632a to your computer and use it in GitHub Desktop.
Save aprossi/ba8c99e661338a3dea9e131d4e3e632a to your computer and use it in GitHub Desktop.

GDAL

Useful aliases after pulling https://hub.docker.com/r/klokantech/gdal/

alias gdal_translate="docker run -ti --rm -v $(pwd):/data klokantech/gdal gdal_translate "
alias gdalwarp="docker run -ti --rm -v $(pwd):/data klokantech/gdal gdalwarp "
alias gdalinfo="docker run -ti --rm -v $(pwd):/data klokantech/gdal gdalinfo "

Latex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment