From 0c8fec10e8516a839e8909a3a3f93ad481d0884c Mon Sep 17 00:00:00 2001 From: hblanken Date: Wed, 3 May 2017 08:48:06 +1000 Subject: [PATCH] Clarifies GRASS version More detail for GRASS compile and install and links code to ODM project DEM file. Former-commit-id: 81313612f7cf1b5041f8a6b3055c49f247bd559b --- contrib/grass/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/grass/README.md b/contrib/grass/README.md index ed32fe63..9700f8ad 100644 --- a/contrib/grass/README.md +++ b/contrib/grass/README.md @@ -1,6 +1,6 @@ # GRASS scripts # odm_grass -Generates DEM, contour and textured relief maps. +Generates contour and textured relief maps. ## Requirements * Compile and install GRASS 7 version or higher, https://grasswiki.osgeo.org/wiki/Compile_and_Install @@ -13,4 +13,4 @@ Generates DEM, contour and textured relief maps. ## Usage python odm_grass.py -Output is `/odm_georeferencing/odm_dem.tif`, `/odm_georeferencing/odm_contour.shp` and `/odm_orthophoto/odm_relief.tif`. +Output is `/odm_georeferencing/odm_contour.shp` and `/odm_orthophoto/odm_relief.tif`.