I was trying to use a geo.txt file option to override my input image geolocation metadata. I ran a case with and without the --geo <path> option to compare and was surprised when the results were the same. When searching for the cause, I realised I had a typo in my geo.txt file path. However, when reviewing the logs, I noticed that an ODM_INFO message is printed to the logs when the file is correctly found but no message is printed when a path is given but no file is found. Hence this pull request: I suggest adding an ODM_WARNING message to the logs to help users debug such a case.
Thanks for all your work on this excellent open source project!
Hi,
I was trying to use a geo.txt file option to override my input image geolocation metadata. I ran a case with and without the
--geo <path>
option to compare and was surprised when the results were the same. When searching for the cause, I realised I had a typo in my geo.txt file path. However, when reviewing the logs, I noticed that anODM_INFO
message is printed to the logs when the file is correctly found but no message is printed when a path is given but no file is found. Hence this pull request: I suggest adding anODM_WARNING
message to the logs to help users debug such a case.Thanks for all your work on this excellent open source project!