Pohualli Calendar Converter

Enter parameters to view composite Mesoamerican calendar data.

{% if comp %}{% endif %}
Corrections & Offsets

Derive Auto-Corrections

Provide any known calendar expressions for this JDN and fetch suggested correction offsets.

{% if error %}
Error: {{ error }}
{% endif %} {% if comp %}

Results

Tzolkin

{{ comp.tzolkin_value }} {{ comp.tzolkin_name }}

Haab

{{ comp.haab_day }} {{ comp.haab_month_name }}

Long Count

{{ comp.long_count }}

Year Bearer

{{ comp.year_bearer_value }} {{ comp.year_bearer_name }}

819 Cycle

Station {{ comp.cycle819_station }} / {{ comp.cycle819_value }}

Dir Color

{{ comp.dir_color_str }}

Mercury

{{ '%.2f' % comp.mercury_synodic }} ({{ comp.mercury_index }})

Venus

{{ '%.2f' % comp.venus_synodic }} ({{ comp.venus_index }})

Mars

{{ '%.2f' % comp.mars_synodic }} ({{ comp.mars_index }})

Jupiter

{{ '%.2f' % comp.jupiter_synodic }} ({{ comp.jupiter_index }})

Saturn

{{ '%.2f' % comp.saturn_synodic }} ({{ comp.saturn_index }})

Uranus

{{ '%.2f' % comp.uranus_synodic }} ({{ comp.uranus_index }})

Neptune

{{ '%.2f' % comp.neptune_synodic }} ({{ comp.neptune_index }})

Pluto

{{ '%.2f' % comp.pluto_synodic }} ({{ comp.pluto_index }})

Maya Moon

{{ '%.2f' % comp.maya_moon_age }}

Abn Dist

{{ '%.2f' % comp.abnormal_distance }}

Eclipse?

{{ 'Yes' if comp.eclipse_possible else 'No' }}

Star Zodiac

{{ comp.star_zodiac_deg }}° {{ comp.star_zodiac_name }}

Earth Zodiac

{{ comp.earth_zodiac_deg }}° {{ comp.earth_zodiac_name }}

Raw JSON

{{ comp | tojson(indent=2) }}
{% endif %}