# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=ClimaPlots
qgisMinimumVersion=3.0
description=Fetch 40+ years of daily climate data from NASA POWER or Open-Meteo (ERA5) for any point and build interactive charts in QGIS: annual trends with Mann-Kendall/Pettitt tests, a thermo-pluviometric diagram, ETCCDI indices and SPI, plus reference ET0, growing degree days and wind.
version=2.0
author=Caio Arantes
email=caio.arantes@farmanalytica.com.br

about=ClimaPlots brings point-based climate analysis into QGIS with no coding. Click a location (or type coordinates), choose a year range and a data source (NASA POWER or Open-Meteo/ERA5), and the plugin downloads the daily series and builds interactive plotly charts: annual trends annotated with the Mann-Kendall trend and Pettitt homogeneity tests, a thermo-pluviometric diagram, the full set of ETCCDI temperature/precipitation indices and the Standardized Precipitation Index (SPI), plus reference evapotranspiration (ET0), growing degree days and wind. Compare two locations (or the same point across sources), export charts as PNG and all tables as an Excel report, in a multi-language interface (EN/PT/ES/FR/IT/HI/ZH). Scientific dependencies are downloaded automatically on first run.

tracker=https://github.com/farmanalytica/climaplots/issues
repository=https://github.com/farmanalytica/climaplots
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    2.0 - Major update
        - Two data sources: NASA POWER and Open-Meteo (ERA5), with same-point cross-source comparison
        - Compare two locations on the annual-trends chart
        - Year-range selection; new variables: reference ET0, growing degree days, wind
        - Mann-Kendall and Pettitt tests; full ETCCDI indices + SPI (fixed under pandas 3)
        - Sidebar navigation, intro page, per-variable/index descriptions
        - Multi-language UI (EN/PT/ES/FR/IT/HI/ZH)
        - PNG chart export and one-click Excel report; on-disk caching of downloads
        - Persistent map marker; dependencies downloaded on first run; QtWebKit-compatible charts
    1.0 - Ability to enter coordinates manually
    0.1 - Initial release

# Tags are comma separated with spaces allowed
tags=climate,nasa power,open-meteo,era5,weather,precipitation,temperature,evapotranspiration,drought,spi,etccdi,time series,visualization,plotly

homepage=https://farmanalytica.github.io/climaplots/
category=Climate, Visualization
icon=icon.png
# experimental flag
experimental=False

# 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=

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

#QT6 support comming soon
#supportsQt6=True

