πŸ—ΊοΈ {{ plot_info.variable }} Visualization

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{{ plot_info.variable }} Map

πŸ“Š Variable Information

Variable: {{ plot_info.variable }}
Units: {{ plot_info.units if plot_info.units else 'dimensionless' }}
Data Shape: {{ plot_info.shape }}
{% if plot_info.pressure_level %}
Pressure Level: {{ plot_info.pressure_level }} hPa
{% endif %}
Color Theme: {{ plot_info.color_theme }}
Generated: {{ plot_info.generated_time }}

πŸ“ˆ Data Statistics

{{ "%.3f"|format(plot_info.data_range.min) }}
Minimum
{{ "%.3f"|format(plot_info.data_range.max) }}
Maximum
{{ "%.3f"|format(plot_info.data_range.mean) }}
Average
{% if plot_info.units %}

All values in {{ plot_info.units }}

{% endif %}

πŸ› οΈ Actions

πŸ”§ Technical Details

File Information:
  • Plot filename: {{ plot_filename }}
  • Generated: {{ plot_info.generated_time }}
  • Resolution: High (300 DPI)
  • Format: PNG
Map Details:
  • Projection: PlateCarree
  • Region: India (6Β°N-38Β°N, 68Β°E-98Β°E)
  • Features: Coastlines, borders, states
  • Gridlines: Enabled
{{ plot_info.variable }} Map