nathan-osman / go-sunrise

Go package for calculating the sunrise and sunset times for a given location
MIT License
141 stars 17 forks source link

Add altitude corrected version of SunriseSunset #11

Open jrabasco opened 2 months ago

jrabasco commented 2 months ago

Following the equations on: https://en.wikipedia.org/wiki/Sunrise_equation#Hour_angle

I also fixed the version at altitude 0 as it seems that the chosen base angle was slightly incorrect.

And updated to go 1.22