Necessary orthophoto files in split merge

There are 3 orthophotos in the submodels (sometimes 4 for local processing) when running split-merge: odm_orthophoto_cut.tif, odm_orthophoto_feathered.tif, and odm_orthophoto.tif. Reading through stages\splitmerge.py it looks like I can safely clean up odm_orthophoto.tif (as well as odm_orthophoto.original.tif if it exists) to save space while processing, but thought I’d verify here first.

More succinctly, I think I just need to keep odm_orthophoto_cut.tif and odm_orthophoto_feathered.tif

3 Likes

Correct! :+1:

2 Likes

Awesome. Thank you.

1 Like

hi,
Can you explain what are the differences between all the tiff files ?

odm_orthophoto_cut.tif
odm_orthophoto_feathered.tif
odm_orthophoto.original.tif
odm_orthophoto_render.tif
odm_orthophoto.tif

Which one are to keep and why ?
Thanks

1 Like

In the documentation, Sorties OpenDroneMap — Documentation OpenDroneMap 2.8.7
odm_orthophoto/odm_orthphoto.tif and odm_orthophoto/odm_orthphoto.original.tif are the only output tif … which is confusing with what you wrote !

1 Like

These are all intermediate files that get thrown away at the end and aren’t considered a final product. The final orthophoto product for split merge is odm_orthophoto.tif.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.