# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Infrared City GIS
qgisMinimumVersion=3.44
description=Run urban climate simulations (wind, thermal comfort, solar) directly from QGIS using the infrared.city platform.
version=0.2.6
author=infrared.city
email=connectors@infrared.city

about=Infrared City GIS is a QGIS plugin that connects to the infrared.city simulation platform. It allows urban planners and climate consultants to fetch building geometry from OpenStreetMap, run microclimate analyses (wind speed, pedestrian wind comfort, thermal comfort index, solar radiation, daylight availability, direct sun hours, sky view factors), and visualize results as raster layers directly in QGIS.

tracker=https://github.com/Infrared-city/qgis-plugin/issues
repository=https://github.com/Infrared-city/qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=0.2.6
    - Code quality improvements: flake8 linting added to CI
    0.2.5
    - Homepage link updated to GitHub repository with usage documentation
    - Code quality improvements
    0.2.4
    - Branding updated: "Infrared City" → "infrared.city" in UI dialogs
    - SDK bumped to infrared-sdk>=0.4.7
    - Fix: Save API Key dialog no longer appears twice on save
    - Code quality: ruff linting added to CI, dead code removed
    0.2.3
    - Include LICENSE in the plugin package (required by plugins.qgis.org)
    0.2.2
    - Repository moved to https://github.com/Infrared-city/qgis-plugin
    - Documentation cleanup
    0.2.1
    - Infrared API SDK integration with async analysis support
    - Tiling improvements for large area simulations

# Tags are comma separated with spaces allowed
tags=urban climate, simulation, thermal comfort, wind, solar, microclimate

homepage=https://github.com/Infrared-city/qgis-plugin
category=Raster
icon=icons/icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# Category of the plugin: Raster, Vector, Database or Web

# If the plugin can run on QGIS Server.
server=False

