Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TIFF images #865

Closed
pierotofy opened this issue Jul 3, 2018 · 14 comments
Closed

Add support for TIFF images #865

pierotofy opened this issue Jul 3, 2018 · 14 comments

Comments

@pierotofy
Copy link
Member

pierotofy commented Jul 3, 2018

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

@jtinguely
Copy link

Would this provide support to stitch multiple GeoTiff images together?

@pierotofy
Copy link
Member Author

Not initially, no.

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

@jtinguely
Copy link

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.

@dakotabenjamin
Copy link
Member

@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

@spifftek70
Copy link

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

@pierotofy
Copy link
Member Author

Correct.

Long term that would include multispectral images, yes.

@JhonyVillacis
Copy link

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.

@ClaudiaStoecker
Copy link

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?

@smathermather
Copy link
Contributor

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.

@smathermather
Copy link
Contributor

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

@pierotofy pierotofy changed the title Add support for GeoTIFF images Add support for TIFF images May 23, 2019
@manoj-kovvuru
Copy link

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

@smathermather
Copy link
Contributor

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

@smathermather
Copy link
Contributor

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

@pierotofy
Copy link
Member Author

Done! Woohoo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants