# This file contains metadata for your plugin.

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

[general]
name=AIRS
qgisMinimumVersion=3.0
description=This plugin allows time series forecasting using deep learning models.
version=1.0.1
author=Hafssa Naciri; Nizar Ben Achhab; Fatima Ezahrae Ezzaher; Naoufal Raissouni
email=airs.qgis@gmail.com

about=Artificial Intelligence forecasting Remote Sensing (AIRS) plugin is a free open-source plugin for QGIS that allows time series forecasting using deep learning models. The overall objective of AIRS is to simplify the complexities of data preparation, model training, and prediction, empowering you to leverage your data for accurate and insightful time series forecasts. The plugin allows users to preprocess data, build and train deep learning models, make predictions, and visualize results. This plugin requires the installation of Tensorflow. Before installing this plugin visit "https://www.tensorflow.org/install/pip" for step-by-step instructions.

tracker=https://github.com/AIRS-Plugin/AIRS/issues
repository=https://github.com/AIRS-Plugin/AIRS
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=	version 1.0.1 - Minor update:
			- Fixed compatibility issue with newer pandas versions
		version 1.0.0 - Major update:  
            		- Added a new **GeoTIFF** tab for saving forecasted data.  
            		- Implemented **automatic hyperparameter tuning** for deep learning models.  
            		- Improved user interface and error handling.  
            		- Optimized model training workflow for better efficiency.
		version 0.3 - Fixed error regarding pyqt class
		version 0.2.1 - Fixed error regarding TensorFlow installation
		version 0.2 - Fixed error regarding TensorFlow installation
		version 0.1 - First realease

# Tags are comma separated with spaces allowed
tags=Deep learning, LSTM model, Time series, Forecasting, Analysis, Remote sensing

homepage=https://github.com/AIRS-Plugin/AIRS
category=Plugins
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=

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

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

