๐ŸŒ Interactive Air Pollution Map

Hover over the map to see exact coordinates and pollution values. Use the toolbar to zoom, pan, and download.

๐ŸŽฏ How to Use This Interactive Map:

โ† Back to Dashboard {% if plot_info.png_path %} ๐Ÿ“ฅ Download PNG {% endif %} {% if plot_info.html_path %} ๐Ÿ“„ Download HTML {% endif %}
{{ plot_html|safe }}

๐Ÿ“Š Plot Information

๐Ÿงช Variable

{{ plot_info.variable }}

{% if plot_info.units %}

๐Ÿ“ Units

{{ plot_info.units }}

{% endif %} {% if plot_info.pressure_level %}

๐ŸŒก๏ธ Pressure Level

{{ plot_info.pressure_level }} hPa

{% endif %}

๐ŸŽจ Color Theme

{{ plot_info.color_theme }}

๐Ÿ“ Data Shape

{{ plot_info.shape }}

โฐ Generated

{{ plot_info.generated_time }}

๐Ÿ“Š Minimum Value

{{ "%.3f"|format(plot_info.data_range.min) }}{% if plot_info.units %} {{ plot_info.units }}{% endif %}

๐Ÿ“Š Maximum Value

{{ "%.3f"|format(plot_info.data_range.max) }}{% if plot_info.units %} {{ plot_info.units }}{% endif %}

๐Ÿ“Š Average Value

{{ "%.3f"|format(plot_info.data_range.mean) }}{% if plot_info.units %} {{ plot_info.units }}{% endif %}