New Geo-location file feature in 2.0.0 (--geo)

Hi,

Kudos on the new 2.0.0 version.

I was trying to use the --geo option discussed here:
https://docs.opendronemap.org/geo.html

My geo text file format is:

EPSG:4326
DSC08852.JPG -20.9434866 119.9212402 207.04 179.78 -11.16 -0.41
DSC08853.JPG -20.9433222 119.9212253 206.23 182.88 -7.46 -0.18
DSC08854.JPG -20.9431638 119.9212272 205.69 182.9 -5.93 -1.03
DSC08855.JPG -20.9429976 119.9212346 206.94 181.81 -6.39 -1.59

etc…

but I get

[WARNING] GPS position not available for DSC08852.JPG etc for all images

The file is read correctly in the log (I used the new --geo flag)
[INFO] geo: /home/user/project/locations.txt

Anything special required in the file format?

Tnx

1 Like

Does it work if you omit the pitch/yaw/roll values?

Maybe a bug…

1 Like

Tried

EPSG:4326
DSC08852.JPG -20.9434866 119.9212402 207.04
DSC08853.JPG -20.9433222 119.9212253 206.23
DSC08854.JPG -20.9431638 119.9212272 205.69
DSC08855.JPG -20.9429976 119.9212346 206.94

with same outcome…

Tried with geo.txt in base project (i.e./datasets) without the --geo flag and got [INFO] geo: None in the log

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.