determine_lat_lon¶
- class contrib.misc.determine_lat_lon.DumpFindMomentOfEquinoxesOrSolstices[source]¶
Bases:
BahaiCalendar- WC_DATA¶
World Centre dates.
- Type:
tuple
- WC_DATA_183_216 = ((183, (2026, 3, 20), (2026, 3, 20, 14, 46)), (216, (2059, 3, 19), (2059, 3, 20, 14, 44)))¶
- contrib.misc.determine_lat_lon.fmt_float(value, left=4, right=4, leading_zero=False)[source]¶
Format one float so that it is visually centered on the decimal point.
- Parameters:
value (float | int | str) – The number to format.
left (int) – Width to reserve on the left of the decimal (including any minus sign).
right (int) – Number of digits to show after the decimal.