-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
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? |
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! |
This is a feature request that keeps getting asked for. ODM should support TIFFs along with JPEGs.
The text was updated successfully, but these errors were encountered: