kopia lustrzana https://github.com/OpenDroneMap/ODM
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
rodzic
a04719d2af
commit
0c8fec10e8
|
@ -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`.
|
||||
|
|
Ładowanie…
Reference in New Issue