Skip to content

Instantly share code, notes, and snippets.

View ankithaldar's full-sized avatar

Ankit Haldar ankithaldar

View GitHub Profile
@ankithaldar
ankithaldar / SunRiseSet.py
Last active June 21, 2020 11:07
Sunrise/Sunset Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = ("Helder")
__version__ = ("0.1")
__url__ = ('http://williams.best.vwh.net/sunrise_sunset_algorithm.htm')
#imports
PY3=True
from math import floor, ceil, pi, atan, tan, sin, asin, cos, acos