Clarifies GRASS version

More detail for GRASS compile and install and links code to ODM project DEM file.

Former-commit-id: 81313612f7
pull/1161/head
hblanken 2017-05-03 08:48:06 +10:00 zatwierdzone przez GitHub
rodzic a04719d2af
commit 0c8fec10e8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 <project-path>
Output is `<project-path>/odm_georeferencing/odm_dem.tif`, `<project-path>/odm_georeferencing/odm_contour.shp` and `<project-path>/odm_orthophoto/odm_relief.tif`.
Output is `<project-path>/odm_georeferencing/odm_contour.shp` and `<project-path>/odm_orthophoto/odm_relief.tif`.