# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=AGLgis
qgisMinimumVersion=3.0
description=AGLgis is a graphical interface designed to simplify the use of the Sentinel-1 SAR Backscatter Analysis Ready Data Preparation in Google Earth Engine package in QGIS.  
version=1.0
author=Caio Arantes
email=caiosimplicioarantes@gmail.com

about=This plugin allows users to configure and run Sentinel-1 SAR data processing without the need to write code.

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

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    1.0 - Updated documentation
    - Batch download feature

    0.1 - Initial release
    - Graphical interface for Sentinel-1 SAR data processing
    - Integration with Google Earth Engine
    - Support for border noise correction and terrain flattening
    - Speckle filtering capabilities

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

homepage=https://caioarantes.github.io/AGLgis/
category=Raster
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

