You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ephem #dependecy required. To install it, run 'pip install pyephem'
def getSunrise():
o = ephem.Observer()
o.lat, o.long, o.date = '37:10', '-3:36', datetime.datetime.utcnow() #These are Granada(Spain) coordinates. Please set your own coordinates to get sunrise time for place of your choice