Natal Chart Casting

horoscope · method · Astrology · Natal Chart Casting

Purpose

Turn “when and where someone was born” into a readable natal chart: planets by sign and house, axis points (Ascendant / Midheaven, etc.), and an aspect table. See Natal chart.

Inputs

InputRequirements
DateCivil calendar; watch Julian/Gregorian switches for historical dates
TimePrefer minute precision; note time zone or UTC offset
PlaceLatitude and longitude; disambiguate same-named cities
ZodiacTropical or sidereal (see Tropical zodiac)
House systeme.g. Equal, Placidus (see House systems)

Step 1: Normalize time

  1. Convert civil time to UTC (or a single internal time scale).
  2. Compute Julian Day / sidereal time and other intermediate astronomical quantities.
  3. About 4 minutes of clock error ≈ 1° on the Ascendant, so minute-level accuracy matters.

Step 2: Planetary longitudes

  1. Use an ephemeris for the ecliptic longitudes of Sun, Moon, Mercury–Saturn, Uranus, Neptune, Pluto, etc.
  2. Map each to one of the 12 signs (30° each).
  3. Optional: retrograde flags, speed, latitude.

Planet meanings: term index.

Step 3: Horizon and axes

  1. From geographic latitude and local sidereal time, find the Ascendant (ASC) longitude.
  2. Find the Midheaven (MC) and related axes.
  3. Descendant and IC follow from opposite-house relationships.

See Ascendant and Midheaven.

Step 4: Houses

  1. Choose a house-system algorithm and compute the 12 house-cusp longitudes.
  2. Assign each planet to its house (mind cusp-boundary “on the degree” rules).
  3. Quadrant systems and Equal houses can differ sharply — always state the house system on the chart header.

Step 5: Aspects

  1. Compute pairwise ecliptic longitude differences.
  2. Match major aspects: conjunction, opposition, square, trine, sextile, etc., plus an orb table.
  3. Output an aspect list: two bodies, aspect type, exact angle, applying/separating.

See Aspects and the individual aspect entries.

Step 6: Validate output

  • Time, time zone, coordinates
  • Zodiac, house system, ephemeris version
  • Planet table, axes, cusps, aspect table

Next

Natal chart reading order.