How to convert GPS into usable cords

I am testing Navio2 GPS. In Python I run GPS.py. I receive Longitude=11147458 Latitude=522587319. What I am expecting is 1.1147458 and 52.2587319 which would be correct. How can I convert the integers into the correct decimal?

maybe multiply Latitude and Longitude by 〖10〗^(-7)].

1 Like

Thanks, figured it out. divide by 10000000…

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