INNER CODE UNIT · Python
lng
g-battaglia/kerykeion · workspace/main.py:33
lng=-0.1276, # London coordinates
lat=51.5072,
tz_str="Europe/London",
city="London",
nation="GB",
online=False, # Set to True to use GeoNames for city lookup
)
# Print some basic information
print(f"Subject: {subject.name}")
print(f"Birth: {subject.iso_formatted_local_datetime}")
print(f"Location: {subject.city}, {subject.nation}")
print(f"\nSun: {subject.sun.sign} at {subject.sun.position:.2f}°")
print(f"Moon: {subject.moon.sign} at {subject.moon.position:.2f}°")
print(f"Ascendant: {subject.first_house.sign} at {subject.first_house.position:.2f}°")
# Create chart data
chart_data = ChartDataFactory.create_natal_chart_data(subject)