{% extends "base.html" %} {% block title %}Weather/Habitat Comparison Demo - Five Cities Orchid Society{% endblock %} {% block content %}

Weather vs Habitat Comparison Demo

Experience our advanced biologically meaningful weather comparison system

Demo Mode: This demonstration uses sample data to show the widget functionality. In production, it would use your actual location and real orchid habitat data.
{{ orchid.scientific_name }}

{{ orchid.display_name }}

Genus {{ orchid.genus }}
Region {{ orchid.region }}
Demo Mode Active
Interactive Widget Demo
Loading demo...

Initializing weather comparison demo...

Seasonal Alignment

Automatically adjusts for hemisphere differences and seasonal phases

Photoperiod Mode

Precise solar time alignment based on daylength matching

Smart Insights

AI-powered recommendations in plain English

{% if demo_result and not demo_result.error %}
Demo Results
Comparison Summary
  • Mode: {{ demo_result.mode.title() }}
  • Hemisphere offset: {{ demo_result.alignment.hemisphere_offset_months }} months
  • Confidence: {{ demo_result.confidence }}
Key Insights
{% if demo_result.insights %} {% for insight in demo_result.insights[:2] %}
{{ insight.message }}
{% endfor %} {% else %}
Conditions are well-matched!
{% endif %}
{% endif %}
Join the Five Cities Orchid Society

Get access to the full Weather/Habitat Comparison system, personalized growing advice, and our comprehensive orchid database.

{% endblock %} {% block extra_js %} {% endblock %}