mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update solarconditions.py
This commit is contained in:
@@ -113,7 +113,7 @@ def get_moon(lat=0, lon=0):
|
||||
moon_table['azimuth'] = moon.az
|
||||
moon_table['altitude'] = moon.alt
|
||||
moon_table['rise_time'] = ephem.localtime(obs.next_rising(moon)).strftime('%a %d %I:%M')
|
||||
moon_table['set_time'] = ephem.localtime(obs.next_rising(moon)).strftime('%a %d %I:%M')
|
||||
moon_table['set_time'] = ephem.localtime(obs.next_setting(moon)).strftime('%a %d %I:%M')
|
||||
moon_table['next_full_moon'] = ephem.localtime(obs.next_full_moon()).strftime('%a %d %I:%M')
|
||||
moon_table['next_new_moon'] = ephem.localtime(obs.next_new_moon()).strftime('%a %d %I:%M')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user