{% extends "base.html" %} {% set title = "Enhanced Mapping Dashboard" %} {% block extra_head %} {% endblock %} {% block content %}
Comprehensive analytics and insights from advanced orchid biodiversity analysis
| Location | Species | Specimens | Diversity |
|---|---|---|---|
| {{ hotspot.center_lat|round(2) }}, {{ hotspot.center_lng|round(2) }} | {{ hotspot.unique_species }} | {{ hotspot.total_specimens }} | {{ (hotspot.diversity_index * 100)|round(1) }}% |
Loading biodiversity data...
| Habitat Type | Specimens | Species | % of Total |
|---|---|---|---|
| {{ habitat_type|replace('_', ' ')|title }} | {{ data.specimen_count }} | {{ data.unique_species }} | {{ data.percentage_of_total|round(1) }}% |
Loading habitat analysis...