Decimal coordinates #7

Closed
opened 4 years ago by w2 · 0 comments
w2 commented 4 years ago
Owner

Could we transform it to decimal form? See https://gis.stackexchange.com/questions/136925/how-to-parse-exif-gps-information-to-lat-lng-decimal-numbers
Now it looks like this
image

To convert it we should dec_degree = 55 / 1 + 40 / 1 / 60 + 515 / 100 / 3600 = 55.66810 (five decimal places are enough). General formula is dec_degree = degreesNumerator / degreesDenominator + minutesNumerator / minutesDenominator / 60 + secondsNumerator / secondsDenominator / 3600.

Originally posted by @g in https://git.iamonlyherefortheicecream.ml/DIWHY/photovoter_backend/pulls/5#issuecomment-27

Could we transform it to decimal form? See https://gis.stackexchange.com/questions/136925/how-to-parse-exif-gps-information-to-lat-lng-decimal-numbers Now it looks like this ![image](https://i.ibb.co/gjpDzT0/image.png) To convert it we should `dec_degree = 55 / 1 + 40 / 1 / 60 + 515 / 100 / 3600 = 55.66810` (five decimal places are enough). General formula is `dec_degree = degreesNumerator / degreesDenominator + minutesNumerator / minutesDenominator / 60 + secondsNumerator / secondsDenominator / 3600`. _Originally posted by @g in https://git.iamonlyherefortheicecream.ml/DIWHY/photovoter_backend/pulls/5#issuecomment-27_
g closed this issue 4 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: DIWHY/photovoter_backend#7
Loading…
There is no content yet.