OpenDroneMap-ODM/contrib/grass
Mark Hale 74c181edb4 Added readmes.
Signed-off-by: Mark Hale <mark.hale@physics.org>
2017-02-23 22:08:40 +00:00
..
README.md Added readmes. 2017-02-23 22:08:40 +00:00
odm_grass.py PEP8 compliant. 2017-02-21 17:45:27 +00:00

README.md

GRASS scripts

odm_grass

Generates DEM, contour and textured relief maps.

Requirements

  • GRASS
  • Environment variables:
    • PYTHONHOME set to the location of Python
    • PYTHONPATH set to the location of GRASS Python libs
    • PATH includes GRASS bin and lib directories
    • GISBASE set to the location of GRASS

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.