Merge pull request #1494 from smathermather/download_less

Remove odm_orthophoto.tif from transfer
pull/1496/head
Piero Toffanin 2022-07-07 11:19:27 -04:00 zatwierdzone przez GitHub
commit f4da6d9c03
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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()
handle_result()