- a decent DEM
- gdal
- some computer
gdaldem hillshade -compute_edges your_dem_file hillshade.tif
In another bowl, prepare the following shade.ramp file:
<section data-markdown> | |
<textarea data-template> | |
## Page title | |
A paragraph with some text and a [link](http://hakim.se). | |
* test | |
* test | |
</textarea> | |
</section> |
name: python3test | |
channels: | |
- conda-forge | |
- anaconda-fusion | |
- defaults | |
dependencies: | |
- appnope=0.1.0=py36_0 | |
- backports=1.0=py36_1 | |
- backports.functools_lru_cache=1.4=py36_1 | |
- bleach=2.0.0=py36_0 |
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 "