OpenDroneMap-ODM/contrib/grass
Dakota Benjamin d1242cd1ce Merge pull request #561 from hblanken/grass-update-1
Linked contour map generation with ODM DEM model

Former-commit-id: 2821079f25
2017-05-04 15:05:14 -04:00
..
README.md Clarifies GRASS version 2017-05-03 08:48:06 +10:00
odm_grass.py Linked contour map generation with ODM DEM model 2017-05-03 08:33:02 +10:00

README.md

GRASS scripts

odm_grass

Generates contour and textured relief maps.

Requirements

  • 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
    • 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_contour.shp and <project-path>/odm_orthophoto/odm_relief.tif.