From 26feef4fdbd65d8f949bacf4c79b8f6bbeca7d96 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Thu, 7 Jul 2022 11:08:25 -0400 Subject: [PATCH] Remove odm_orthophoto.tif from transfer --- opendm/remote.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opendm/remote.py b/opendm/remote.py index 023d5d4d..1c614282 100644 --- a/opendm/remote.py +++ b/opendm/remote.py @@ -504,8 +504,7 @@ class ToolchainTask(Task): seed_touch_files=["opensfm/features/empty", "opensfm/matches/empty", "opensfm/exif/empty"], - outputs=["odm_orthophoto/odm_orthophoto.tif", - "odm_orthophoto/cutline.gpkg", + outputs=["odm_orthophoto/cutline.gpkg", "odm_orthophoto/odm_orthophoto_cut.tif", "odm_orthophoto/odm_orthophoto_feathered.tif", "odm_dem", @@ -513,4 +512,4 @@ class ToolchainTask(Task): "odm_georeferencing"]) else: log.ODM_INFO("Already processed toolchain for %s" % submodel_name) - handle_result() \ No newline at end of file + handle_result()