diff --git a/contrib/grass/README.md b/contrib/grass/README.md index b51087b7..9700f8ad 100644 --- a/contrib/grass/README.md +++ b/contrib/grass/README.md @@ -1,9 +1,9 @@ # GRASS scripts # odm_grass -Generates DEM, contour and textured relief maps. +Generates contour and textured relief maps. ## Requirements -* GRASS +* Compile and install GRASS 7 version or higher, https://grasswiki.osgeo.org/wiki/Compile_and_Install * Environment variables: * PYTHONHOME set to the location of Python * PYTHONPATH set to the location of GRASS Python libs @@ -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`. \ No newline at end of file +Output is `/odm_georeferencing/odm_contour.shp` and `/odm_orthophoto/odm_relief.tif`.