Odm: Add support for TIFF images

Created on 3 Jul 2018  路  14Comments  路  Source: OpenDroneMap/ODM

This is a feature request that keeps getting asked for. ODM should support TIFFs along with JPEGs.

enhancement help wanted

Most helpful comment

I'm waiting for images to be supported. tif .tiff to be able to use it with multispectral images in our precision agriculture platform, I hope it does not take long to support this format.

All 14 comments

Would this provide support to stitch multiple GeoTiff images together?

Not initially, no.

It has also been asked if raw images should be supported.

What I was hoping this feature would allow me to speed up the generation of a GeoTiff from large datasets. For example, if I have an area to stitch comprised of 2000 jpg's images. I would like to break this large dataset into 4 smaller datasets to produce 4 GeoTiff images approximately 500 jpg's each. Than take the resulting 4 GeoTiff's and stitch together to produce a single GeoTiff image.

@jtinguely that is a slightly different issue which is partially solved already using the experimental "split-merge" process, outlined here: https://github.com/OpenDroneMap/OpenDroneMap/tree/master/scripts/metadataset using a custom split

This is to add support for using *.tif files as input tiles for stitching, correct? Would this include multispectral images? RGBN?

Correct.

Long term that would include multispectral images, yes.

I'm waiting for images to be supported. tif .tiff to be able to use it with multispectral images in our precision agriculture platform, I hope it does not take long to support this format.

Conversion from .tiff to .jpeg always means loss of information (and sometimes even exif data) and thus it would be great if ODM could also support .tiff images as input. We are currently integrating ODM into our data processing workflow of different land data acquisition tools - should we stick to jpeg or can we plan with tiff?

If 8-bit works, you can use PNG for now with no loss of fidelity. For 12 or 16-but data however, there is not yet a solution.

Also, if tiff is a real need, code or funding contributions are most welcome. 馃檹

Any update on adding support for tiff images?
I am eagerly waiting.

Work is underway. Expect an announcement Q1 2020. In the meantime, follow along here: https://community.opendronemap.org/t/tiff-multispectral-support/3232

Ah, I see you already are... . :)

Done! Woohoo!

Was this page helpful?
0 / 5 - 0 ratings