I am working with drone image stitching and finding google earth location of the stitched image. WebODM maps the flight path, the image can be plotted in proper location on google maps but can I do the same thing using pyODM? I need to write python scripts to do everything WebODM offers…so that drone images can be directly passed into a function and rest can be taken care of manually. I dont find enough docs on pyODM.
2 Likes
Welcome!
I’m not very familiar with PyODM.
Have you checked out the documentation?
https://pyodm.readthedocs.io/en/latest/
PyODM is not made for this, PyODM is dedicated to NodeODM whereas WebODM have an idea you could deal with python request
It’s possible with this documentation:
WebODM Documentation and sample script : WebODM/process_images.py at master · OpenDroneMap/WebODM · GitHub (adapt localhost to your server)
1 Like