Update README.md

master
Nick Underwood 2019-10-15 19:08:30 -07:00 zatwierdzone przez GitHub
rodzic 1ba801dbaf
commit d789c1ebbd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
# Presented at NACIS 2019 Tacoma
## Slides: https://docs.google.com/presentation/d/1NsMC0njfmOL_zAwykQmDOSz9UOq0T5XuugGsa9jki64/edit?usp=sharing
Script to expedite preparing DEM's for Blender.
As described in Daniel Huffman's [Creating Shaded Relief in Blender](https://somethingaboutmaps.wordpress.com/2017/11/16/creating-shaded-relief-in-blender/), significant work is necessary to find and prepare elevation data prior to rendering it in Blender. This work often includes mosaicing, reprojecting, clipping, resampling, rescaling, and translating DEM's(digital elevation models). While some of these steps require decisions specific to the project, many are repetitive. This repo contains a bash script which utilizes open source command line tools to expedite this work.
@ -18,4 +21,4 @@ As described in Daniel Huffman's [Creating Shaded Relief in Blender](https://som
By default, the script will mosaic(if there are multiple dems), reproject to your target projection, clip to your bounding box, and output a TIF with 16-bit unsigned integer values, scaled from 0 to 65,535. The script *does not* resample the DEM, instead retaining the full resolution of the input data. If I want to quickly resample my elevation data, I just pull the output into photoshop and make sure to resize with resampling set to cubic or bilinear. Here's a couple good resources for more on generalizing elevation data for hillshading:
https://cartographicperspectives.org/index.php/journal/article/view/cp67-leonowicz-et-al/pdf
http://shadedrelief.com/tutorials.html
https://somethingaboutmaps.wordpress.com/2011/10/18/on-generalization-blending-for-shaded-relief/
https://somethingaboutmaps.wordpress.com/2011/10/18/on-generalization-blending-for-shaded-relief/