From ca6120bd98e5cf41f087a5406de2814bb3fd4fc5 Mon Sep 17 00:00:00 2001 From: Nick Underwood Date: Fri, 20 Sep 2019 12:56:55 -0500 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c4910..c71263d 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Script to expedite preparing DEM's for Blender. \ No newline at end of file +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 using 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. \ No newline at end of file