kelnage / digital-simplicity

A simple and elegant digital watchface for Garmin devices
https://apps.garmin.com/en-US/apps/97b91745-9287-421d-aa8a-abb437e08eea
GNU General Public License v3.0
8 stars 2 forks source link

Alter sunrise/sunset calculation #5

Open kelnage opened 5 years ago

kelnage commented 5 years ago

The sunrise/sunset calculation obtained from Wikipedia seems to work pretty well, but it also generally seems to be about 5 minutes off the time provided by the Garmin widget.

Who is right? Who knows! One option would be to check with alternative sources - but I imagine users would prefer consistency and I doubt I'll be able to convince Garmin that my calculations are better than theirs, so I should probably look at altering them.

kelnage commented 5 years ago

Potentially could use code from https://github.com/haraldh/SunCalc - need to look into LGPL2 and GPL3 compatibility.