kopia lustrzana https://github.com/OpenDroneMap/NodeODM
More explicit paths for odm_orthophoto output inclusion, removed odm_meshing
rodzic
cdf175f16c
commit
423ee155a5
|
@ -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){
|
||||
|
|
Ładowanie…
Reference in New Issue