-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
How did you install ODM?
Docker, installer,
What is the problem?
I would like to know how to perform fast orthorectification of a series of drone images while saving each orthorectified image as a separate GeoTIFF, instead of creating a mosaic.
What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.
The expected behavior is:
- Each drone image is orthorectified individually.
- The orthorectified images are saved as separate GeoTIFF files.
- No needs mosaic.
If this feature is not currently available, I suggest adding an option or a flag to enable individual image orthorectification and saving.
How can we reproduce this? What steps did you do to trigger the problem?
this is the sample link: https://we.tl/t-av0mQVZcoR
Steps:
- Run ODM with a series of drone images as input.
- Look for an option to save orthorectified images individually.
- Notice that there seems to be no straightforward way to achieve this.
If additional information or datasets are needed, please let me know.