More explicit paths for odm_orthophoto output inclusion, removed odm_meshing

pull/67/head
Piero Toffanin 2019-01-04 11:46:01 -05:00
rodzic cdf175f16c
commit 423ee155a5
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -313,9 +313,10 @@ module.exports = class Task{
};
// All paths are relative to the project directory (./data/<uuid>/)
let allPaths = ['odm_orthophoto', 'odm_georeferencing', 'odm_texturing',
let allPaths = ['odm_orthophoto/odm_orthophoto.tif', 'odm_orthophoto/odm_orthophoto.mbtiles',
'odm_georeferencing', 'odm_texturing',
'odm_dem/dsm.tif', 'odm_dem/dtm.tif', 'dsm_tiles', 'dtm_tiles',
'odm_meshing', 'orthophoto_tiles', 'potree_pointcloud', 'images.json'];
'orthophoto_tiles', 'potree_pointcloud', 'images.json'];
if (config.test){
if (config.testSkipOrthophotos){