lf.utils.solar_max_time¶
-
lf.utils.solar_max_time(lat, lon, day=None, dates=None)¶ Calculate when the sun is most abovehead
- Parameters
lat (float) – Latitude of interest
lon (float) – Longitude of interest
day (datetime, optional) – Day of interest
dates (list, optional) – List of times to compare
- Returns
Time of maximal sun overheadness
- Return type
datetime