# 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=Analyze and visualize climate data from NASA POWER, including temperature, precipitation, and solar radiation, directly within QGIS.
version=1.0
author=Caio Arantes
email=caiosimplicioarantes@gmail.com

about=ClimaPlots enables users to access, analyze, and plot NASA POWER climate datasets in QGIS, supporting spatial and temporal exploration for environmental research and decision-making.

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

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    1.0 - Ability to enter coordinates manually
    0.1 - Initial release

# Tags are comma separated with spaces allowed
tags=python,sentinel,radar,sar,google earth engine,remote sensing,raster

homepage=https://caioarantes.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

