Skip to content

Instantly share code, notes, and snippets.

@thareUSGS
thareUSGS / JezeroCTX_DEM_3d_leafmap.ipynb
Created February 23, 2023 21:27
Jezero CTX DEM in 3D Leafmap
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akashpalrecha
akashpalrecha / an-inquiry-into-matplotlib-figures.ipynb
Last active January 13, 2023 16:32
An Inquiry into Matplotlib's Figures, Axes, subplots and the very amazing GridSpec!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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