From 23ec24bc2c496322dc0e0b76cd5eea22e94baea5 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Tue, 11 Jul 2017 15:03:05 -0400 Subject: [PATCH] Update settings.yaml Former-commit-id: 23a0993649bfcc77ade398641c5489b419191a4d --- settings.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/settings.yaml b/settings.yaml index 7eac080f..2be76e97 100644 --- a/settings.yaml +++ b/settings.yaml @@ -43,10 +43,15 @@ project_path: '' # Example: '/home/user/ODMProjects #texturing_tone_mapping: 'none' #gcp: !!null # YAML tag for None #use_exif: False # Set to True if you have a GCP file (it auto-detects) and want to use EXIF -#dem: False -#dem_sample_radius: 1.0 -#dem_resolution: 2 -#dem_radius: 0.5 +#dtm: False # Use this tag to build a DTM (Digital Terrain Model +#dsm: False # Use this tag to build a DSM (Digital Surface Model +#dem-gapfill-steps: 4 +#dem-resolution: 0.1 +#dem-maxangle:20 +#dem-maxsd: 2.5 +#dem-approximate: False +#dem-decimation: 1 +#dem-terrain-type: ComplexForest #orthophoto_resolution: 20.0 # Pixels/meter #orthophoto_target_srs: !!null # Currently does nothing #orthophoto_no_tiled: False